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

Preparing the Host System
109HSG80 ACS Solution Software V8.8 for Tru64 UNIX Installation and Configuration Guide
To mount an advanced file system
1. Mount the file system:
# mount –t advfs domain_name#fileset_name mount_directory
For example, to mount the file system with mount directory HSG80, enter:
mount –t advfs domain1#fileset1/HSG80.
2. Assign the appropriate ownership and permissions:
# chown owner:group *device_file_name*
For example, to assign ownership to rz12c with owner Oracle, group dba, enter:
# chown oracle:dba *rz12c*.
Verifying the File Systems
Verify that the new file systems were created correctly and are functioning
properly.
1. Display all mounted file systems by entering:
# df
The default display for drive capacity is 512-byte blocks. To view the capacity
in KB rather than in 512-byte blocks, enter:
# df –k
2. Go to a new device directory:
# cd /mount_directory
For example, enter:
cd /HSG80.
3. Copy a file from the root directory to the new device:
# cp /filename file_name.back1
For example, to copy file vmunix from the root directory to the HSG80
device, enter:
cp /vmunix vmunix.back1.
4. Copy a file to the new device again:
# cp /filename file_name.back2
For example, to copy the same file again, enter:
cp /vmunix vmunix.back2.