volker
(usa Debian)
Enviado em 25/02/2012 - 21:11h
LVM - Redimensionar partição
Pessoal, possuímos um cloud com 50Gb de disco e agora contratamos mais 50Gb. Então preciso implementar esse novo espaço mas não faço ideia de como fazer e a Locaweb não dá qualquer suporte para isso, então é o seguinte:
- Nosso sistema é um Debian/Plesk;
- Não se preocupem com explicação, só os comandos já basta;
- Não se preocupe com o resultado, farei um snapshot antes de qualquer operação, então qualquer problema é só voltar o snapshop;
- Abaixo colo exibições que acredito serem relevantes para o processo;
Qualquer ajuda é bem vinda e agradeço antecipadamente.
-------------------------------------------
root@cpro:~# pvdisplay
--- Physical volume ---
PV Name /dev/xvda2
VG Name debian
PV Size 9.76 GB / not usable 1.56 MB
Allocatable yes (but full)
PE Size (KByte) 4096
Total PE 2498
Free PE 0
Allocated PE 2498
PV UUID EuWy0U-atRt-pckm-SyAJ-rc2A-BFwD-ViRwEn
--- Physical volume ---
PV Name /dev/xvdb1
VG Name debian
PV Size 39.99 GB / not usable 2.74 MB
Allocatable yes (but full)
PE Size (KByte) 4096
Total PE 10238
Free PE 0
Allocated PE 10238
PV UUID CV5Yxg-M3fk-pfon-E4SB-3l2a-4Asd-4SHkrg
-------------------------------------------
root@cpro:~# vgdisplay
--- Volume group ---
VG Name debian
System ID
Format lvm2
Metadata Areas 2
Metadata Sequence No 10
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 2
Open LV 2
Max PV 0
Cur PV 2
Act PV 2
VG Size 49.75 GB
PE Size 4.00 MB
Total PE 12736
Alloc PE / Size 12736 / 49.75 GB
Free PE / Size 0 / 0
VG UUID wjE2hg-odAE-Rdgo-g1mF-2142-emnZ-n1Y16m
-------------------------------------------
root@cpro:~# vgscan
Reading all physical volumes. This may take a while...
Found volume group "debian" using metadata type lvm2
-------------------------------------------
root@cpro:~# fdisk -l
Disk /dev/xvdb: 96.6 GB, 96636764160 bytes
255 heads, 63 sectors/track, 11748 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xb0dbc7a2
Device Boot Start End Blocks Id System
/dev/xvdb1 1 5221 41937651 8e Linux LVM
Disk /dev/xvda: 10.7 GB, 10737418240 bytes
255 heads, 63 sectors/track, 1305 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00043c2b
Device Boot Start End Blocks Id System
/dev/xvda1 * 1 31 248976 83 Linux
/dev/xvda2 32 1305 10233405 8e Linux LVM
Disk /dev/dm-0: 52.9 GB, 52919533568 bytes
255 heads, 63 sectors/track, 6433 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 499 MB, 499122176 bytes
255 heads, 63 sectors/track, 60 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/dm-1 doesn't contain a valid partition table
-------------------------------------------
root@cpro:~# mount
/dev/mapper/debian-root on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/xvda1 on /boot type ext2 (rw)
tmpfs on /opt/psa/handlers/before-local type tmpfs (rw)
tmpfs on /opt/psa/handlers/before-queue type tmpfs (rw)
tmpfs on /opt/psa/handlers/before-remote type tmpfs (rw)
tmpfs on /opt/psa/handlers/info type tmpfs (rw)
tmpfs on /opt/psa/handlers/spool type tmpfs (rw,mode=0770,gid=31)
-------------------------------------------
root@cpro:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/debian-root
49G 45G 2.9G 94% /
tmpfs 3.0G 0 3.0G 0% /lib/init/rw
udev 10M 492K 9.6M 5% /dev
tmpfs 3.0G 0 3.0G 0% /dev/shm
/dev/xvda1 228M 18M 199M 9% /boot
tmpfs 3.0G 0 3.0G 0% /opt/psa/handlers/before-local
tmpfs 3.0G 0 3.0G 0% /opt/psa/handlers/before-queue
tmpfs 3.0G 0 3.0G 0% /opt/psa/handlers/before-remote
tmpfs 3.0G 3.2M 3.0G 1% /opt/psa/handlers/info
tmpfs 3.0G 0 3.0G 0% /opt/psa/handlers/spool