This section lists the steps you must perform to configure the
storage for fibre-channel Tru64 UNIX® host systems.
You can use the standard Tru64 storage configuration utilities
to partition and prepare storage unit LUNs
and create and mount file systems.
Perform one of the following sets of steps to configure the storage
for a Tru64 5.x file system:- Perform the following steps to configure an AdvFS file system:
- Type: # disklabel -wr /dev/rdisk/dsk6c
- Type: # mkfdmn /dev/disk/dsk6c adomain
- Type: # mkfset adomain afs
- Type: # mkdir /fs
- Type: # mount -t advfs adomain#afs /fs
- Perform the following steps to configure an Ufs file system:
- Type: # disklevel -wr /dev/disk/dsk6c
- Type: # newfs /dev/disk/dsk6c
- Type: # mkdir /fs
- Type: # mount -t ufs /dev/disk/dsk6c /fs