HP XP20000/XP24000 Podręcznik konfiguracji - Strona 22

Przeglądaj online lub pobierz pdf Podręcznik konfiguracji dla Przełącznik HP XP20000/XP24000. HP XP20000/XP24000 40 stron. Hp storageworks xp disk array configuration guide: vmware (a5951-96106, september 2010)
Również dla HP XP20000/XP24000: Uwaga dotycząca wydania (13 strony), Podręcznik integracji (29 strony), Uwaga dotycząca wydania (4 strony), Podręcznik administratora (50 strony), Podręcznik konfiguracji (42 strony), Podręcznik konfiguracji (40 strony), Podręcznik konfiguracji (40 strony), Podręcznik konfiguracji (36 strony), Podręcznik konfiguracji (36 strony), Podręcznik konfiguracji (30 strony), Podręcznik konfiguracji (36 strony), Uwaga dotycząca wydania (5 strony), Podręcznik konfiguracji (46 strony), Podręcznik konfiguracji (46 strony), Podręcznik referencyjny (46 strony), Podręcznik konfiguracji (44 strony), Podręcznik konfiguracji (38 strony), Podręcznik konfiguracji (34 strony), Podręcznik konfiguracji (30 strony), Podręcznik konfiguracji (30 strony)

HP XP20000/XP24000 Podręcznik konfiguracji
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