Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:skala [2021/09/14 06:17] – created admin | linux:skala [2021/10/15 07:54] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Скала ====== | ====== Скала ====== | ||
+ | <code BASH> | ||
+ | # Get all snapshots | ||
+ | prlctl list -a | grep { | awk ' | ||
+ | </ | ||
+ | |||
<code BASH> | <code BASH> | ||
ISOJ-prod-pub-se-0-75 | ISOJ-prod-pub-se-0-75 | ||
ISOJ-prod-se-1-202 | ISOJ-prod-se-1-202 | ||
- | |||
- | tmp-ISOJ-astra-se-1-6 | ||
- | |||
- | ISOJ-old-prod-10.59.0.81 | ||
- | ISOJ-old-prod-pub-0-80 | ||
- | |||
- | |||
Skala-R | Skala-R | ||
| | ||
| | ||
- | |||
- | |||
# snapshots https:// | # snapshots https:// | ||
Line 22: | Line 18: | ||
| | ||
+ | # install guest tooles | ||
+ | | ||
- | # install guest tooles | ||
- | | ||
| | ||
- | |||
# Docker 3 - http registry | # Docker 3 - http registry | ||
# Astra SE repository | # Astra SE repository | ||
Line 76: | Line 71: | ||
# | # | ||
prlctl backup ISOJ-prod-pub-se-0-80 -i --description " | prlctl backup ISOJ-prod-pub-se-0-80 -i --description " | ||
- | |||
- | |||
- | RSYNC | ||
- | |||
- | # Reception PUB | ||
- | rsync -rlptgoPv --exclude ' | ||
- | # Reception Store | ||
- | rsync -rlptgoPv / | ||
- | |||
- | |||
- | |||
- | |||
- | LVM resize | ||
- | |||
- | less ./ | ||
- | prlctl stop ISOJ-prod-se-1-202 | ||
- | |||
- | prl_disk_tool resize -i --hdd ./ | ||
- | prl_disk_tool resize --size 130G --hdd ./ | ||
- | prl_disk_tool resize -i --hdd ./ | ||
- | |||
- | |||
- | prlctl list -a | ||
- | prlctl start ISOJ-prod-se-1-202 | ||
- | |||
- | |||
- | LVM resize | ||
- | |||
- | umount / | ||
- | lsblk | ||
- | df -h | ||
- | pvresize /dev/vdb | ||
- | |||
- | lvextend | ||
- | |||
- | e2fsck -f / | ||
- | resize2fs / | ||
- | |||
- | mount / | ||
- | df -h | ||
- | |||
- | |||
- | |||
- | |||
- | |||
</ | </ | ||