Have such partitions/volumes/mountpoints:
=$ LC_ALL=C df -hP | column -t
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg0-rootlv 19G 854M 17G 5% /
/dev/mapper/vg0-homelv 19G 343M 18G 2% /home
/dev/mapper/vg0-optlv 19G 192M 18G 2% /opt
/dev/mapper/vg0-varlv 19G 357M 18G 2% /var
Question is: how can I grow /home and /var partitions (to 100GB and 400GB respectively)?
Is it safe to do it online with database running on this server?
vgdisplayto check if you have free space available. – egorgry Apr 22 '11 at 15:07