<?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: 2 node cluster configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860706#M702686</link>
    <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Thnaks a lot your sincere help.&lt;BR /&gt;&lt;BR /&gt;I got the clustering working perfectly.&lt;BR /&gt;&lt;BR /&gt;Once again thanks a lot especially for Shridhar and Bavin&lt;BR /&gt;&lt;BR /&gt;Let me to close this thread.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Dinu&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Sep 2004 06:08:36 GMT</pubDate>
    <dc:creator>Dinesh_15</dc:creator>
    <dc:date>2004-09-15T06:08:36Z</dc:date>
    <item>
      <title>2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860694#M702674</link>
      <description>Hi Folks&lt;BR /&gt;&lt;BR /&gt;First time came to know about such a great form.So i hope I will get the sollution. Almost new HP-UX.&lt;BR /&gt;&lt;BR /&gt;Prob: I have to Configure a two node cluster. Not sure about the procedures.&lt;BR /&gt;But I got the procedure some how. Can anybody have a look on this and have some corrections if needed.&lt;BR /&gt;&lt;BR /&gt;The procedure&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)umount all the file systems and remove all the entries from /etc/fstab, which need to be included in cluster( first time it mounted for checking purpose after creating the VG and LVs)&lt;BR /&gt;&lt;BR /&gt;2)Deactivate all the volumes which need to be included in cluster.( vgchange –a n /dev/vg01)&lt;BR /&gt;&lt;BR /&gt;3)Vgexport –p –v –m /hp/vg01.map /dev/vg01. Use this command to create map files for all the VGs.&lt;BR /&gt;Copy all the exported map files to other nodes.&lt;BR /&gt;&lt;BR /&gt;4)Make VG directories and group control files for all VGs on second node and then import them using the map filles.The minor no of group control file should be same as the primary node.. Is this compulsory.Will other minor no for this group control file will work? &lt;BR /&gt; vgimport –v -m /hp/vg01.map /dev/vg01 /dev/dsk/c7t2d0 /dev/dsk/c7t3do ( These are the alternate paths as seen in the other node for the same disks as of primary node)&lt;BR /&gt;&lt;BR /&gt;5)Create Directory structure of file system which was created on node 1&lt;BR /&gt;&lt;BR /&gt;6)vgchange –a y /dev/vg01 Activate VG on node 1 and node 2. &lt;BR /&gt;vgchange –a n /dev/vg01 etc etc on node 2&lt;BR /&gt;I am little bit confused about this step.&lt;BR /&gt;I think it should be vgchange -c a&lt;BR /&gt;&lt;BR /&gt;7)C&lt;BR /&gt;reate cmclnodelist file in /etc/cmcluster on both node and add entries for both the nodes.&lt;BR /&gt;Eg.. It will have entries&lt;BR /&gt;Node1&lt;BR /&gt;Node2&lt;BR /&gt;&lt;BR /&gt;8)cmquerycl –v –C /etc/cmcluster/ori.config –n &lt;NODE1&gt; –n &lt;NODE2&gt; .&lt;BR /&gt;This will create cluster config file named ori.config&lt;BR /&gt;This will have entries of Cluster name, Node Name and their corresponding Lan cards including primary lan , heartbeat lan, and standby lan if configured.,VG name.etc&lt;BR /&gt; edit the config file as required&lt;BR /&gt;&lt;BR /&gt;9)cmcheckconf –k –v –C /etc/cmcluster/ori.config&lt;BR /&gt;This will check the cluster configuration file&lt;BR /&gt;&lt;BR /&gt;10)vgchange –a n /dev/vg01&lt;BR /&gt;Is this should be vgchange -c n or -a n???&lt;BR /&gt;(Please clarify)&lt;BR /&gt;Test the cluster using the cmruncl –v and cnviewcl –v&lt;BR /&gt;&lt;BR /&gt;11)For cluster Autostart change the /etc/rc.config.d/cmcluster &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Package creation&lt;BR /&gt;12)mkdir /etc/cmcluster/PKG&lt;BR /&gt;cmmakepkg –p /etc/cmcluster/PKG/pkg.conf---&lt;BR /&gt;This will create  package template&lt;BR /&gt;edit and save this file&lt;BR /&gt;&lt;BR /&gt;13)cmmakepkg –s /etc/cmcluster/PKG/dbci.cntl&lt;BR /&gt;This will create controle file to control the behaviour of start and stop of package&lt;BR /&gt;--------- edit and save this file&lt;BR /&gt;&lt;BR /&gt;Copy dbci.cntl to all other node&lt;BR /&gt;&lt;BR /&gt;For changing in cluster such as segment change do the appropriate changes , delete the pkg and app cmcheck and cmapply config on both the systems&lt;BR /&gt;cmcheckconf –v –C  /etc/clcluster/ori.config –k –p /etc/cmcluster/PKG/pkg.conf&lt;BR /&gt;&lt;BR /&gt;cmapplyconf  –k  –v –C  /etc/clcluster/ori.config  –p /etc/cmcluster/ PKG/pkg.conf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Disable the vgactivation while system boots in /etc/lvmrc . Make it 0&lt;BR /&gt;&lt;BR /&gt;14) start the cluster  on primary node&lt;BR /&gt;cmruncl &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry for posti&lt;/NODE2&gt;&lt;/NODE1&gt;</description>
      <pubDate>Tue, 14 Sep 2004 01:03:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860694#M702674</guid>
      <dc:creator>Dinesh_15</dc:creator>
      <dc:date>2004-09-14T01:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860695#M702675</link>
      <description>Hi Dinesh,&lt;BR /&gt;&lt;BR /&gt;I think this will help you a lot.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B3936-90079/B3936-90079.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B3936-90079/B3936-90079.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2004 01:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860695#M702675</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-09-14T01:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860696#M702676</link>
      <description>hi dinesh ,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. Make sure that service guard product is installed.&lt;BR /&gt;2. If possible take a ignite backup of vg00 &lt;BR /&gt;3. create backups of all important files (like password , fstab, etc)&lt;BR /&gt;4. create /etc/hosts.equiv file and put entries of servers in that file.&lt;BR /&gt;5. umount all the file systems and remove all the entries from /etc/fstab, which need to be included in cluster( first time it mounted for checking purpose after creating the VG and LVs).&lt;BR /&gt;6. Deactivate all the volumes which need to be included in cluster.( vgchange -a n /dev/vg01).&lt;BR /&gt;7. Vgexport â  s â  p â  v â  m /hp/vg01.map /dev/vg01  (-s is for shared mode .you are using the same  diskarray  for both nodes in the cluster. when you are uding â  s option with vgexport it puts a vgid in the map file .At the time of importing you donâ  t have to specify the PVâ  s for that vg. Other wise you should have to specify the PVâ  s included on that vg.&lt;BR /&gt;8. Copy all the exported map files to other nodes.&lt;BR /&gt;9.    Make VG directories and group control files for all VGs on second node and then import them using  the map filles.                  vgimport  -s â  v â  m /hp/vg01.map /dev/vg01.&lt;BR /&gt;&lt;BR /&gt;10. Create Directory structure of file system which was created on node 1&lt;BR /&gt;11. Check  by activation of vg01 in node2.deactivate it after checking.&lt;BR /&gt;12. Activate the vgâ  s in cluster aware mode.  vgchange â  c â  y  vg01&lt;BR /&gt;13. Create cmclnodelist file in /etc/cmcluster on both node and add entries for both the nodes.  Eg.. It will have entries&lt;BR /&gt;Node1&lt;BR /&gt;Node2&lt;BR /&gt;14. Move to /etc/cmcluster.&lt;BR /&gt;15. cmquerycl â  C cmclconfig.ascii â  n node1 â  n node2  &lt;BR /&gt;16. make a folder for package inside /etc/cmcluster.   eg: pkgora.&lt;BR /&gt;17. Move to /etc/cmcluster/pkgora&lt;BR /&gt;18. Create the package template by              cmmakepkg   -p pkg.conf&lt;BR /&gt;19. Create the package control script file by          cmmakepkg   -s pkg.cntl&lt;BR /&gt;20. Edit the cmclconfig.ascii ,pkg.conf,pkg.cntl files as necessary&lt;BR /&gt;21. Copy the configuration files to other nodes.&lt;BR /&gt;22. Check the configuration&lt;BR /&gt;cmcheckconf   -C cmclconfig.ascii  -p pkgora/pkg.conf&lt;BR /&gt;&lt;BR /&gt;23. after successful checking apply cmapplyconf command.&lt;BR /&gt;cmapplyconf   -C cmclconfig.ascii  -p pkgora/pkg.conf&lt;BR /&gt;&lt;BR /&gt;24. Disable the vgactivation while system boots in /etc/lvmrc . Make it 0&lt;BR /&gt;25. start the cluster on primary node&lt;BR /&gt;26. if you want to start the cluster at the time of starting  put the entry in /etc/rc.config.d/cmcluster to 1&lt;BR /&gt;&lt;BR /&gt;27. check the cluster by stopping in primary node and starting in secondary node .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   ( configure the pkg ip in the pkg.cntl file   you can configure cluster lock disks also for  )&lt;BR /&gt;&lt;BR /&gt;you can also see th</description>
      <pubDate>Tue, 14 Sep 2004 02:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860696#M702676</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-09-14T02:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860697#M702677</link>
      <description>sorry,&lt;BR /&gt;&lt;BR /&gt;i forgot to attach the file.&lt;BR /&gt;&lt;BR /&gt;regds,</description>
      <pubDate>Tue, 14 Sep 2004 02:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860697#M702677</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-09-14T02:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860698#M702678</link>
      <description>i think some problem for reading the above &lt;BR /&gt;attaching the same procedure&lt;BR /&gt;&lt;BR /&gt;regds,</description>
      <pubDate>Tue, 14 Sep 2004 02:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860698#M702678</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-09-14T02:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860699#M702679</link>
      <description>What version of Service Guard?  as of 11.16, cmclnodelist no longer used.&lt;BR /&gt;&lt;BR /&gt;What are you setting Autostart to in /etc/rc.config.d/cmcluster ?&lt;BR /&gt;&lt;BR /&gt;My 2 cents - it should be 0.&lt;BR /&gt;If a cluster fails, and both/or 1 server reboots, you may not want to have the cluster start automatically - until after you determine what went wrong - for example, you could corrupt your database if there are disk issues or something to that effect...instead, start manually - modify the control script to only mount file systems - not start applications, etc...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2004 09:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860699#M702679</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-09-14T09:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860700#M702680</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Imran Tnaks for the link . I am already having the same.&lt;BR /&gt;&lt;BR /&gt;Bavin.&lt;BR /&gt;Thanks for nice procedure given.&lt;BR /&gt;Please also clarify the following.&lt;BR /&gt;1)Is it must that System IP ( which is assigned to NIC) and Package IP ( which is floating ) should be in same Subnet.&lt;BR /&gt;Above that is it must that hearbet IP should be in different subnet than above two IPs.&lt;BR /&gt;Eg. Package IP 10.2.0.250&lt;BR /&gt;      Node 1 IP 10.2.0.251&lt;BR /&gt;      Node 2 IP 10.2.0.252&lt;BR /&gt;     ( Here Subnet is 10.2.0.0)&lt;BR /&gt;&lt;BR /&gt;Hearbeat for 1st Node 192.168.1.2&lt;BR /&gt;Hearbeat for 1st Node 192.168.1.1&lt;BR /&gt;     ( Here Subnet is 192.168.1.0)&lt;BR /&gt;&lt;BR /&gt;If yes/no . why it is so?&lt;BR /&gt;&lt;BR /&gt;2)In the cluster configuration file i.e cmclconfig.ascii there should be entries for the IPs of Network and Hearbeat like&lt;BR /&gt;&lt;BR /&gt;NODE_NAME  NODE1&lt;BR /&gt;  NETWORK_INTERFACE lan0&lt;BR /&gt;    HEARTBEAT_IP 10.2.0.252&lt;BR /&gt;  NETWORK_INTERFACE lan4&lt;BR /&gt;  NETWORK_INTERFACE lan5&lt;BR /&gt;    HEARTBEAT_IP 192.168.1.2&lt;BR /&gt;  FIRST_CLUSTER_LOCK_PV /dev/dsk/c7t0d0&lt;BR /&gt;&lt;BR /&gt;NODE_NAME  KNODE2&lt;BR /&gt;  NETWORK_INTERFACE lan0&lt;BR /&gt;    HEARTBEAT_IP 10.2.0.251&lt;BR /&gt;  NETWORK_INTERFACE lan1&lt;BR /&gt;  NETWORK_INTERFACE lan2&lt;BR /&gt;    HEARTBEAT_IP 192.168.1.1&lt;BR /&gt;  FIRST_CLUSTER_LOCK_PV /dev/dsk/c5t0d0&lt;BR /&gt;&lt;BR /&gt;Is these entries are right. i think these are wrong..&lt;BR /&gt;For both the IPs it is showing as HEARTBEAT_IP only.. Actually 10.2.0.252 and 10.2.0.251 are my Server IP and Package is 10.2.0.250&lt;BR /&gt;&lt;BR /&gt;Please clarify.&lt;BR /&gt;&lt;BR /&gt;With  Regards&lt;BR /&gt;Dinu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 00:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860700#M702680</guid>
      <dc:creator>Dinesh_15</dc:creator>
      <dc:date>2004-09-15T00:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860701#M702681</link>
      <description>Hi Dinesh,&lt;BR /&gt;&lt;BR /&gt;System IP and PAckage IP should be in same subnet.&lt;BR /&gt;Then It is recommended and not compulsory to have different subnet for Heartbits.&lt;BR /&gt;When you use different subnet your public network is reduced with heartbit traffic. This adds to your network performance.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 00:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860701#M702681</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-09-15T00:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860702#M702682</link>
      <description>Hi Dinesh,&lt;BR /&gt;&lt;BR /&gt;1. Yes. System IP and the package IP should be on the same subnet. ServiceGuard runs the command&lt;BR /&gt;&lt;BR /&gt;cmmodnet -a -i &lt;SUBNET&gt; &lt;PACKAGE ip=""&gt;&lt;BR /&gt;&lt;BR /&gt;This means you should already have the subnet defined on the system corresponding to the package IP. Package IP attaches as a secondary interface to the interface that is in the same subnet.&lt;BR /&gt;&lt;BR /&gt;2. Your IP assignments are looking good. I am not seeing a second heartbeat. You should have a second heartbeat otherwise it will become a single point of failure against the purpose having ServiceGuard.&lt;BR /&gt;&lt;BR /&gt;3. When you ran cmquerycl to capture the information to build the cluster initially, serviceguard will probe the network and the disks. The network interfaces that are found with less latency will be assigned as HEART_BEAT interfaces. Moreover, in your case,  there are supposed to be two HEART BEAT networks. Hence, the system picked both the interfaces as Heartbeat. There is no way system can differentiate between a heartbeat and public interfaces *initially* so it takes the decision based on the response times.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/PACKAGE&gt;&lt;/SUBNET&gt;</description>
      <pubDate>Wed, 15 Sep 2004 00:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860702#M702682</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-15T00:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860703#M702683</link>
      <description>Hi Sri&lt;BR /&gt;&lt;BR /&gt;Thnakd for your Nice Help.&lt;BR /&gt;As you mentioned , if I don't have second Lan for how to add the same.&lt;BR /&gt;Whether the standby lan is not shared by the lan which is standby for the system ( i.e 10.2.0.251 0r 251). &lt;BR /&gt;I mean to say that incase of the sytem lan fails then the network traffic will be shifted to the standby lan..Right&lt;BR /&gt;Like this if heart beat Lan fails whether it is not shifted to standby Lan which was meant for System Standby. Is it not shared by System and Hearbeat Lan&lt;BR /&gt;&lt;BR /&gt;Please calrify&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Dinu</description>
      <pubDate>Wed, 15 Sep 2004 01:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860703#M702683</guid>
      <dc:creator>Dinesh_15</dc:creator>
      <dc:date>2004-09-15T01:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860704#M702684</link>
      <description>Hi Dinesh,&lt;BR /&gt;&lt;BR /&gt;A cluster's integrity is based on the heartbeast messages exchanged betweeen the nodes in that cluster. If a system in the cluster doesn't receive heartbeat messages, then cluster reformation will occur and the packages will be moved to the node that acquires the cluster lock (disk|quorum). And  other node may crash depending on the cluster configuration. With a single heartbeat network, there is always a risk of losing heartbeats. So, it's recommended to use second heartbeat.  &lt;BR /&gt;&lt;BR /&gt;The above is entirely different from the standby configuration you have for the system IP. The standby interface will only cover your system lan. Not heartbeat lan.&lt;BR /&gt;&lt;BR /&gt;I would suggest you identify another interface on each of the systems and connect them through a seperate switch and assign them IP addresses in a different subnet. Since these are going to be private, you can use any IP addresses like 192.168.2.1 etc.,&lt;BR /&gt;&lt;BR /&gt;It's not advisable to have hearbeats through data network as there is a good chance for congestion. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 15 Sep 2004 01:50:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860704#M702684</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-15T01:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860705#M702685</link>
      <description>Hi Sri&lt;BR /&gt;&lt;BR /&gt;First time I am going thru this forum and what a great experts are there ..&lt;BR /&gt;really fantastic.&lt;BR /&gt;&lt;BR /&gt;i really appreciate  your help to understand the cluster concept better.. Thanks &lt;BR /&gt;&lt;BR /&gt;I will add the second Lan to hearbeat and let you know.To add the second lan to Hearbeat, I think I have to modify the cluster configuration file and again apply the change using the cmapplyconf command..&lt;BR /&gt;&lt;BR /&gt;Thnaks a lot&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Dinu&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 04:55:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860705#M702685</guid>
      <dc:creator>Dinesh_15</dc:creator>
      <dc:date>2004-09-15T04:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: 2 node cluster configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860706#M702686</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Thnaks a lot your sincere help.&lt;BR /&gt;&lt;BR /&gt;I got the clustering working perfectly.&lt;BR /&gt;&lt;BR /&gt;Once again thanks a lot especially for Shridhar and Bavin&lt;BR /&gt;&lt;BR /&gt;Let me to close this thread.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Dinu&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Sep 2004 06:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/2-node-cluster-configuration/m-p/4860706#M702686</guid>
      <dc:creator>Dinesh_15</dc:creator>
      <dc:date>2004-09-15T06:08:36Z</dc:date>
    </item>
  </channel>
</rss>

