<?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: ms service guard in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924800#M408652</link>
    <description>Sorry Tvs,  even I did a mistake , its not chmodpkg , but its  cmmodpkg.&lt;BR /&gt;&lt;BR /&gt;And it resideds in  /usr/sbin/&lt;BR /&gt;&lt;BR /&gt;cmmodpkg - enables or disables the  switching attributes for a  package.&lt;BR /&gt;&lt;BR /&gt;cheers ,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Sep 2005 04:10:17 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2005-09-09T04:10:17Z</dc:date>
    <item>
      <title>ms service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924793#M408645</link>
      <description>In a MC  service guard i am having 2 nodes and pkga is running in node1. i just want to switch the package pkga to node2 without halting the package&lt;BR /&gt;&lt;BR /&gt;if iam running chmod -e pka1 -n node2 whether it will halt the package and then it will start the pacakge in node2&lt;BR /&gt;&lt;BR /&gt;i want to avoid the halting of packages&lt;BR /&gt;&lt;BR /&gt;pls help me</description>
      <pubDate>Fri, 09 Sep 2005 03:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924793#M408645</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-09-09T03:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: ms service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924794#M408646</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It is not possible. For a package to be switch to second node it should be halted on the first node.&lt;BR /&gt;&lt;BR /&gt;Morover there is no chmod command in service guard. The chmod is standard OS command used for changing file perms.&lt;BR /&gt;&lt;BR /&gt;I think you mean to say cmmodpkg. This infact enables global switching of package on other node. i.e. if package fails it will be shifted to second node. &lt;BR /&gt;&lt;BR /&gt;This command infact will not switch the package but will enable switching in case the package fails.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 09 Sep 2005 03:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924794#M408646</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-09-09T03:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: ms service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924795#M408647</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the only way to switch a package is to stop it on one node and start it on the other node. It's not (yet?) possible to do this without interruption.&lt;BR /&gt;&lt;BR /&gt;T.</description>
      <pubDate>Fri, 09 Sep 2005 03:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924795#M408647</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2005-09-09T03:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: ms service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924796#M408648</link>
      <description>You must understand that ServiceGuard is a "failover" cluster package meaning that packages can only run on one node at a time.  It therefore MUST close the package on one node before running on another.  The idea is that it does this when the node fails, therefore you have an outage anyway.&lt;BR /&gt;&lt;BR /&gt;To fail it over manually you will have an outage - how long will depend on how quick your failover scripts are, but I certainly would NOT run the failover to another node until a scheduled quiet time when your users have been warned of a small outage.</description>
      <pubDate>Fri, 09 Sep 2005 03:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924796#M408648</guid>
      <dc:creator>Simon Hargrave</dc:creator>
      <dc:date>2005-09-09T03:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: ms service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924797#M408649</link>
      <description>Hi Tvs ,&lt;BR /&gt;&lt;BR /&gt;It is not possible to switch the running packege to the other node , but if the node , node1 fails on  , package  will switch to the failover node.&lt;BR /&gt;&lt;BR /&gt;And chmod is a os command, for changing permission , hope you tried to say chmodpkg to change the Global switching attribute.&lt;BR /&gt;&lt;BR /&gt;To move the package to the other node , that is node2 , you have to do like following:&lt;BR /&gt;&lt;BR /&gt;# cmhaltpkg -n node1 -v pkga [ Will halt the package on node1 ]&lt;BR /&gt;&lt;BR /&gt;# cmrunpkg -n node1 -v pkga&lt;BR /&gt;[ This will run the package on node2 ]&lt;BR /&gt;&lt;BR /&gt;# cmviewcl [ to check ]&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2005 03:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924797#M408649</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-09T03:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: ms service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924798#M408650</link>
      <description>sorry to all&lt;BR /&gt;&lt;BR /&gt;i mean to say chmodpkg</description>
      <pubDate>Fri, 09 Sep 2005 04:05:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924798#M408650</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-09-09T04:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: ms service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924799#M408651</link>
      <description>Thanks to all</description>
      <pubDate>Fri, 09 Sep 2005 04:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924799#M408651</guid>
      <dc:creator>Tvs</dc:creator>
      <dc:date>2005-09-09T04:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: ms service guard</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924800#M408652</link>
      <description>Sorry Tvs,  even I did a mistake , its not chmodpkg , but its  cmmodpkg.&lt;BR /&gt;&lt;BR /&gt;And it resideds in  /usr/sbin/&lt;BR /&gt;&lt;BR /&gt;cmmodpkg - enables or disables the  switching attributes for a  package.&lt;BR /&gt;&lt;BR /&gt;cheers ,&lt;BR /&gt;Raj.&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2005 04:10:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ms-service-guard/m-p/4924800#M408652</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-09T04:10:17Z</dc:date>
    </item>
  </channel>
</rss>

