Displaying 1 result from an estimated 1 matches for "vg_milan".
2007 Jun 21
0
Network issue in RHCS/GFS environment
...o Storage
eth2 192.168.11.52 -- Access IP
eth0 192.168.13.52 -- HeartBeat
other setting as same as node1
2.Create lv and mount
The background storage is implemented by iscsi, I create logic volumn as 500G,
and then format it to GFS filesystem.
Code:
# gfs_mkfs -p lock_dlm -t real:gfs -j 2 /dev/vg_milan/nesta
Here, the string "real" is the cluster name.
Then, I mount the formatted lv on the nodes one by one:
In node1:
[root@node1 ~]# mkdir -p /share
[root@node1 ~]# mount -t gfs /dev/vg_milan/netsa /share
[root@node1 ~]# chmod 777 /share
Repeat the above three steps in node2.
3. Co...