HP XP20000/XP24000 Configuration Manual - Page 22

Browse online or download pdf Configuration Manual for Switch HP XP20000/XP24000. HP XP20000/XP24000 40 pages. Hp storageworks xp disk array configuration guide: vmware (a5951-96106, september 2010)
Also for HP XP20000/XP24000: Release Note (13 pages), Integration Manual (29 pages), Release Note (4 pages), Administrator's Manual (50 pages), Configuration Manual (42 pages), Configuration Manual (40 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), Configuration Manual (46 pages), Configuration Manual (46 pages), Reference Manual (46 pages), Configuration Manual (44 pages), Configuration Manual (38 pages), Configuration Manual (34 pages), Configuration Manual (30 pages), Configuration Manual (30 pages)

HP XP20000/XP24000 Configuration Manual
2.
Repeat step 1 for each device on the disk array.

Creating the mount directories

Create mount directories using the mkdir command. Choose names for the mount directories which
identify both the logical volume and partition.
1.
Enter mkdir /mnt/mount_point.
Example
# mkdir /mnt/A5700F_LU00
2.
Repeat step 1 for each device on the disk array.

Creating the mount table

Add the new devices to the /etc/fstab file to specify the automount parameters for each device.
1.
Edit the /etc/fstab file to add one line for each device to be automounted.
Each line of the file contains: (A) device name, (B) mount point, (C) file system type ("ext2"), (D)
mount options ("defaults"), (E) enhance parameter ("1"), and (F) fsck pass 2.
Example
/dev/sdb
/dev/sdc
/dev/sdd
A
Make an entry for each device. After all the entries are made, save the file and exit the editor.
22
Installing and configuring Linux for the XP disk array
/A5700F_ID08
ext2
/A5700F_ID09
ext2
/A5700F_ID10
ext2
B
C
defaults
1
2
defaults
1
2
defaults
1
2
D
E
F