<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 10/2/2012 10:03 AM, Vineeth Thampi
      wrote:<br>
    </div>
    <blockquote
cite="mid:CALeRH44Pw5shop3sutxV3ZgYMoL0mbj_xh6jChzvLssMuZssyQ@mail.gmail.com"
      type="cite">Hi All,<br>
      <br>
      Just started playing around with the ocfs FS, it works great :)<br>
      <br>
      I got blocked with one issue though. I have set up where in I have
      two Xenservers running 3.3.0.xs1.5.50.51.28, configured ocfs on
      both with /etc/ocfs2/cluster.conf as follows:<br>
      <br>
      node:<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_port = 7777<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_address = 10.81.32.11<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number = 11<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = node11<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cluster = ocfs2<br>
      <br>
      node:<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_port = 7777<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip_address = 10.81.32.12<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number = 12<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = node12<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cluster = ocfs2<br>
      <br>
      cluster:<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; node_count = 2<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name = ocfs2<br>
      <br>
      When I add one more node with "o2cb_ctl -C -n node13 -t node -a
      cluster=ocfs2 -a ip_address=10.81.32.13 -a ip_port=7777 -a
      number=13" from NODE node11, I could see the change in
      cluster.conf in NODE node11, but not in node12.<br>
      <br>
      Is there a setting that I need to enable to propagate node
      addition info to all nodes in the cluster.<br>
    </blockquote>
    Above command adds entries to cluster.conf on the node you ran it
    from. You have to run this on all other nodes or copy modified
    cluster.conf to other nodes.<br>
    <br>
    After the changes, you will have to restart o2cb cluster stack on
    all nodes since you are adding new node as offline.<br>
    <blockquote
cite="mid:CALeRH44Pw5shop3sutxV3ZgYMoL0mbj_xh6jChzvLssMuZssyQ@mail.gmail.com"
      type="cite"><br>
      Thanks in advance,<br>
      <br>
      Vineeth<br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Ocfs2-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ocfs2-users@oss.oracle.com">Ocfs2-users@oss.oracle.com</a>
<a class="moz-txt-link-freetext" href="https://oss.oracle.com/mailman/listinfo/ocfs2-users">https://oss.oracle.com/mailman/listinfo/ocfs2-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>