HP StorageWorks HSG80 ACS Solution Software V8.8 for Tru64 UNIX Installation and Configuration Guide (AA-RV1VA-TE, March 2005)

Preparing the Host System
110 HSG80 ACS Solution Software V8.8 for Tru64 UNIX Installation and Configuration Guide
5. List the files in the current directory:
# ls –l
The vmunix.back1 and vmunix.back2 files should be shown.
6. Delete the files you copied:
# rm file_name
For example, enter rm vmunix.back1 to remove the file vmunix.back1.
Setting and Verifying Automatic Mounting at Bootup
The /etc/fstab file contains boot time mounting parameters for disk devices.
To set and verify automatic mounting at bootup:
1. Edit the /etc/fstab file after first making a backup copy of the file. Add a
line for each new device to be mounted.
Example
#vi /etc/fstab
Table 12: Boot time mounting parameters
Parameter 1 Parameter 2 Parameter 3 Parameter 4 Parameter 5 Parameter 6
/dev/rz4a / ufs rw 1 1
/proc /proc procfs rw 0 0
/dev/rz12a /usr ufs rw 1 2
/dev/rz12b swap1 ufs rw 0 2
/dev/rz12 /HSG80 ufs rw 1 3
Table 13: Mounting parameter descriptions
Parameter Description Enter
1 Device to mount Block-type device file name
2 Mount point Mount directory name
3 File system Type of file system (for example, UFS,
AdvFS)