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

Preparing the Host System
108 HSG80 ACS Solution Software V8.8 for Tru64 UNIX Installation and Configuration Guide
To create a new fileset in the new or existing advanced file system domain:
# mkfset domain_name fileset_name
For example, to create fileset1 in domain1:
# mkfset domain1 fileset1
Creating Mount Directories
Create a mount directory for each device and assign each mount directory a
unique name that identifies the device being mounted.
1. Create a mount directory:
# mkdir /mount_directory_name
For example, to create a mount directory for LUN 2 (partition c) on the disk array,
enter # mkdir /HSG80.
2. Verify the new mount directory:
# ls /
Mounting the File Systems
After the file systems and mount directories have been created, you can mount the
file system for each new device.
To mount a Tru64 file system
1. Mount device:
# mount device_file_name mount_directory
For example, to mount device rz12c with mount directory name HSG80, enter:
# mount /dev/rz12c /HSG80.
For Tru64 v5:
# mount /dev/disk/dsk10c /mnt
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*.