3-10 Configuring the New Disk Devices
Hitachi Universal Storage Platform V/VM Configuration Guide for SGI
®
IRIX
®
Host Attachment
Creating the Mount Directories and Mounting the Devices
After you have created the file systems for the new USP V SCSI disk devices,
you can create the mount directories and mount the new devices. Make sure
to choose a unique directory name which identifies the logical volume.
To create the mount directories and mount the new SCSI disk devices:
1. Create the desired new mount directories using the mkdir command. For
example, to create a mount directory for logical unit 0 on the USP V, enter:
mkdir /USP_LU00
2. Mount all new USP V devices using the mount command. For example, to
mount partition 0 of LUN 15, drive (TID) 0, controller 8, enter:
mount /dev/dsk/dks8d0l15s0 /USP_LU00
Verifying the File Systems
Verify the file systems for the new USP V disk devices using the df command
(see
Figure 3-6). Make sure that the capacity value (kB) for each device is
correct.
# df -k ← List file systems.
File system Type Kbytes use avail %use Mounted on
/dev/root xfs 969857 414702 555155 43% /
/dev/dsk/dks8d0l15s0 xfs 1048576 13 1048563 0% /USP_LU0 Å New device.
:
:
#
Figure 3-6 Verifying the New File Systems