How to increase a file system in HPUX where LVM is PVG_Strict
1) # lvdisplay lvname : Verify the allocation property is PVG-Strict.
2) # lvchange -s n : Disable PVG-Strict.
3) # lvextend -l <No.of LE> Logical_Volume_Name
4) # fsadm -F vxfs -b <Size> Mount_Point
5) # bdf : Verify the size.
1) # lvdisplay lvname : Verify the allocation property is PVG-Strict.
2) # lvchange -s n : Disable PVG-Strict.
3) # lvextend -l <No.of LE> Logical_Volume_Name
4) # fsadm -F vxfs -b <Size> Mount_Point
5) # bdf : Verify the size.
No comments:
Post a Comment