<?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: Cluster question! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618134#M235370</link>
    <description>Hi Amit ,&lt;BR /&gt;&lt;BR /&gt;It seems there is no Package running on this cluster , as per the output , If you have given full output.&lt;BR /&gt;&lt;BR /&gt;If this is the case you can shutdown directly . &lt;BR /&gt;If package is running in this node you can move this pacakge to another node . Or it will move to the failover node automatically, if configured. And it will come back to Main node back again , when it will be up , if "Failback" is configured , or it will keep running on the failover node , if "Failback" is "manual" , after the first node comes back.&lt;BR /&gt;&lt;BR /&gt;# cmhaltpkg -n clustergem2appprd -v Pkg_name&lt;BR /&gt;# cmrunpkg -n loyalty  -v Pkg_name&lt;BR /&gt;# shutdown -h -y &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 04 Sep 2005 00:06:53 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-09-04T00:06:53Z</dc:date>
    <item>
      <title>Cluster question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618129#M235365</link>
      <description>HI&lt;BR /&gt;I have a node in which when i give cmviewcl i get the following output:&lt;BR /&gt;&lt;BR /&gt;cmviewcl&lt;BR /&gt;&lt;BR /&gt;CLUSTER              STATUS&lt;BR /&gt;clustergem2appprd    up&lt;BR /&gt;&lt;BR /&gt;  NODE         STATUS       STATE&lt;BR /&gt;  loyalty      up           running&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do i need to do a cmhaltcl before shutting down the server.&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Sep 2005 20:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618129#M235365</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2005-09-03T20:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618130#M235366</link>
      <description>Looks like none of the packages are active on this node. If that is the case you can shutdown this node with out halting any of the package and cluster. Confirm by checking the o/p of cmviecl -v.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Sat, 03 Sep 2005 21:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618130#M235366</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-09-03T21:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618131#M235367</link>
      <description>Thanks Sudeesh&lt;BR /&gt;&lt;BR /&gt;cmviewcl -v :&lt;BR /&gt;&lt;BR /&gt;CLUSTER              STATUS&lt;BR /&gt;clustergem2appprd    up&lt;BR /&gt;&lt;BR /&gt;  NODE         STATUS       STATE&lt;BR /&gt;  loyalty      up           running&lt;BR /&gt;&lt;BR /&gt;    Network_Parameters:&lt;BR /&gt;    INTERFACE    STATUS       PATH         NAME&lt;BR /&gt;    PRIMARY      up           0/10/0/0/6/0 lan1&lt;BR /&gt;    PRIMARY      up           0/12/0/0/7/0 lan12&lt;BR /&gt;    STANDBY      up           0/12/0/0/6/0 lan4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please comment&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Sep 2005 22:15:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618131#M235367</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2005-09-03T22:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618132#M235368</link>
      <description>I would require the full out put of the command. Mainly the package section at the bottom.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sudeesh</description>
      <pubDate>Sat, 03 Sep 2005 22:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618132#M235368</guid>
      <dc:creator>Sudeesh</dc:creator>
      <dc:date>2005-09-03T22:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618133#M235369</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Output of cmviewcl -v will give a detailed information about the packages running on the node. If there are no packages running and the applications are running manually then you should stop the applications prior to shutdown. To be safe and see proper and detailed logs while shutting down cluster you can do cmhaltcl. If not doen it is halted by itself by first script in /sbin/rc2.d.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Sat, 03 Sep 2005 23:48:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618133#M235369</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-03T23:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618134#M235370</link>
      <description>Hi Amit ,&lt;BR /&gt;&lt;BR /&gt;It seems there is no Package running on this cluster , as per the output , If you have given full output.&lt;BR /&gt;&lt;BR /&gt;If this is the case you can shutdown directly . &lt;BR /&gt;If package is running in this node you can move this pacakge to another node . Or it will move to the failover node automatically, if configured. And it will come back to Main node back again , when it will be up , if "Failback" is configured , or it will keep running on the failover node , if "Failback" is "manual" , after the first node comes back.&lt;BR /&gt;&lt;BR /&gt;# cmhaltpkg -n clustergem2appprd -v Pkg_name&lt;BR /&gt;# cmrunpkg -n loyalty  -v Pkg_name&lt;BR /&gt;# shutdown -h -y &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Sep 2005 00:06:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cluster-question/m-p/3618134#M235370</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-04T00:06:53Z</dc:date>
    </item>
  </channel>
</rss>

