HP StorageWorks XP10000 - Disk Array Configuration Manual - Page 19

Browse online or download pdf Configuration Manual for Switch HP StorageWorks XP10000 - Disk Array. HP StorageWorks XP10000 - Disk Array 40 pages. Cache lun xp
Also for HP StorageWorks XP10000 - Disk Array: Release Note (13 pages), Administrator's Manual (50 pages), Configuration Manual (42 pages), Configuration Manual (40 pages), Configuration Manual (36 pages), Configuration Manual (36 pages), Configuration Manual (30 pages), Configuration Manual (36 pages), Release Note (5 pages), System Configuration Manual (49 pages), System Configuration Manual (43 pages), System Configuration Manual (42 pages), System Configuration Manual (35 pages), Configuration Manual (46 pages), Configuration Manual (46 pages), Configuration Manual (40 pages), Configuration Manual (44 pages), Configuration Manual (38 pages), Configuration Manual (34 pages), Configuration Manual (30 pages), Configuration Manual (30 pages), Configuration Manual (42 pages), User Manual (30 pages)

HP StorageWorks XP10000 - Disk Array Configuration Manual
2.
Create a new fileset in the new or existing advanced file system domain.
# mkfset domain_name fileset_name

Creating mount directories

Create a mount directory for each device. Assign each mount directory a unique name that identifies
the device being mounted.
1.
Create a mount directory.
# mkdir /mount_directory_name
Example
To create a mount directory for LUN 2 (partition c) on the disk array, enter:
# mkdir /HP5700_LU2c
2.
Verify the new mount directory.
Example
# ls

Mounting the file systems

After the file systems and mount directories have been created, mount the file system for each new
device.

Mounting a Tru64 file system:

1.
Mount device:
# mount device_file_name mount_directory
Example — Tru64 5.1B
To mount device dsk10c with mount directory name HP5700_LU2c, enter:
# mount /dev/disk/dsk10c HP5700_LU2c
2.
Assign the appropriate ownership and permissions:
# chown owner:group *device_file_name*
Example — Tru64 5.1B
To assign ownership to dsk10c with owner Oracle, group dba enter:
# chown oracle:dba *dsk10c*
/
XP Disk Array Configuration Guide for Tru64 UNIX
19