If you have HP-UX OnLineJFS software installed(check by swlist cmd):
B3929CA B.11.11 HP OnLineJFS
then you can increase the size of a file system without umount/mount:
# pvcreate -f /dev/rdsk/cxtxdx
# vgextend vg00 /dev/dsk/cxtxdx
# lvextend -L 1000 /dev/vg00/lvol7
# fsadm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.