<?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: cmviewcl time-out in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215680#M900111</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think that depends on the NODE_TIMEOUT            value in the cluster.asc file (2000000 micro sec by default). Do a cmcheckconf on your cluster and see if you have set it to a higher value.&lt;BR /&gt;&lt;BR /&gt;-KarthiK S S</description>
    <pubDate>Thu, 11 Mar 2004 04:52:59 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2004-03-11T04:52:59Z</dc:date>
    <item>
      <title>cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215679#M900110</link>
      <description>Hi all,&lt;BR /&gt;some of my shell scripts use the cluster command "cmviewcl".&lt;BR /&gt;This result of this command is immediate in case all the nodes of the cluster are present. But if one node is not present, there's a time-out (about 15s) before the command returns.&lt;BR /&gt;Does anyone knows if it's possible to decrease this time-out ?&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Lorenzo.</description>
      <pubDate>Thu, 11 Mar 2004 04:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215679#M900110</guid>
      <dc:creator>Lorenzo Meneguzzi</dc:creator>
      <dc:date>2004-03-11T04:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215680#M900111</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think that depends on the NODE_TIMEOUT            value in the cluster.asc file (2000000 micro sec by default). Do a cmcheckconf on your cluster and see if you have set it to a higher value.&lt;BR /&gt;&lt;BR /&gt;-KarthiK S S</description>
      <pubDate>Thu, 11 Mar 2004 04:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215680#M900111</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-11T04:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215681#M900112</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;no, these timeout are hardcoded and there is no way to decrease them. Actually the ~15 seconds are the result of two queries that are sent out by cmviewcl. One on TCP with a 10s timeout and the other on UDP (a broadcast) with a 3s timeout that was sent after the TCP query timed out.&lt;BR /&gt;&lt;BR /&gt;You should be aware that you shouldn't issue cmviewcl too often to check the status of the cluster, e.g. not every seconds. This might cause high CPU usage for cmcld on the local and on remote nodes. Once every minute should be sufficient.&lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Thu, 11 Mar 2004 05:13:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215681#M900112</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2004-03-11T05:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215682#M900113</link>
      <description>Hi,&lt;BR /&gt;You can do a workarround if you keep track on which nodes are down in you cluster and then create a script that does the next:&lt;BR /&gt;cmviewcl -n node1 -n node3 -n node4&lt;BR /&gt;When node2 is down it will not try to figure out the state of the node.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter</description>
      <pubDate>Thu, 11 Mar 2004 05:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215682#M900113</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-03-11T05:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215683#M900114</link>
      <description>Thanks Carsten,&lt;BR /&gt;I thought it was something like that.&lt;BR /&gt;But apparently in case of a node quit the cluster with the command cmhaltnode, the command cmviewcl should return quickly. It was question on the MCSerGuard Forum and the reply from Stephen Doud (HP) was to refer to the doc UMCSGKBRC00013544.&lt;BR /&gt;But I can't find this doc. Do you know where I can get it ?&lt;BR /&gt;Thanks.&lt;BR /&gt;Lorenzo.&lt;BR /&gt;N.B. : if you want to find the question I'm refering to, enter the keywords "ServiceGuard cmviewcl command"</description>
      <pubDate>Thu, 11 Mar 2004 05:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215683#M900114</guid>
      <dc:creator>Lorenzo Meneguzzi</dc:creator>
      <dc:date>2004-03-11T05:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215684#M900115</link>
      <description>Hi Lorenzo,&lt;BR /&gt;&lt;BR /&gt;no idea how to access the document on ITRC, at least I couldn't find it. I'm not a frequent user of the ITRC knowledge databases though - so it might be my ignorance. :) I'll give Stephen a heads-up to point this out. &lt;BR /&gt;&lt;BR /&gt;However, I can see that Stephen opened an enhancement request regarding this issue in Nov 2003 which is still under consideration by the lab. Service request number (which will show up in a potential patch) is SR 8606338820. &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Thu, 11 Mar 2004 07:30:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215684#M900115</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2004-03-11T07:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215685#M900116</link>
      <description>Lorenzo --&lt;BR /&gt;&lt;BR /&gt;For whatever reason, that document is no longer a part of our certified database or has a new doc ID.&lt;BR /&gt;&lt;BR /&gt;Reading through the old, internal document, it essentially just documents the behavior that you noted.&lt;BR /&gt;&lt;BR /&gt;A discussion in another internal document indicates that by design, cmviewcl must wait at least 10 seconds before timing out in order to ensure that we are reporting correct status (i.e ensure that we dont say a node is down when we are having some sort of networking delay).&lt;BR /&gt;&lt;BR /&gt;Starting with A.11.13, this delay should be closer to 10 seconds as that is the change that was put in at that time.&lt;BR /&gt;&lt;BR /&gt;There is no way to make the delay less then 10 seconds when a node is not present.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Kent M. Ostby&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 07:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215685#M900116</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2004-03-11T07:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215686#M900118</link>
      <description>&lt;BR /&gt;DocId: UMCSGKBRC00013544&lt;BR /&gt;TITLE:  cmviewcl responds slowly when a node is not present  &lt;BR /&gt;Updated: 3/11/04 5:33:00 AM (submitted to the customer-viewable database today)&lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;When I perform cmviewcl, I noticed that it takes much longer (15 seconds) to&lt;BR /&gt;report than it normally does.  What could be the cause of this?&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;One confirmed reason is that one of the nodes in the cluster is no longer&lt;BR /&gt;reachable:&lt;BR /&gt;&lt;BR /&gt;WITH ALL NODES RESPONDING:&lt;BR /&gt;&lt;BR /&gt;# timex cmviewcl | grep real&lt;BR /&gt;&lt;BR /&gt;real        0.87 (seconds)&lt;BR /&gt;user        0.08&lt;BR /&gt;sys         0.09&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WITH A NODE OUT OF THE CLUSTER:&lt;BR /&gt;&lt;BR /&gt;# timex cmviewcl | grep real&lt;BR /&gt;&lt;BR /&gt;real       14.85 (seconds)&lt;BR /&gt;user        0.09&lt;BR /&gt;sys         0.11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As Carsten stated, I submitted a change request to improve SG to skip the departed node.  Unfortunately until the lab does something about this annoyance, you are stuck with the delay.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stephen Doud&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 08:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215686#M900118</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2004-03-11T08:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: cmviewcl time-out</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215687#M900119</link>
      <description>Thanks for all the details.&lt;BR /&gt;I think I will change the way for my scripts.&lt;BR /&gt;Lorenzo.&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Mar 2004 11:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cmviewcl-time-out/m-p/3215687#M900119</guid>
      <dc:creator>Lorenzo Meneguzzi</dc:creator>
      <dc:date>2004-03-11T11:37:54Z</dc:date>
    </item>
  </channel>
</rss>

