HP XP20000/XP24000 Посібник з конфігурації - Сторінка 19

Переглянути онлайн або завантажити pdf Посібник з конфігурації для Перемикач HP XP20000/XP24000. HP XP20000/XP24000 40 сторінок. Hp storageworks xp disk array configuration guide: vmware (a5951-96106, september 2010)
Також для HP XP20000/XP24000: Примітка до випуску (13 сторінок), Посібник з інтеграції (29 сторінок), Примітка до випуску (4 сторінок), Посібник адміністратора (50 сторінок), Посібник з конфігурації (42 сторінок), Посібник з конфігурації (40 сторінок), Посібник з конфігурації (36 сторінок), Посібник з конфігурації (36 сторінок), Посібник з конфігурації (30 сторінок), Посібник з конфігурації (36 сторінок), Примітка до випуску (5 сторінок), Посібник з конфігурації (46 сторінок), Посібник з конфігурації (46 сторінок), Довідковий посібник (46 сторінок), Посібник з конфігурації (40 сторінок), Посібник з конфігурації (44 сторінок), Посібник з конфігурації (38 сторінок), Посібник з конфігурації (34 сторінок), Посібник з конфігурації (30 сторінок), Посібник з конфігурації (30 сторінок)

HP XP20000/XP24000 Посібник з конфігурації

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.
2.
Reboot the system.
3.
Display the mounted devices using the df
automounted.
Example
# df -h
Filesystem Size Used Avail Used% Mounted on
/dev/sda1
/dev/sdb1
/dev/sdc1
#

Verifying file system operation

Verify file system operation by copying a file to each device.
/A5700F_ID08
ext2
/A5700F_ID09
ext2
/A5700F_ID10
ext2
B
C
1.8G 890M 866M
51%
1.9G 1.0G 803M
57%
2.2G
13k 2.1G
0%
defaults
1
2
defaults
1
2
defaults
1
2
D
E
F
h command and verify that the devices were
/
/usr
/A5700F-LU00
XP Disk Array Configuration Guide for Linux
19