HP StorageWorks XP10000 - Disk Array Konfigurationshandbuch - Seite 22

Blättern Sie online oder laden Sie pdf Konfigurationshandbuch für Schalter HP StorageWorks XP10000 - Disk Array herunter. HP StorageWorks XP10000 - Disk Array 40 Seiten. Cache lun xp
Auch für HP StorageWorks XP10000 - Disk Array: Freigabemitteilung (13 seiten), Handbuch für Administratoren (50 seiten), Konfigurationshandbuch (42 seiten), Konfigurationshandbuch (40 seiten), Konfigurationshandbuch (40 seiten), Konfigurationshandbuch (36 seiten), Konfigurationshandbuch (36 seiten), Konfigurationshandbuch (30 seiten), Konfigurationshandbuch (36 seiten), Freigabemitteilung (5 seiten), Handbuch zur Systemkonfiguration (49 seiten), Handbuch zur Systemkonfiguration (43 seiten), Handbuch zur Systemkonfiguration (42 seiten), Handbuch zur Systemkonfiguration (35 seiten), Konfigurationshandbuch (46 seiten), Konfigurationshandbuch (46 seiten), Konfigurationshandbuch (44 seiten), Konfigurationshandbuch (38 seiten), Konfigurationshandbuch (34 seiten), Konfigurationshandbuch (30 seiten), Konfigurationshandbuch (30 seiten), Konfigurationshandbuch (42 seiten), Benutzerhandbuch (30 seiten)

HP StorageWorks XP10000 - Disk Array Konfigurationshandbuch
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