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

Preparing the Host System
107HSG80 ACS Solution Software V8.8 for Tru64 UNIX Installation and Configuration Guide
4. Enter disklabel –r to verify labeling and partition settings.
Tru64 v4
# disklabel –r rz8
5. Specify the device file in the rzXY format (X = LUN, Y = SCSI bus number
× 8 + SCSI ID).
Tru64 v5
# disklabel –r dsk10
Creating the File Systems
Create a file system for each new OPEN-x device. Optionally, you can create and
use an advanced file system (AdvFS) to overcome the size and speed limitations
of the file system. If you are not sure which file system is right for your setup,
contact HP customer support.
Creating a File System For Each Device
To create a file system for each device, simply type # newfs
device_file_name
Creating an Advanced File System
Creating an advanced file system can mean creating a new advanced file system
domain, or you adding a new fileset to an existing domain.
If you allocate multiple disk partitions to a domain, the advanced file system
utilities must be installed. Installing the utilities will enable you to allocate
multiple disk partitions to a domain using the addvol command, for example:
# addvol /dev/rzb8c domain1
To create a new domain:
# mkfdmn device_file_name domain_name
Tru64 v4 Example
# mkfdmn /dev/rz12c domain1.
The example uses the block-type device file name (rzXYZ) to create an advanced
file system domain for device rz12c.
Tru64 v5 Example
# newfs /dev/rdisk/dsk10c HSG80