<?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: Script for automation in 3 node cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534840#M668922</link>
    <description>Hi Asif,&lt;BR /&gt;Thanks for reply. I know the steps to replicate the changes to other node like rcp the cntl files between the nodes, but i need the script for the automation. &lt;BR /&gt;&lt;BR /&gt;Shyam</description>
    <pubDate>Tue, 17 Nov 2009 14:02:47 GMT</pubDate>
    <dc:creator>shyam sunder_2</dc:creator>
    <dc:date>2009-11-17T14:02:47Z</dc:date>
    <item>
      <title>Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534838#M668920</link>
      <description>Hi,&lt;BR /&gt;I have 3 node cluster and all 3 nodes are running with one package each. &lt;BR /&gt;&lt;BR /&gt;Node A - Package X&lt;BR /&gt;Node B - Package Y&lt;BR /&gt;Node C - Package Z&lt;BR /&gt;&lt;BR /&gt;The configuration is done like that if node A fails then Package X can failover to node B OR node C. The same config has been done for package Y &amp;amp; Z. Means any package can failover to any available node.&lt;BR /&gt;&lt;BR /&gt;Now I want to do the automation in case of change in cluster, like if any new LV (File system) is added to a package the same changes has to replicate to other 2 nodes also.&lt;BR /&gt;&lt;BR /&gt;Does anyone has this kind of script? If anyone has, please share.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2009 21:43:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534838#M668920</guid>
      <dc:creator>shyam sunder_2</dc:creator>
      <dc:date>2009-11-16T21:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534839#M668921</link>
      <description>Hi sunder,&lt;BR /&gt;&lt;BR /&gt;I don't have script for it, but its very simple to add new FS and rcp to other adaptive nodes.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Tue, 17 Nov 2009 04:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534839#M668921</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2009-11-17T04:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534840#M668922</link>
      <description>Hi Asif,&lt;BR /&gt;Thanks for reply. I know the steps to replicate the changes to other node like rcp the cntl files between the nodes, but i need the script for the automation. &lt;BR /&gt;&lt;BR /&gt;Shyam</description>
      <pubDate>Tue, 17 Nov 2009 14:02:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534840#M668922</guid>
      <dc:creator>shyam sunder_2</dc:creator>
      <dc:date>2009-11-17T14:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534841#M668923</link>
      <description>I understand that you have 3 nodes correct?&lt;BR /&gt;you created a new LV in a vg that is within a cluster package right?&lt;BR /&gt;usually this lvol and mounted by cliuster script that is in / etc / cmcluster / PKG_NAME&lt;BR /&gt;you should add the new lvol it in, and replicate this script that you changed to&lt;BR /&gt;the other nodes in the same path / etc / cmcluster / PKG_NAME&lt;BR /&gt;after that you must re-import the vg that you created a new lvol following steps&lt;BR /&gt;the node that you created the new lv run the command&lt;BR /&gt;vgexport-s-m-p /dev/vgname /tmp/vgname_map&lt;BR /&gt;Copy the file /tmp/vgname_map for the other 2 servers&lt;BR /&gt;import the vg on the other nodes with the commands&lt;BR /&gt;vgimport /dev/vgname /tmp/vgname_map&lt;BR /&gt;after that when the cluster to fail over the package it will enable and recognize the new lvol&lt;BR /&gt;otherwise it will not happen.&lt;BR /&gt;any doubt and so write here again</description>
      <pubDate>Tue, 17 Nov 2009 16:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534841#M668923</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2009-11-17T16:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534842#M668924</link>
      <description>Hi calendrello,&lt;BR /&gt;&lt;BR /&gt;Yes, you understand right nad thanks for sharing the steps and I also do the same, but I need some readymade script, so whenever there is any change in cluster then this script should automatically replicate the same changes to other 2 nodes. &lt;BR /&gt;&lt;BR /&gt;If you have this kind of script, then please share.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shyam&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 16:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534842#M668924</guid>
      <dc:creator>shyam sunder_2</dc:creator>
      <dc:date>2009-11-17T16:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534843#M668925</link>
      <description>Dear &lt;BR /&gt;then this script is in the path /etc/cmcluster each specific package has a script that runs the package, it is created when the package and created.&lt;BR /&gt;inside it has the settings of the vg start and Mountaga FS&lt;BR /&gt;if you want to list what is inside the path /etc/cmcluster it'll help.</description>
      <pubDate>Tue, 17 Nov 2009 18:46:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534843#M668925</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2009-11-17T18:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534844#M668926</link>
      <description>I know that in /etc/cmcluster/PKG_NAME directory there is PKG_NAME.conf and PKG_NAME.cntl files exists which is used to run the cluster, but my requirement is not starting and halting package by script.&lt;BR /&gt;&lt;BR /&gt;My requirement is a kind of script which can do modification in PKG_NAME.cntl file, rcp of PKG_NAME.cntl file to other nodes, creation of map file using vgexport, rcp of map file to other nodes, then importing of vg on other node. &lt;BR /&gt;The script should do all these steps, whenever there is a change in the package.&lt;BR /&gt;&lt;BR /&gt;Hope you understand the requirement.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shyam&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 18:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534844#M668926</guid>
      <dc:creator>shyam sunder_2</dc:creator>
      <dc:date>2009-11-17T18:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534845#M668927</link>
      <description>Dear &lt;BR /&gt;understand&lt;BR /&gt;you would like it to own the knife guard all mcservice replication work right?&lt;BR /&gt;then I have bad news, he does not.&lt;BR /&gt;unfortunately you will have to do the whole process manually.</description>
      <pubDate>Tue, 17 Nov 2009 19:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534845#M668927</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2009-11-17T19:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534846#M668928</link>
      <description>Ok, Thanks Calandrello,&lt;BR /&gt;&lt;BR /&gt;anybody else who can help me out to make &amp;amp; provide me this kind of script.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shyam&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 19:09:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534846#M668928</guid>
      <dc:creator>shyam sunder_2</dc:creator>
      <dc:date>2009-11-17T19:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534847#M668929</link>
      <description>my friend&lt;BR /&gt;I serves honest with you, until I started developing a script that does it automatically, so that started to become very large and the script has a lot of work, I decided to do it manually, and faster.</description>
      <pubDate>Tue, 17 Nov 2009 19:14:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534847#M668929</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2009-11-17T19:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script for automation in 3 node cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534848#M668930</link>
      <description>Consider using System Management Homepage GUI with Serviceguard Manager plug-in.  That will make some of your life easier, but it will not deal with sub-systems such as LVM PV/VG/lvol modifications.&lt;BR /&gt;&lt;BR /&gt;To see if SMH-SGMgr is running on your Serviceguard server, use a URL of this syntax:&lt;BR /&gt;&lt;BR /&gt;http://&lt;FULLY qualified="" domain="" name=""&gt;:2301/&lt;BR /&gt;&lt;/FULLY&gt;</description>
      <pubDate>Thu, 19 Nov 2009 19:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-automation-in-3-node-cluster/m-p/4534848#M668930</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2009-11-19T19:39:46Z</dc:date>
    </item>
  </channel>
</rss>

