<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      This is the cluster.conf :<br>
      <br>
      [root@titan0 11:29:14 ~]# cat /etc/cluster/cluster.conf<br>
      <?xml version="1.0" ?><br>
      <cluster config_version="7" name="HA_MGMT"><br>
              <fence_daemon clean_start="1" post_fail_delay="0"
      post_join_delay="60"/><br>
              <clusternodes><br>
                      <clusternode name="titan0"  nodeid="1"
      votes="1"><br>
                              <fence><br>
                                      <method name="1"><br>
                                              <device
      name="titan0fence" option="reboot"/><br>
                                      </method><br>
                              </fence><br>
                      </clusternode><br>
                      <clusternode name="titan1" nodeid="2"
      votes="1"><br>
                              <fence><br>
                                      <method name="1"><br>
                                              <device
      name="titan1fence" option="reboot"/><br>
                                      </method><br>
                              </fence><br>
                      </clusternode><br>
              </clusternodes><br>
              <cman  cluster_id="0" expected_votes="1"
      two_node="1"/><br>
              <fencedevices><br>
                      <fencedevice agent="fence_ipmilan"
      ipaddr="172.17.0.101" login="administrator" name="titan0fence"
      passwd="administrator"/><br>
                      <fencedevice agent="fence_ipmilan"
      ipaddr="172.17.0.102" login="administrator" name="titan1fence"
      passwd="administrator"/><br>
              </fencedevices><br>
              <rm><br>
                      <failoverdomains><br>
                              <failoverdomain name="titan0_heuristic"
      ordered="0" restricted="1"> <br>
                                      <failoverdomainnode
      name="titan0" priority="1"/> <br>
                              </failoverdomain> <br>
                              <failoverdomain name="titan1_heuristic"
      ordered="0" restricted="1"> <br>
                                      <failoverdomainnode
      name="titan1" priority="1"/> <br>
                              </failoverdomain><br>
                              <failoverdomain name="MgmtNodes"
      ordered="0" restricted="0"><br>
                                      <failoverdomainnode
      name="titan0" priority="1"/><br>
                                      <failoverdomainnode
      name="titan1" priority="2"/><br>
                              </failoverdomain><br>
                  <failoverdomain name="NFSHA" ordered="0"
      restricted="0"><br>
                      <failoverdomainnode name="titan0"
      priority="2"/><br>
                      <failoverdomainnode name="titan1"
      priority="1"/><br>
                  </failoverdomain><br>
                      </failoverdomains><br>
                  <service domain="titan0_heuristic"
      name="ha_titan0_check" autostart="1" checkinterval="10"> <br>
                          <script file="/usr/sbin/ha_titan0_check"
      name="ha_titan0_check"/> <br>
                  </service> <br>
                  <service domain="titan1_heuristic"
      name="ha_titan1_check" autostart="1" checkinterval="10"> <br>
                          <script file="/usr/sbin/ha_titan1_check"
      name="ha_titan1_check"/> <br>
                  </service><br>
                      <service domain="MgmtNodes" name="HA_MGMT"
      autostart="0" recovery="relocate"><br>
                  <!-- ip addresses lines mgmt --><br>
                                      <ip address="172.17.0.99/16"
      monitor_link="1"/><br>
                                      <ip address="10.90.0.99/24"
      monitor_link="1"/><br>
                  <!-- devices lines mgmt --><br>
                             <fs device="LABEL=postfix"
      mountpoint="/var/spool/postfix" force_unmount="1" fstype="ext3"
      name="mgmtha5" options=""/><br>
                             <fs device="LABEL=bigimage"
      mountpoint="/var/lib/systemimager" force_unmount="1" fstype="ext3"
      name="mgmtha4" options=""/><br>
                             <clusterfs device="LABEL=HA_MGMT:conman"
      mountpoint="/var/log/conman" force_unmount="0" fstype="gfs2"
      name="mgmtha3" options=""/><br>
                             <clusterfs
      device="LABEL=HA_MGMT:ganglia" mountpoint="/var/lib/ganglia/rrds"
      force_unmount="0" fstype="gfs2" name="mgmtha2" options=""/><br>
                             <clusterfs device="LABEL=HA_MGMT:syslog"
      mountpoint="/var/log/HOSTS" force_unmount="0" fstype="gfs2"
      name="mgmtha1" options=""/><br>
                             <clusterfs device="LABEL=HA_MGMT:cdb"
      mountpoint="/var/lib/pgsql/data" force_unmount="0" fstype="gfs2"
      name="mgmtha0" options=""/><br>
                              <script file="/usr/sbin/haservices"
      name="haservices"/><br>
                      </service><br>
              <service domain="NFSHA" name="HA_NFS" autostart="0"
      checkinterval="60"><br>
                  <!-- ip addresses lines nfs --><br>
                                      <ip address="10.31.0.99/16"
      monitor_link="1"/><br>
                                      <ip address="10.90.0.88/24"
      monitor_link="1"/><br>
                                      <ip address="172.17.0.88/16"
      monitor_link="1"/><br>
                  <!-- devices lines nfs --><br>
                             <fs device="LABEL=PROGS"
      mountpoint="/programs" force_unmount="1" fstype="ext3"
      name="nfsha4" options=""/><br>
                             <fs device="LABEL=WRKTMP"
      mountpoint="/worktmp" force_unmount="1" fstype="ext3"
      name="nfsha3" options=""/><br>
                             <fs device="LABEL=LABOS"
      mountpoint="/labos" force_unmount="1" fstype="xfs" name="nfsha2"
      options="ikeep"/><br>
                             <fs device="LABEL=OPTINTEL"
      mountpoint="/opt/intel" force_unmount="1" fstype="ext3"
      name="nfsha1" options=""/><br>
                             <fs device="LABEL=HOMENFS"
      mountpoint="/home_nfs" force_unmount="1" fstype="ext3"
      name="nfsha0" options=""/><br>
                  <script file="/etc/init.d/nfs"
      name="nfs_service"/><br>
              </service><br>
              </rm><br>
          <totem token="21000" /><br>
      </cluster><br>
      <!-- !!!!! DON'T REMOVE OR CHANGE ANYTHING IN PARAMETERS
      SECTION BELOW <br>
      node_name=titan0<br>
      node_ipmi_ipaddr=172.17.0.101<br>
      node_hwmanager_login=administrator<br>
      node_hwmanager_passwd=administrator<br>
      ipaddr1_for_heuristics=172.17.0.200<br>
      node_ha_name=titan1<br>
      node_ha_ipmi_ipaddr=172.17.0.102<br>
      node_ha_hwmanager_login=administrator<br>
      node_ha_hwmanager_passwd=administrator<br>
      ipaddr2_for_heuristics=172.17.0.200<br>
      mngt_virt_ipaddr_for_heuristics=not used on this type of node<br>
      END OF SECTION !!!!! --> <br>
      <br>
      <br>
      The var/log/messages is too long and have some messages repeated :<br>
      May 13 11:30:33 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:39198<br>
      May 13 11:30:33 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:39198<br>
      May 13 11:30:33 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:39198<br>
      May 13 11:30:33 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:39198<br>
      May 13 11:30:33 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:39198<br>
      May 13 11:30:33 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:39198<br>
      May 13 11:30:33 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:39198<br>
      May 13 11:30:34 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:53030<br>
      May 13 11:30:34 s_sys@titan0 snmpd[4584]: Received SNMP packet(s)
      from UDP: [10.40.20.30]:53030<br>
      May 13 11:30:34 s_sys@titan0 snmpd[4584]: Connection from UDP:
      [10.40.20.30]:41083<br>
      May 13 11:30:34 s_sys@titan0 snmpd[4584]: Received SNMP packet(s)
      from UDP: [10.40.20.30]:41083<br>
      <br>
      Regards<br>
      Delphine<br>
      <br>
      <br>
      <br>
      Le 13/05/13 10:37, Rajveer Singh a écrit :<br>
    </div>
    <blockquote
