I need to enlarge /tmp from 50M to 500M on HP UNIX 11.0
Are steps as follows correct?
Is there anything to be careful of? thanks!
ps. the partitions are:
Are steps as follows correct?
Is there anything to be careful of? thanks!
Code:
#reboot
hpux -lm
#vgchange -a y vg00
#lvextend -L 500 /dev/vg00/lvol4
#extendfs -F vxfs /dev/vg00/rlvol4
#mount /dev/vg00/lvol4/var
#bdf
#reboot
Code:
# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 143573 34195 95020 26% /
/dev/vg00/lvol8 908016 423081 394133 52% /var
/dev/vg00/lvol7 1298353 1043176 125341 89% /usr
/dev/vg00/lvuser 81920000 77930952 3969096 95% /userdisk
/dev/vg00/lvol4 61389 414 54836 1% /tmp
/dev/vg00/lvol6 1097873 869836 118249 88% /opt
/dev/vg00/lvol5 23893 21326 177 99% /home