<?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: controlscript and running cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630291#M699097</link>
    <description>The cluster can remain up while doing any of these changes. If this is an existing package, the package must be halted.</description>
    <pubDate>Tue, 20 Sep 2005 09:57:02 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-09-20T09:57:02Z</dc:date>
    <item>
      <title>controlscript and running cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630290#M699096</link>
      <description>I need to add new VG,LV and FS into&lt;BR /&gt;control script of the package:&lt;BR /&gt;&lt;BR /&gt;mypackage.cntl&lt;BR /&gt;&lt;BR /&gt;Need I stop the cluster to apply these changes?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Sep 2005 09:49:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630290#M699096</guid>
      <dc:creator>Inesa Clinko</dc:creator>
      <dc:date>2005-09-20T09:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: controlscript and running cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630291#M699097</link>
      <description>The cluster can remain up while doing any of these changes. If this is an existing package, the package must be halted.</description>
      <pubDate>Tue, 20 Sep 2005 09:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630291#M699097</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-09-20T09:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: controlscript and running cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630292#M699098</link>
      <description>No need to halt the cluster but if your adding new VG to existing package then package needs to be halted. &lt;BR /&gt;You can then modify control scripts apply changes  and start package &lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Tue, 20 Sep 2005 10:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630292#M699098</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-09-20T10:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: controlscript and running cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630293#M699099</link>
      <description>Here is more&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079973202" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000079973202&lt;/A&gt;</description>
      <pubDate>Tue, 20 Sep 2005 10:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630293#M699099</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2005-09-20T10:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: controlscript and running cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630294#M699100</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;No need of halting the cluster packages , you can do the modifications online .&lt;BR /&gt;&lt;BR /&gt;For time being you can activate the vg manually and mount file systems after updating the control file .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Next time when you bounce the package every thing will come up normal .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;BL.</description>
      <pubDate>Fri, 23 Sep 2005 14:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630294#M699100</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2005-09-23T14:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: controlscript and running cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630295#M699101</link>
      <description>You need not stop the package.&lt;BR /&gt;&lt;BR /&gt;Create the VG and logical volumes before proceeding.  Verify the lvol's will mount, then umount them and deactivate the VG.&lt;BR /&gt;&lt;BR /&gt;1) MAKE CERTAIN that you add the new VG to the cluster configuration ASCII file.  Anytime a cmapplyconf is performed on this file, any VG not represented will be de-clustered!!&lt;BR /&gt;&lt;BR /&gt;2) Manually cluster the VG.  On a node where the the VG is active, and Serviceguard is running, perform "vgchange -c y &lt;VGNAME&gt;".&lt;BR /&gt;&lt;BR /&gt;3) Create a map file of the VG:&lt;BR /&gt;# vgexport -pvs -m /etc/lvmconf/map.vgNAME /dev/vgNAME&lt;BR /&gt;&lt;BR /&gt;4) Copy map.vgNAME to the other node(s) in the cluster.&lt;BR /&gt;&lt;BR /&gt;5) VGimport the new VG into the other node(s):&lt;BR /&gt;OTHERNODE:  &lt;BR /&gt;# mkdir /dev/vgNAME&lt;BR /&gt;# mknod /dev/vgNAME/group c 64 0xNN0000 (where NN = a unique minor number)&lt;BR /&gt;# vgimport -vs -m /etc/lvmconf/map.vgNAME /dev/vgNAME&lt;BR /&gt;&lt;BR /&gt;6) ON the original node, update the package control script with references to the new VG and it's logical volumes and mount directories (DON'T FORGET to increment the index numbers within the "[ ]")&lt;BR /&gt;&lt;BR /&gt;8) Copy the script to the other server.&lt;BR /&gt;&lt;BR /&gt;9) Activate the VG, mount it's logical volumes.&lt;BR /&gt;&lt;BR /&gt;10) Test package shutdown, startup and failover to the other node.&lt;/VGNAME&gt;</description>
      <pubDate>Mon, 26 Sep 2005 07:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/controlscript-and-running-cluster/m-p/3630295#M699101</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2005-09-26T07:05:03Z</dc:date>
    </item>
  </channel>
</rss>

