<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Adam Manthei wrote:
<blockquote cite="mid20040720155719.GD3866@redhat.com" type="cite">
  <pre wrap="">On Tue, Jul 20, 2004 at 08:13:15PM +0800, chloong wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">hi all,
I managed to setup the whole gfs clustering. i have 2 nodes servers in 
this gfs cluster.

1 node is mounting the gfs partition without any issue but the other one 
not able to mount...giving me error:
#mount -t gfs /dev/pool/smsgateclu_pool0 /gfs1
mount: wrong fs type, bad option, bad superblock on 
/dev/pool/smsgateclu_pool0,
          or too many mounted file systems

can anyone facing this problem?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
This is the standard error message that mount gives on error.  In general it
isn't very usefull.  More accurate error messages are on the console.  Post
your `dmesg` output if you are still having problems.

  </pre>
</blockquote>
hi,<br>
i checked the dmesg, the error is :<br>
<br>
lock_gulm: fsid=cluster1:gfs1: Exiting gulm_mount with errors -111<br>
GFS: can't mount proto = lock_gulm, table = cluster1:gfs1, hostdata =<br>
<br>
where as in /var/log/messages the error is :<br>
<br>
lock_gulm: ERROR Got a -111 trying to login to lock_gulmd.  Is it runni<br>
ng?<br>
lock_gulm: ERROR cm_login failed. -111<br>
lock_gulm: ERROR Got a -111 trying to start the threads.<br>
lock_gulm: fsid=cluster1:gfs1: Exiting gulm_mount with errors -111<br>
GFS: can't mount proto = lock_gulm, table = cluster1:gfs1, hostdata =<br>
<br>
i got 2 nodes in the gfs cluster. 1 is the lock_gulm server and the
other one is not. <br>
the one that not a lock_gulm server giving me mount error...<br>
<br>
Did i need to start the lock_gulm daemon on this server that is not the
lock_gulm server?<br>
<br>
When i start the lock_gulmd on this server it gave me this error in
/var/log/messages:<br>
<br>
lock_gulmd[18399]: You are running in Standard mode.<br>
lock_gulmd[18399]: I am (clu2.abc.com) with ip (192.168.11.212)<br>
lock_gulmd[18399]: Forked core [18400].<br>
lock_gulmd_core[18400]: ERROR [core_io.c:1029] Got error from reply:
(clu1:192.<br>
168.11.211) 1006:Not Allowed<br>
<br>
my cluster.ccs :<br>
<br>
cluster {<br>
   name = "smsgateclu"<br>
   lock_gulm {<br>
     servers = ["clu1"]<br>
     heartbeat_rate = 0.3<br>
     allowed_misses = 1<br>
   }<br>
}<br>
<br>
nodes.ccs:<br>
<br>
nodes {<br>
 clu1 {<br>
  ip_interfaces {<br>
   eth2 = "192.168.11.211"<br>
  }<br>
  fence {<br>
   human {<br>
    admin {<br>
     ipaddr = "192.168.11.211"<br>
    }<br>
   }<br>
  }<br>
 }<br>
 clu2 {<br>
  ip_interfaces {<br>
   eth2 = "192.168.11.212"<br>
  }<br>
  fence {<br>
   human {<br>
    admin {<br>
     ipaddr = "192.168.11.212"<br>
    }<br>
   }<br>
  }<br>
 }<br>
}<br>
<br>
fence.ccs:<br>
<br>
fence_devices {<br>
 admin {<br>
  agent = "fence_manual"<br>
 }<br>
}<br>
<br>
Please help!<br>
<br>
Thanks.<br>
</body>
</html>