<?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: How to prevent Serviceguard mounting disks that have been manually mounted in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632260#M665890</link>
    <description>&lt;BR /&gt;Mark,&lt;BR /&gt;&lt;BR /&gt;I belive you have to set AUTO_RUN=NO is the &lt;BR /&gt;package configuration file .&lt;BR /&gt;&lt;BR /&gt;In that case you should run cmrunpkg manually to activate the package/resources.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Aneesh&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 12 May 2010 08:56:51 GMT</pubDate>
    <dc:creator>Aneesh Mohan</dc:creator>
    <dc:date>2010-05-12T08:56:51Z</dc:date>
    <item>
      <title>How to prevent Serviceguard mounting disks that have been manually mounted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632257#M665887</link>
      <description>Hi,&lt;BR /&gt;We recently had a hardware issue with a server in a 3 node cluster which ended up with us having to rebuild the server from Ignite.&lt;BR /&gt;During this recovery we had to stop the Serviceguard cluster as we experienced a TOC on the remaining 2 nodes.&lt;BR /&gt;The shared disks and IP addresses were then manually configured / mounted on one of the 2 remaining nodes. (after doing a vgchange -c n)&lt;BR /&gt;We are now in a position to restart the Serviceguard cluster and add the packages back one at a time.&lt;BR /&gt;My questions are:&lt;BR /&gt;1. How do we stop Serviceguard from trying to mount the packages automatically when it starts? (cmruncl) &lt;BR /&gt;2. As we have done a vgchange -c n on the volume groups, will this prevent Serviceguard mounting the volume group (we could use this to prevent Serviceguard running the packages that are still manually mounted)&lt;BR /&gt;&lt;BR /&gt;This is a 24 x 7 production system and we only have downtime for 1 package at a time.  Therefore I would appreciate any other comments on how we can return to Serviceguard in a controlled mannner.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 12 May 2010 08:28:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632257#M665887</guid>
      <dc:creator>Mark Bly</dc:creator>
      <dc:date>2010-05-12T08:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Serviceguard mounting disks that have been manually mounted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632258#M665888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the status of cluster now ? running or down???&lt;BR /&gt;&lt;BR /&gt;If it is stopped &amp;amp; want to run this ... &lt;BR /&gt;&lt;BR /&gt;Start the cluster with cmrunnode command  not cmruncl... Normally cmruncl starts packages too..&lt;BR /&gt;&lt;BR /&gt;If you run cmrunnode on all nodes they will start cluster daemons &amp;amp; from cluster..&lt;BR /&gt;&lt;BR /&gt;After this  you can start individual packages on desired node.&lt;BR /&gt;&lt;BR /&gt;Ensure that you have made the pkg vg in cluster aware before starting pkg manually.&lt;BR /&gt;&lt;BR /&gt;Gudluck&lt;BR /&gt;Prasanth</description>
      <pubDate>Wed, 12 May 2010 08:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632258#M665888</guid>
      <dc:creator>Prasanth V Aravind</dc:creator>
      <dc:date>2010-05-12T08:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Serviceguard mounting disks that have been manually mounted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632259#M665889</link>
      <description>As you done vgchange -c n .. the vgs won't be getting active onnext cluster pkg start.. &lt;BR /&gt;&lt;BR /&gt;You have to do &lt;BR /&gt;&lt;BR /&gt;#vgchange -a n&lt;BR /&gt;#vgchange -c y &lt;BR /&gt;&lt;BR /&gt;to make vgs cluster aware.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Gudluck&lt;BR /&gt;Prasanth</description>
      <pubDate>Wed, 12 May 2010 08:54:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632259#M665889</guid>
      <dc:creator>Prasanth V Aravind</dc:creator>
      <dc:date>2010-05-12T08:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Serviceguard mounting disks that have been manually mounted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632260#M665890</link>
      <description>&lt;BR /&gt;Mark,&lt;BR /&gt;&lt;BR /&gt;I belive you have to set AUTO_RUN=NO is the &lt;BR /&gt;package configuration file .&lt;BR /&gt;&lt;BR /&gt;In that case you should run cmrunpkg manually to activate the package/resources.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Aneesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2010 08:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632260#M665890</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2010-05-12T08:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Serviceguard mounting disks that have been manually mounted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632261#M665891</link>
      <description>Hi,&lt;BR /&gt;Thank you for the quick reply.&lt;BR /&gt;The cluster is currently down.&lt;BR /&gt;We usually do the cmruncl  (sometimes cmruncl -n &lt;SERVERNAME&gt; if we only want some of the nodes up, then cmrunnod to join the other nodes to the cluster)&lt;BR /&gt;&lt;BR /&gt;I will try the cmrunnode on each server as you suggested.&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;/SERVERNAME&gt;</description>
      <pubDate>Wed, 12 May 2010 09:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632261#M665891</guid>
      <dc:creator>Mark Bly</dc:creator>
      <dc:date>2010-05-12T09:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Serviceguard mounting disks that have been manually mounted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632262#M665892</link>
      <description>&lt;BR /&gt;Ensure that you run cmrunnode on atleast 2 nodes. &lt;BR /&gt;&lt;BR /&gt;execute cmrunnod on single node won't start cluster. it will wait for another node to join &lt;BR /&gt;&lt;BR /&gt;Gudluck&lt;BR /&gt;Prasanth</description>
      <pubDate>Wed, 12 May 2010 09:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632262#M665892</guid>
      <dc:creator>Prasanth V Aravind</dc:creator>
      <dc:date>2010-05-12T09:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Serviceguard mounting disks that have been manually mounted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632263#M665893</link>
      <description>just agree to Mohan, disable package AUTO_RUN, and then cmruncl, stop package application and unmount filesystem, de-activate vg, vgchange, cmrunpkg, after all package startup, enable package AUTO_RUN.</description>
      <pubDate>Wed, 12 May 2010 13:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632263#M665893</guid>
      <dc:creator>stephen peng</dc:creator>
      <dc:date>2010-05-12T13:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to prevent Serviceguard mounting disks that have been manually mounted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632264#M665894</link>
      <description>touch a file called debug under /etc/cmcluster/&lt;PACKAGE directory=""&gt;.&lt;/PACKAGE&gt;</description>
      <pubDate>Wed, 12 May 2010 23:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-prevent-serviceguard-mounting-disks-that-have-been/m-p/4632264#M665894</guid>
      <dc:creator>Benoy Daniel</dc:creator>
      <dc:date>2010-05-12T23:48:35Z</dc:date>
    </item>
  </channel>
</rss>

