[Linux-cluster] mounting problem on RHEL5

2007-10-08 Thread John Vijoe George
I have a four node cluster with four storage nodes as well. I created 4 volume groups vg1,vg2,vg3,vg4 from the storage nodes and used mkfs.gfs2 to make a gfs2 filesystem. # mkfs.gfs2 -t c1:gfs1 -p lock_dlm -j 4 -r 2048 -J 128 /dev/vg1/lv0 I repeated the above for each volume group. I then

[Linux-cluster] adding a node to a cluster

2007-09-26 Thread John Vijoe George
I am a newbie and am trying to add a node to an existing cluster. I am running into issues when trying to add a 4th node to a cluster of three RHEL-5 machines. Since the /etc/cluster/cluster.conf file does not have the information (clusternode name, fence info etc) of the fourth node, I decided