<?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: MC/SG Cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657752#M241601</link>
    <description>I did not see this point confirmed which in fact was your question.&lt;BR /&gt;&lt;BR /&gt;When you touch the debug file in /etc/cmcluster&lt;BR /&gt;it will restrain the Mc/Cluster from starting up after a boot.&lt;BR /&gt;&lt;BR /&gt;You can at any moment of course halt a &lt;BR /&gt;particular package or de-tach a particular node from a cluster without it to failover.&lt;BR /&gt;(This could be handy if you want some part&lt;BR /&gt;of the cluster to stay active or accessible)&lt;BR /&gt;&lt;BR /&gt;You can also stop the whole cluster,&lt;BR /&gt;and do the vgchange bits to get our&lt;BR /&gt;mounted volumes back online.&lt;BR /&gt;&lt;BR /&gt;But you have many technical examples on this from other forum-members.&lt;BR /&gt;&lt;BR /&gt;I just thought it proper to put the debug&lt;BR /&gt;technique in perspective.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 27 Oct 2005 02:12:03 GMT</pubDate>
    <dc:creator>Frank de Vries</dc:creator>
    <dc:date>2005-10-27T02:12:03Z</dc:date>
    <item>
      <title>MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657744#M241593</link>
      <description>I have one cluster running oracle database.  However, I need to do some maintenance to change some oracle parameter.  If I stop the cluster package I won't be able to see those clustered aware file system.  I do not want the cluster to failover.  I remember that I can some how create a debug file so that the cluster will not failover.  Any idea?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2005 04:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657744#M241593</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2005-10-26T04:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657745#M241594</link>
      <description>If you want the VG that are active in cluster to be available after cluster is put down then:&lt;BR /&gt;1. Before you halt the cluster execute:&lt;BR /&gt;# vgchange -c n &lt;VGNAME&gt;&lt;BR /&gt;2. Halt the cluster&lt;BR /&gt;3. # vgchange -a y &lt;VGNAME&gt;&lt;BR /&gt;Mount the filesystems.&lt;BR /&gt;&lt;BR /&gt;Again while adding this VG's back then:&lt;BR /&gt;&lt;BR /&gt;1. vgchange -a y &lt;VGNAME&gt;&lt;BR /&gt;2. vghange -c y &lt;VGNAME&gt;&lt;BR /&gt;3. vgchange -a n &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Then start the Cluster.&lt;BR /&gt;&lt;BR /&gt;It should work.&lt;BR /&gt;&lt;BR /&gt;Hope that is what you are looking for.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Wed, 26 Oct 2005 04:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657745#M241594</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-10-26T04:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657746#M241595</link>
      <description>Hi&lt;BR /&gt;you can halt the package&lt;BR /&gt;and start mount the filesystems in exclusive mode.&lt;BR /&gt;&lt;BR /&gt;Example :&lt;BR /&gt;#cmhaltpkg -v &lt;PKG name=""&gt;&lt;BR /&gt;#vgchange -a e &lt;VG name=""&gt;&lt;BR /&gt;then mount the filesystem.&lt;BR /&gt;&lt;BR /&gt;After that you can proceed for the S/W level changes.&lt;BR /&gt;&lt;BR /&gt;Hope this may help you.&lt;BR /&gt;With Regards&lt;BR /&gt;Prasanta&lt;BR /&gt;&lt;/VG&gt;&lt;/PKG&gt;</description>
      <pubDate>Wed, 26 Oct 2005 04:31:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657746#M241595</guid>
      <dc:creator>Prasanta Kumar Bindhani</dc:creator>
      <dc:date>2005-10-26T04:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657747#M241596</link>
      <description>you can disable package switching as follows.&lt;BR /&gt;cmmodpkg -dv "package_name"&lt;BR /&gt;&lt;BR /&gt;Then you can stop the package. Do vgchange -a e vgxx on cluster aware vgs and mount. then do changes, unmount and deactivate the vgs. vgchange -a n vgxx&lt;BR /&gt;&lt;BR /&gt;then start pkg-cmrunpkg, enable package switching-cmmodpkg -ev "package_name"</description>
      <pubDate>Wed, 26 Oct 2005 04:32:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657747#M241596</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-26T04:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657748#M241597</link>
      <description>I remember we can touch .debug file to some directory then the cluster will be in debug mode.</description>
      <pubDate>Wed, 26 Oct 2005 04:39:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657748#M241597</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2005-10-26T04:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657749#M241598</link>
      <description>sorry ..ignore my post ... i thought you are bringing down the cluster...&lt;BR /&gt;&lt;BR /&gt;RAC pointed you correctly.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2005 04:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657749#M241598</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-10-26T04:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657750#M241599</link>
      <description>Check the following docs&lt;BR /&gt;&lt;BR /&gt;Testing Cluster Halt and Reconfiguration&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B5158-90001/ch06s02.html" target="_blank"&gt;http://docs.hp.com/en/B5158-90001/ch06s02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hanwant</description>
      <pubDate>Wed, 26 Oct 2005 04:50:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657750#M241599</guid>
      <dc:creator>Hanwant Verma_1</dc:creator>
      <dc:date>2005-10-26T04:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657751#M241600</link>
      <description>I believe you're talking about the situation that happens when you have an oracle database and a service in the package that monitors the database.  If the database goes down, then the package fails.  Here is the modification to the oracle script.  Once this script is running as the service (monitor parameter), all you need to do is touch /var/tmp/${ORACLE_SID}_MAINT to temporarily turn off monitoring.  Remove the file to resume.&lt;BR /&gt;&lt;BR /&gt;"Edited to comply with ITRC Guidelines, post of purchaseable scripts not allowed"</description>
      <pubDate>Wed, 26 Oct 2005 06:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657751#M241600</guid>
      <dc:creator>Gary L. Paveza, Jr.</dc:creator>
      <dc:date>2005-10-26T06:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657752#M241601</link>
      <description>I did not see this point confirmed which in fact was your question.&lt;BR /&gt;&lt;BR /&gt;When you touch the debug file in /etc/cmcluster&lt;BR /&gt;it will restrain the Mc/Cluster from starting up after a boot.&lt;BR /&gt;&lt;BR /&gt;You can at any moment of course halt a &lt;BR /&gt;particular package or de-tach a particular node from a cluster without it to failover.&lt;BR /&gt;(This could be handy if you want some part&lt;BR /&gt;of the cluster to stay active or accessible)&lt;BR /&gt;&lt;BR /&gt;You can also stop the whole cluster,&lt;BR /&gt;and do the vgchange bits to get our&lt;BR /&gt;mounted volumes back online.&lt;BR /&gt;&lt;BR /&gt;But you have many technical examples on this from other forum-members.&lt;BR /&gt;&lt;BR /&gt;I just thought it proper to put the debug&lt;BR /&gt;technique in perspective.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 02:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657752#M241601</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2005-10-27T02:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657753#M241602</link>
      <description>The debug flag is available if you use the serviceguard-developer-toolbox.tar which contains the serviceguard-toolbox-template.tar which allows you to setup serviceguard package using a general template (like the Master toolkits). The configuration file states:-&lt;BR /&gt;&lt;BR /&gt;"###############################################################################&lt;BR /&gt;# TKIT_MAINTENANCE_FLAG:&lt;BR /&gt;# Maintenance  flag indicates if the maintenance mode feature of toolkit  is &lt;BR /&gt;# enabled or disbaled. This flag may be set to either "yes" or "no". When set &lt;BR /&gt;# to "yes", monitor script checks for the existence of the file, "haapp.debug"&lt;BR /&gt;# in the package directory. If the file, "haapp.debug" exists and &lt;BR /&gt;# TKIT_MAINTENANCE_FLAG is set to "yes", then application monitoring is &lt;BR /&gt;# suspended, and the application maintenance can be performed without first &lt;BR /&gt;# halting the package. To resume application monitoring after maintenance, &lt;BR /&gt;# manually remove the file, haapp.debug from the package directory.&lt;BR /&gt;# The default setting for this variable in the toolkit template is "yes.&lt;BR /&gt;#&lt;BR /&gt;# Note: if Maintenance flag is set to "no" then the above feature would not be&lt;BR /&gt;# available and toolkit cannot be brought into maintenance mode.&lt;BR /&gt;#&lt;BR /&gt;# For e.g., TKIT_MAINTENANCE_FLAG=yes&lt;BR /&gt;###############################################################################&lt;BR /&gt;&lt;BR /&gt;TKIT_MAINTENANCE_FLAG=yes"&lt;BR /&gt;&lt;BR /&gt;or as an alternative you can use the following link will allow you to do the same:-&lt;BR /&gt;&lt;BR /&gt;How to keep package file systems mounted after a package halt DocId: UXSGKBQA00000030   Updated: 1/24/02 6:31:00 AM &lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2005 05:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657753#M241602</guid>
      <dc:creator>unixdaddy</dc:creator>
      <dc:date>2005-10-27T05:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: MC/SG Cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657754#M241603</link>
      <description>BTW your points to questions ratio is very low - 284 out of 780.</description>
      <pubDate>Thu, 27 Oct 2005 06:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mc-sg-cluster/m-p/3657754#M241603</guid>
      <dc:creator>unixdaddy</dc:creator>
      <dc:date>2005-10-27T06:47:52Z</dc:date>
    </item>
  </channel>
</rss>

