<?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: manually switch pkg one node to other in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592129#M669475</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. How to move the pkg on other node serv2?&lt;BR /&gt;&lt;BR /&gt;Use following command from any node.&lt;BR /&gt;cmhaltpkg -n &lt;NODE 1=""&gt; &lt;PKG&gt;&lt;BR /&gt;cmrunpkg -n &lt;NODE 2=""&gt; &lt;PKG&gt;&lt;BR /&gt;&lt;BR /&gt;2. How to disable the pkg swicthing during maintance period&lt;BR /&gt;&lt;BR /&gt;Anytime if u want to disable pkg switching, run following commmand from any node.&lt;BR /&gt;cmmodpkg -d &lt;PKG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;To enable back &lt;BR /&gt;&lt;BR /&gt;cmmodpkg -e &lt;PKG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;verify and confirm package is switched by cmviewcl -v&lt;BR /&gt;&lt;BR /&gt;3. I have oracle active and passive set by MSservice guard . I do not want to move pkg during oracle shutdown for maintance period .. &lt;BR /&gt;&lt;BR /&gt;package wont get switched neither any disturbance occured on cluster even down package.&lt;BR /&gt;So you need to manually disable pkg during oracle shutdown.&lt;BR /&gt;&lt;BR /&gt;All the Best&lt;BR /&gt;&lt;/PKG_NAME&gt;&lt;/PKG_NAME&gt;&lt;/PKG&gt;&lt;/NODE&gt;&lt;/PKG&gt;&lt;/NODE&gt;</description>
    <pubDate>Mon, 01 Mar 2010 09:18:21 GMT</pubDate>
    <dc:creator>sahir_1</dc:creator>
    <dc:date>2010-03-01T09:18:21Z</dc:date>
    <item>
      <title>manually switch pkg one node to other</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592124#M669470</link>
      <description>have a package configured on two node. when the package is running under SERV1 .&lt;BR /&gt;&lt;BR /&gt;1. How to move the pkg on other node serv2/&lt;BR /&gt;&lt;BR /&gt;2. How to disable the pkg swicthing during maintance periode &lt;BR /&gt;&lt;BR /&gt;3. I have oracle active and passive set by MSservice guard . I do not want to move pkg during oracle shutdown for maintance period ..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2010 09:33:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592124#M669470</guid>
      <dc:creator>Asif_8</dc:creator>
      <dc:date>2010-02-28T09:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: manually switch pkg one node to other</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592125#M669471</link>
      <description>&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;1. How to move the pkg on other node serv2/&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;cmhaltpkg -n &lt;NODE1&gt; &lt;PKG_NAME&gt;&lt;BR /&gt;cmrunpkg -n &lt;NODE2&gt; &lt;PKG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;2. How to disable the pkg swicthing during maintance periode &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;When you issue the cmhaltpkg command this automatically disables global package switching&lt;BR /&gt;&lt;BR /&gt;To Enable you below command&lt;BR /&gt;cmmodpkg -e &lt;PACKAGE_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;3. I have oracle active and passive set by MSservice guard . I do not want to move pkg during oracle shutdown for maintance period ..&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;sorry no idea, But for more information on the "Database Application" look into "pkg.cntl"&lt;/PACKAGE_NAME&gt;&lt;/PKG_NAME&gt;&lt;/NODE2&gt;&lt;/PKG_NAME&gt;&lt;/NODE1&gt;</description>
      <pubDate>Sun, 28 Feb 2010 11:39:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592125#M669471</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2010-02-28T11:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: manually switch pkg one node to other</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592126#M669472</link>
      <description>Asif,&lt;BR /&gt;&lt;BR /&gt;1. How to move the pkg on other node serv2:&lt;BR /&gt;&lt;BR /&gt;- Halt the pkg on server1.&lt;BR /&gt;- Run the pkg on server2 . &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. How to disable the pkg swicthing during maintance period: &lt;BR /&gt;&lt;BR /&gt;# cmmodpkg -d -n server_name&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;3. If the pkg.cntl is configured correctly it will take care of oracle  shutdown with the pkg shutdown.  Keep monitoring the pkg.cntl.log file under /etc/cmcluster/pkg/&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Sun, 28 Feb 2010 13:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592126#M669472</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2010-02-28T13:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: manually switch pkg one node to other</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592127#M669473</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Starting package on the other node&lt;BR /&gt;#cmhaltpkg packagename ---&amp;gt;node1&lt;BR /&gt;#cmrunpkg pkgname----&amp;gt;node2&lt;BR /&gt;&lt;BR /&gt;To enable the auto switching&lt;BR /&gt;#cmmodpkg -e pkackagename&lt;BR /&gt;&lt;BR /&gt;To disable the autoswitching use -d instead of -e&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2010 19:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592127#M669473</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2010-02-28T19:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: manually switch pkg one node to other</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592128#M669474</link>
      <description>&lt;BR /&gt;IF the oracle package uses the oracle toolkit there is a package maintenance flag that you can configure.&lt;BR /&gt;&lt;BR /&gt;Example. &lt;BR /&gt;&lt;BR /&gt;set maintenance flag&lt;BR /&gt;  take down oracle database&lt;BR /&gt;   but leave filesystems up&lt;BR /&gt;   change parameters and patch oracle&lt;BR /&gt;  startup oracle &lt;BR /&gt;remove package mainentance flag&lt;BR /&gt;&lt;BR /&gt;HP had extensive training on ServiceGuard in classroom and remote classes &lt;BR /&gt;&lt;BR /&gt;see &lt;A href="http://www.hp.com/education/courses/h6487s.html" target="_blank"&gt;http://www.hp.com/education/courses/h6487s.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Feb 2010 23:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592128#M669474</guid>
      <dc:creator>Emil Velez</dc:creator>
      <dc:date>2010-02-28T23:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: manually switch pkg one node to other</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592129#M669475</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. How to move the pkg on other node serv2?&lt;BR /&gt;&lt;BR /&gt;Use following command from any node.&lt;BR /&gt;cmhaltpkg -n &lt;NODE 1=""&gt; &lt;PKG&gt;&lt;BR /&gt;cmrunpkg -n &lt;NODE 2=""&gt; &lt;PKG&gt;&lt;BR /&gt;&lt;BR /&gt;2. How to disable the pkg swicthing during maintance period&lt;BR /&gt;&lt;BR /&gt;Anytime if u want to disable pkg switching, run following commmand from any node.&lt;BR /&gt;cmmodpkg -d &lt;PKG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;To enable back &lt;BR /&gt;&lt;BR /&gt;cmmodpkg -e &lt;PKG_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;verify and confirm package is switched by cmviewcl -v&lt;BR /&gt;&lt;BR /&gt;3. I have oracle active and passive set by MSservice guard . I do not want to move pkg during oracle shutdown for maintance period .. &lt;BR /&gt;&lt;BR /&gt;package wont get switched neither any disturbance occured on cluster even down package.&lt;BR /&gt;So you need to manually disable pkg during oracle shutdown.&lt;BR /&gt;&lt;BR /&gt;All the Best&lt;BR /&gt;&lt;/PKG_NAME&gt;&lt;/PKG_NAME&gt;&lt;/PKG&gt;&lt;/NODE&gt;&lt;/PKG&gt;&lt;/NODE&gt;</description>
      <pubDate>Mon, 01 Mar 2010 09:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592129#M669475</guid>
      <dc:creator>sahir_1</dc:creator>
      <dc:date>2010-03-01T09:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: manually switch pkg one node to other</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592130#M669476</link>
      <description>&lt;BR /&gt;Thanks all !&lt;BR /&gt;&lt;BR /&gt;Dear Emil Velez !&lt;BR /&gt;&lt;BR /&gt;How to put Oracel flag in toolkit for oracel maintance&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Mar 2010 10:25:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592130#M669476</guid>
      <dc:creator>Asif_8</dc:creator>
      <dc:date>2010-03-01T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: manually switch pkg one node to other</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592131#M669477</link>
      <description>Salam Asif,&lt;BR /&gt;&lt;BR /&gt;Maintenance Flag for Oracle please read the below thread.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1052786" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1052786&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Mon, 01 Mar 2010 11:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/manually-switch-pkg-one-node-to-other/m-p/4592131#M669477</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2010-03-01T11:53:23Z</dc:date>
    </item>
  </channel>
</rss>