cite="mid:CAHG1G7FZOtoyrvnGsbZo9Whm0dtbbuVG_bSOfVH-i9NurkfFNA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hi Delphine,<br>
          It seems there is some filesystem crash. Please share your
          /var/log/messages and /etc/cluster/cluster.conf file to help
          you futher.<br>
          <br>
        </div>
        Regards,<br>
        Rajveer Singh<br>
      </div>
      <div class="gmail_extra">
        <br>
        <br>
        <div class="gmail_quote">On Mon, May 13, 2013 at 11:58 AM,
          Delphine Ramalingom <span dir="ltr"><<a
              moz-do-not-send="true"
              href="mailto:delphine.ramalingom@univ-reunion.fr"
              target="_blank">delphine.ramalingom@univ-reunion.fr</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
            <br>
            I have a problem and I need some help.<br>
            <br>
            Our cluster linux have been stopped for maintenance in the
            room server butr, an error was occured during the stopping
            procedure :<br>
            Local machine disabling service:HA_MGMT...Failure<br>
            <br>
            The cluster was electrically stopped. But since the restart,
            I don't succed to restart services with command clussvcadm.<br>
            I have this message :<br>
            <br>
            clusvcadm -e HA_MGMT<br>
            Local machine trying to enable service:HA_MGMT...Aborted;
            service failed<br>
            and<br>
            <err>    startFilesystem: Could not match
            LABEL=postfix with a real device<br>
            <br>
            Do you have a solution for me ?<br>
            <br>
            Thanks a lot in advance.<br>
            <br>
            Regards<span class="HOEnZb"><font color="#888888"><br>
                Delphine<br>
                <br>
                -- <br>
                Linux-cluster mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:Linux-cluster@redhat.com" target="_blank">Linux-cluster@redhat.com</a><br>
                <a moz-do-not-send="true"
                  href="https://www.redhat.com/mailman/listinfo/linux-cluster"
                  target="_blank">https://www.redhat.com/mailman/listinfo/linux-cluster</a><br>
              </font></span></blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>