Hi,
I'm using redhat advanced server 4 upd 2 64 bit and I want to resize /opt filesystem online.
Searching the web I found that this is possible by issuing two simple commands (if there's unallocated space in the volume group).
Commands are:
lvextend -L +sizeM /dev/VG/LV, so:
lvextend -L +32M /dev/vg_root/lv_opt
ext2online /fs, so:
ext2online /opt
I tried it on my virtual machine and it seems ok but I'm afraid to do it on production.
Does anyone tried these commands before?
My filesystem is ext3 (not ext2) but the command seems ok also for this filesystem type.
I followed this document:
Any help is appreciated.
Thanks in advance.
I'm using redhat advanced server 4 upd 2 64 bit and I want to resize /opt filesystem online.
Searching the web I found that this is possible by issuing two simple commands (if there's unallocated space in the volume group).
Commands are:
lvextend -L +sizeM /dev/VG/LV, so:
lvextend -L +32M /dev/vg_root/lv_opt
ext2online /fs, so:
ext2online /opt
I tried it on my virtual machine and it seems ok but I'm afraid to do it on production.
Does anyone tried these commands before?
My filesystem is ext3 (not ext2) but the command seems ok also for this filesystem type.
I followed this document:
Any help is appreciated.
Thanks in advance.