<?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: halting cluster without halting package in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541866#M714814</link>
    <description>And by the time you have done the last two suggestions, you could have reapplied th ebinary and restarted the cluster !</description>
    <pubDate>Tue, 19 Jun 2001 20:06:14 GMT</pubDate>
    <dc:creator>melvyn burnard</dc:creator>
    <dc:date>2001-06-19T20:06:14Z</dc:date>
    <item>
      <title>halting cluster without halting package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541860#M714808</link>
      <description>We need to update the timing variables for the cluster but we do not want to bring down the package. Is there a way to bring down a cluster without bringing down the package (or just the applications which are part of the package) so you can update timing variables? I could just edit the stop and start scripts so it does not do anything and then bring down the cluster but I don't want the volume group deactivated or anything. Any suggestions? We are not running a monitorig script nor are we using using any services. Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Quin</description>
      <pubDate>Mon, 18 Jun 2001 19:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541860#M714808</guid>
      <dc:creator>Quin Hammes</dc:creator>
      <dc:date>2001-06-18T19:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: halting cluster without halting package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541861#M714809</link>
      <description>This won't work. You could replace the package control script with a simple script that does nothing else but "exit 0", leaving the package up and running when running cmhaltpkg. &lt;BR /&gt;But you still wouldn't be able to halt the cluster while the VG is activated in exclusive mode (vgchange -a e), what is the normal case. &lt;BR /&gt;&lt;BR /&gt;Halting the node, with the package VG still activated, would give you: &lt;BR /&gt;&lt;BR /&gt;"Clustered Volume Groups must be deactivated before the cluster can be halted."&lt;BR /&gt;&lt;BR /&gt;Since the VG can only be deactivated when all filesystems are umounted, you need to halt your application first, before you can do this.&lt;BR /&gt;&lt;BR /&gt;BTW, what timing parameters do you want to change and why? &lt;BR /&gt;&lt;BR /&gt;Carsten</description>
      <pubDate>Tue, 19 Jun 2001 04:46:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541861#M714809</guid>
      <dc:creator>Carsten Krege</dc:creator>
      <dc:date>2001-06-19T04:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: halting cluster without halting package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541862#M714810</link>
      <description>What you are looking to do cannot be done.&lt;BR /&gt;If you try to force the packages to stay up, i.e. VG's are activated, then the cluster will not halt. SG is not designed to work in this way. You will need to halt the cluster, make your changes and then restart the cluster and packages.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2001 06:37:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541862#M714810</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-06-19T06:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: halting cluster without halting package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541863#M714811</link>
      <description>The experts have given you the answer...&lt;BR /&gt;The package is part of the cluster. You can not stop the whole, without the parts of it being stopped as well.&lt;BR /&gt;&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 19 Jun 2001 11:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541863#M714811</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-06-19T11:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: halting cluster without halting package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541864#M714812</link>
      <description>#cmhaltpkg&lt;BR /&gt;#vgchange -c n /dev/vgcluster&lt;BR /&gt;#vgchange -a y /dev/vgcluster&lt;BR /&gt;#mount /dev/vgcluster/lvolx /mount_point</description>
      <pubDate>Tue, 19 Jun 2001 15:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541864#M714812</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-06-19T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: halting cluster without halting package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541865#M714813</link>
      <description>sorry #cmhaltpkg -&amp;gt; cmhaltcl&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2001 15:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541865#M714813</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-06-19T15:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: halting cluster without halting package</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541866#M714814</link>
      <description>And by the time you have done the last two suggestions, you could have reapplied th ebinary and restarted the cluster !</description>
      <pubDate>Tue, 19 Jun 2001 20:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/halting-cluster-without-halting-package/m-p/2541866#M714814</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2001-06-19T20:06:14Z</dc:date>
    </item>
  </channel>
</rss>

