HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and Configuration Guide

Table Of Contents
Preparing the Host System
3–8 HSG80 ACS Solution Software Version 8.7 for Compaq Tru64 UNIX Installation and
Configuration Guide
Creating a Filesystem on a LUN
NOTE: The newfs command is given here as an example. For Advanced File System (ADVFS)
and for making devices available for Logical Storage Manager (LSM), similar types of
commands exist. For additional information, consult the related documentation.
Use the newfs command to create a UFS filesystem on a LUN the same way that you
would create a filesystem on a disk device by entering the following:
# newfs special-device disk-type
Where:
disk-type is the disk as listed in the etc/disktab or HSG80.
special device can be either of the following examples:
For V4.0G
/dev/rrza8c
To create a UFS filesystem using the above examples, enter the following:
# newfs /dev/rrza8c HSG80
For V5.1x
/dev/rdisk/dsk8c
To create a UFS filesystem using the above examples, enter the following:
# newfs /dev/rdisk/dsk8c HSG80
This creates a UFS filesystem on the c partition (whole disk-device).
Mounting the Filesystem
To access the LUN, mount it as a device filesystem to a mount point. For example:
For V4.0G
# mount /dev/rza8c/mnt
For V5.1x
# mount /dev/disk/dsk8c/mnt
To view the mounted filesystem, enter:
# df