<?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: &amp;quot;SWITCHING&amp;quot; and &amp;quot;AUTO_RUN&amp;quot; in SG? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585053#M230474</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Autorun -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;It defines the automatic restart or rerun of the package if it fails.&lt;BR /&gt;&lt;BR /&gt;Switching -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;It defines the nodes where it can be switched to if fails or maximizes the restart count on current node.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
    <pubDate>Mon, 18 Jul 2005 14:52:06 GMT</pubDate>
    <dc:creator>Devender Khatana</dc:creator>
    <dc:date>2005-07-18T14:52:06Z</dc:date>
    <item>
      <title>"SWITCHING" and "AUTO_RUN" in SG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585052#M230473</link>
      <description>When I run cmviewcl -v&lt;BR /&gt;I got two parameters, "SWITCHING" and "AUTO_RUN", what are differences of these two names, and also how can they be changed, and under what circumstances?&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Mon, 18 Jul 2005 14:42:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585052#M230473</guid>
      <dc:creator>Hanry Zhou</dc:creator>
      <dc:date>2005-07-18T14:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: "SWITCHING" and "AUTO_RUN" in SG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585053#M230474</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Autorun -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;It defines the automatic restart or rerun of the package if it fails.&lt;BR /&gt;&lt;BR /&gt;Switching -&amp;gt;&lt;BR /&gt;&lt;BR /&gt;It defines the nodes where it can be switched to if fails or maximizes the restart count on current node.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Mon, 18 Jul 2005 14:52:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585053#M230474</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-07-18T14:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: "SWITCHING" and "AUTO_RUN" in SG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585054#M230475</link>
      <description>Node Switching or Package switching determines if package/node is allowed to switch to next node in the event of failure&lt;BR /&gt; &lt;BR /&gt;Read this Doc for more info on this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062686522" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000062686522&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 18 Jul 2005 14:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585054#M230475</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-07-18T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: "SWITCHING" and "AUTO_RUN" in SG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585055#M230476</link>
      <description>AUTO_RUN shows if the package is going to restart on other cluster member nodes when it fails on the present node, i.e., if it is being monitored against failures&lt;BR /&gt;&lt;BR /&gt;SWITCHING is a flag set on each node for every package. If it is not set (i.e. disabled) for a package on a given node, that particular package can not run on that node regardless if it has its AUTO_RUN enabled or not. One reason for this, let's say you have a 3 node cluster. On the primary node you want your production app running and on the secondary you want a development app running.And your 3rd node is a failsafe machine which is much less paowerful than other two and it is there just in case. &lt;BR /&gt;&lt;BR /&gt;You also want, if your primary node fails, your production app will fail over to secondary node but if secondary fails, you do not want development app failing onto the primary server.&lt;BR /&gt;&lt;BR /&gt;Like this&lt;BR /&gt;&lt;BR /&gt;NODE1&lt;BR /&gt;PKG: prodAPP --&amp;gt; switching enabled&lt;BR /&gt;AUTO_RUN[prodAPP]=enabled&lt;BR /&gt;AUTO_RUN[devlAPP]=disabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NODE2&lt;BR /&gt;PKG: devlAPP --&amp;gt; switching enabled&lt;BR /&gt;AUTO_RUN[prodAPP]=enabled&lt;BR /&gt;AUTO_RUN[devlAPP]=enabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NODE3&lt;BR /&gt;PKG: &lt;NONE&gt;&lt;BR /&gt;AUTO_RUN[prodAPP]=enabled&lt;BR /&gt;AUTO_RUN[devlAPP]=enabled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as you see, prodAPP can run on any of the 3 nodes where as devlAPP can only run on NODE2 or NODE3 not on NODE1. At the end, you do not want a developer running a crazy code and mess up your production performance. Do you ?&lt;/NONE&gt;</description>
      <pubDate>Mon, 18 Jul 2005 15:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585055#M230476</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-18T15:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: "SWITCHING" and "AUTO_RUN" in SG?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585056#M230477</link>
      <description>Please assign more points to the answers provided to you in the past to get a better and faster response.&lt;BR /&gt;&lt;BR /&gt;Your ratio is 431/992 = 0.43</description>
      <pubDate>Mon, 18 Jul 2005 15:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/quot-switching-quot-and-quot-auto-run-quot-in-sg/m-p/3585056#M230477</guid>
      <dc:creator>Patrol</dc:creator>
      <dc:date>2005-07-18T15:04:54Z</dc:date>
    </item>
  </channel>
</rss>

