HP 9000 Manual page 136

Installing and updating hp-ux 10.x
Hide thumbs Also See for 9000:
Table of Contents

Advertisement

Troubleshooting
Likely Problem Areas
2. Enter the following:
/sbin/shutdown
Change to single user state. This will allow /var to be unmounted.
3. Enter the following:
/sbin/mount
You will see a display similar to the following:
/ on /dev/vg00/lvol1 defaults on Sat Mar 8 23:19:19 1997
/var on /dev/vg00/lvol7 defaults on Sat Mar 8 23:19:28 1
997
4. Determine which logical volume maps to /var. In this example, it is
/dev/vg00/lvol7 .
5. Execute the following command:
/sbin/umount /var
This is required for the next step, since extendfs can only work on
unmounted volumes.
6. Extend the size of the logical volume by entering the following:
/sbin/lvextend -L $new_size_in_MB /dev/vg00/lvol7
This extends the size of the logical volume.
For example,
/sbin/lvextend -L 332 /dev/vg00/lvol7
This will make this volume 332 MB.
7. Execute the following command:
/sbin/extendfs /dev/vg00/rlvol7
This extends the file system size to the logical volume size.
8. Finally, execute the following commands:
/sbin/mount /var
9. Go back to the regular init state:
init 3
OR
init 4
OR
reboot
136
Chapter 6

Advertisement

Table of Contents
loading

Table of Contents