<html><body>
<p>Why can't I mount my gfs logical volume on the second node in  the cluster?<br>
I am creating a new GFS file system on an existing cluster.  Here is what I did;<br>
<br>
1.  I determined I had space in an existing volume group (both nodes)<br>
2.  I created my logical volume (node 1)<br>
3.  I ran my gfs_mkfs (node 1)<br>
4.  I mounted my new lv on node 1 only<br>
<br>
Here is the error I get on node 2<br>
<br>
# mount /gfs/new_mount<br>
/sbin/mount.gfs: invalid device path "/dev/vggfs/new_lv"<br>
<br>
I see that the logical volume is "inactive" on node2 and "ACTIVE" on node 1<br>
<br>
inactive          '/dev/vgclgfs/new_lv' [25.00 GB] inherit<br>
<br>
ACTIVE            '/dev/vgclgfs/new_lv' [25.00 GB] inherit<br>
<br>
What do I need to do in order to make this logical volume active on node 2 ?<br>
I thought that this would have happened automagically via clvmd, and not have to be done manually.<br>
<br>
<br>
Gary Romo</body></html>