<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Syntax error when forming the cluster in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513137#M69957</link>
    <description>You have "$cout" instead of "$count". "n" is missing, so you get "let count=+1" because $cout is nt set and is empty.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;alex</description>
    <pubDate>Tue, 29 Mar 2005 07:03:24 GMT</pubDate>
    <dc:creator>Alex Lavrov.</dc:creator>
    <dc:date>2005-03-29T07:03:24Z</dc:date>
    <item>
      <title>Syntax error when forming the cluster</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513134#M69954</link>
      <description>We have configured a 2 node cluster. Server1 and server2. whole setup worked fine and redundancy also accurately happened. But suddenly, when we reboot both servers following error occured. &lt;BR /&gt;"Using /lib/modules/2.4.21-4 ELSmp/kernel/drivers/char/deadman.o&lt;BR /&gt;Deadman:1.0 minor:63&lt;BR /&gt;&lt;BR /&gt;/etc/rc3.d/s99cmcluster:line 124: count=: syntax error"&lt;BR /&gt;&lt;BR /&gt;OS is Linux ES 3.0</description>
      <pubDate>Tue, 29 Mar 2005 01:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513134#M69954</guid>
      <dc:creator>Jithani</dc:creator>
      <dc:date>2005-03-29T01:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error when forming the cluster</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513135#M69955</link>
      <description>Can you paste lines 120-130 of /etc/rc3.d/s99cmcluster please?</description>
      <pubDate>Tue, 29 Mar 2005 04:08:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513135#M69955</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-29T04:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error when forming the cluster</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513136#M69956</link>
      <description>start cmclconfd" &lt;BR /&gt;exit 1&lt;BR /&gt;fi&lt;BR /&gt;let count=$cout + 1&lt;BR /&gt;/bin/sleep 1&lt;BR /&gt;/bin/netstat -an | /bin/grep ':5302 '&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Start cmrunnode and log the pid to a file&lt;BR /&gt;&lt;BR /&gt;I tried booting server1 early and boot server2. The cluster formed without error. I found one error in the /var/log/messees in server2, which says "/dev/cciss/c1d0p1 cannot be accessed" this is lock lun partition.</description>
      <pubDate>Tue, 29 Mar 2005 06:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513136#M69956</guid>
      <dc:creator>Jithani</dc:creator>
      <dc:date>2005-03-29T06:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error when forming the cluster</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513137#M69957</link>
      <description>You have "$cout" instead of "$count". "n" is missing, so you get "let count=+1" because $cout is nt set and is empty.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;alex</description>
      <pubDate>Tue, 29 Mar 2005 07:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513137#M69957</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-29T07:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error when forming the cluster</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513138#M69958</link>
      <description>We tried that early. But it didnt help to sort. I feel it is a problem with Lock Lun. Please help if any of you understand.</description>
      <pubDate>Tue, 29 Mar 2005 21:18:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513138#M69958</guid>
      <dc:creator>Jithani</dc:creator>
      <dc:date>2005-03-29T21:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Syntax error when forming the cluster</title>
      <link>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513139#M69959</link>
      <description>First - to fix the file use one of the following:&lt;BR /&gt;&lt;BR /&gt;        let count=$count+1&lt;BR /&gt;&lt;BR /&gt;or better:&lt;BR /&gt;&lt;BR /&gt;        (( count = count + 1 ))&lt;BR /&gt;&lt;BR /&gt;WATCH THE SPACES - they are critical.&lt;BR /&gt;&lt;BR /&gt;This is unlikely to be related to LockLUN.  More likely it is due to some aspect of security not set up correctly.  You hit the like with the problem only if cmconfigd is not running.  To get by this first, make absolutely sure that the firewall on all nodes is off (you can fix the firewall settings later).  Then (for 11.15.04 and 11.16.01) make sure that you are clear on the other security settings.  Easiest is probably to put the "+" in cmclnodelist file.&lt;BR /&gt;&lt;BR /&gt;Remember that these recommendations are to get by your problems and to allow an easier transition into understanding the security setup.&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Mar 2005 23:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/syntax-error-when-forming-the-cluster/m-p/3513139#M69959</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2005-03-30T23:19:20Z</dc:date>
    </item>
  </channel>
</rss>

