-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
39 lines (33 loc) · 822 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
* PREREQUISTES:
* Perl Modules
Config::General
Data::Dumper
Getopt::Long
Tie::DxHash
* System Commands (need to be in root's $PATH)
ip
ping
arping
mount
umount
exportfs
showmout
lvs
vgs
lvscan
vgchange
lvchange
ethtool
df
gcc
VxVM commands #if you are going to use VxVM instead of LVM
* Files and directories
'/proc/mounts' must be readable
'sysfs' must be mounted and accesable
* FILESYSTEMS:
Filesystems in /etc/fstab and tofo.conf must be set using the device-mapper device. do not use the symbolic link.
For example:
right:
/dev/mapper/myVG-myLV /mnt/myLV ext3 barrier=0,noauto
wrong:
/dev/myVG/myLV /mnt/myLV ext3 barrier=0,noauto