<?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: serviceguard cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253066#M667172</link>
    <description>First and foremost go to the following url and download cluster administration guides:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/ha.html" target="_blank"&gt;http://docs.hp.com/en/ha.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;1. To view what the actual standing of the current cluster is, run:&lt;BR /&gt;cmscancl -o &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;That will create a file that will give you the information on the existing cluster and it's node.  This is your starting point!&lt;BR /&gt;&lt;BR /&gt;2. Run:&lt;BR /&gt;cmviewcl -v &amp;gt; &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;This create the above file and tells you detail information of the running cluster.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Look at /etc/hosts and confirm the following exists:&lt;BR /&gt;Each MC/SG node IP&lt;BR /&gt;Each MC/SG package IP&lt;BR /&gt;Each MC/SG heartbeat IP&lt;BR /&gt;&lt;BR /&gt;Now make sure that exists in every node in their respective /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;3. Your first job is too look and find out exactly what the lockdisk is.  Make sure that your lockdisk can be seen by every node in your cluster.  &lt;BR /&gt;Not all, but many, sometimes make the lockdisk a simple 1 disk volume group.  If that is the case in your small cluster than confirm that the volume is not just active but owned by the cluster.  Now, I know LVM, but I am not a veritas command person. So, if you find your lock disk is a separate volume group, then you need to make it owned by the cluster, and exclusive to the node it exists on.&lt;BR /&gt;Example using LVM commands on a currently active volume group (not part of cluster)&lt;BR /&gt;vgchange -a n /dev/vglock&lt;BR /&gt;vgchange -c y /dev/vglock&lt;BR /&gt;&lt;BR /&gt;At this state, the cluster, when it starts up would take the /dev/vglock and change it to exclusive by running&lt;BR /&gt;vgchange -a e /dev/vglock&lt;BR /&gt;&lt;BR /&gt;Lastly,&lt;BR /&gt;For logs:&lt;BR /&gt;Package logs are located (depends on your box) under the package subdirectory:&lt;BR /&gt;Ex:  /etc/cmcluster/packages/&lt;PKG-NAME&gt;/&lt;PKG-NAME.CNTL.LOG&gt;&lt;BR /&gt;&lt;BR /&gt;I would suggest you go back and review your syslog.log file to see what you can find first.  There is always a reason....no apparent reason simply means they don't know SG.&lt;BR /&gt;&lt;BR /&gt;I don't know how much this will help you, but I hope it does give you some starting point.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;&lt;/PKG-NAME.CNTL.LOG&gt;&lt;/PKG-NAME&gt;&lt;/PATH&gt;&lt;/PATH&gt;</description>
    <pubDate>Wed, 25 Aug 2010 16:05:51 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2010-08-25T16:05:51Z</dc:date>
    <item>
      <title>serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253065#M667171</link>
      <description>Hi all!&lt;BR /&gt;&lt;BR /&gt;I recently join a company that has amongst other a 2 node cluster running hp-ux 11.33, its storage are in a netapps and its using veritas as opposed to LVM, and its MCSG version is A.11.19.00. I dont have any training on mcserviceguard, but I was asked to see why the cluster crash twice a month for no apparent reason. I did setup a script to check the network, but what I found was the following:&lt;BR /&gt;1. when running cmclview -v it return unknown lock disks&lt;BR /&gt;2. when going to sam the IP address of the server is not present (/etc/hosts), only one IP which I presume is from the heartbeat&lt;BR /&gt;3. when I go to /etc/cmcluster to view any logs, or configuration file I cannot see none of them.&lt;BR /&gt;&lt;BR /&gt;Please can you tell where can I find the logs or any other relevant information, where this hearbeat IP is configured?&lt;BR /&gt;Please help&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Wed, 25 Aug 2010 13:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253065#M667171</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-25T13:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253066#M667172</link>
      <description>First and foremost go to the following url and download cluster administration guides:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/ha.html" target="_blank"&gt;http://docs.hp.com/en/ha.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;1. To view what the actual standing of the current cluster is, run:&lt;BR /&gt;cmscancl -o &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;That will create a file that will give you the information on the existing cluster and it's node.  This is your starting point!&lt;BR /&gt;&lt;BR /&gt;2. Run:&lt;BR /&gt;cmviewcl -v &amp;gt; &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;This create the above file and tells you detail information of the running cluster.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. Look at /etc/hosts and confirm the following exists:&lt;BR /&gt;Each MC/SG node IP&lt;BR /&gt;Each MC/SG package IP&lt;BR /&gt;Each MC/SG heartbeat IP&lt;BR /&gt;&lt;BR /&gt;Now make sure that exists in every node in their respective /etc/hosts file.&lt;BR /&gt;&lt;BR /&gt;3. Your first job is too look and find out exactly what the lockdisk is.  Make sure that your lockdisk can be seen by every node in your cluster.  &lt;BR /&gt;Not all, but many, sometimes make the lockdisk a simple 1 disk volume group.  If that is the case in your small cluster than confirm that the volume is not just active but owned by the cluster.  Now, I know LVM, but I am not a veritas command person. So, if you find your lock disk is a separate volume group, then you need to make it owned by the cluster, and exclusive to the node it exists on.&lt;BR /&gt;Example using LVM commands on a currently active volume group (not part of cluster)&lt;BR /&gt;vgchange -a n /dev/vglock&lt;BR /&gt;vgchange -c y /dev/vglock&lt;BR /&gt;&lt;BR /&gt;At this state, the cluster, when it starts up would take the /dev/vglock and change it to exclusive by running&lt;BR /&gt;vgchange -a e /dev/vglock&lt;BR /&gt;&lt;BR /&gt;Lastly,&lt;BR /&gt;For logs:&lt;BR /&gt;Package logs are located (depends on your box) under the package subdirectory:&lt;BR /&gt;Ex:  /etc/cmcluster/packages/&lt;PKG-NAME&gt;/&lt;PKG-NAME.CNTL.LOG&gt;&lt;BR /&gt;&lt;BR /&gt;I would suggest you go back and review your syslog.log file to see what you can find first.  There is always a reason....no apparent reason simply means they don't know SG.&lt;BR /&gt;&lt;BR /&gt;I don't know how much this will help you, but I hope it does give you some starting point.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita&lt;BR /&gt;&lt;BR /&gt;&lt;/PKG-NAME.CNTL.LOG&gt;&lt;/PKG-NAME&gt;&lt;/PATH&gt;&lt;/PATH&gt;</description>
      <pubDate>Wed, 25 Aug 2010 16:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253066#M667172</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2010-08-25T16:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253067#M667173</link>
      <description>Hi Rita!&lt;BR /&gt;&lt;BR /&gt;Thanks for your help, very good one. IÂ´m worried about this: when I run cmviewcl -v it tells me that lock disks are in an UNKNOWN state? Is this the problem? I will follow your advise, and I did found a pdf with some worksheets that I have fill in.&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;FR</description>
      <pubDate>Thu, 26 Aug 2010 04:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253067#M667173</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-26T04:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253068#M667174</link>
      <description>If a cluster lock VG is configured but missing, it can produce a system crash in the event that all heartbeat networks are disabled for some reason.  &lt;BR /&gt;&lt;BR /&gt;To reconstitute the cluster configuration ASII file, run:&lt;BR /&gt;# cd /etc/cmcluster&lt;BR /&gt;# cmgetconf cluster.ascii&lt;BR /&gt;&lt;BR /&gt;The cluster lock FIRST_CLUSTER_LOCK_PV references for each node may differ if the device files on each node are ordered differently by instance number.  Use 'ioscan -kfnC disk' on each node to compare the device file naming used for the given hardware paths.&lt;BR /&gt;&lt;BR /&gt;What crash/panic messages are in /etc/shutdown.log?&lt;BR /&gt;If you have a software support contract with HP, you can engage us to help analye the crash dumps in /var/adm/crash.  &lt;BR /&gt;&lt;BR /&gt;For Serviceguard commands to operate correctly, every fixed IP on each server must be listed in /etc/hosts, and aliased to the simple hostname of that server.  This requirement is validated in the Managing Serviceguard manual that Rita pointed you to.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Package log destination can be determined using either&lt;BR /&gt;# cmviewconf | grep log&lt;BR /&gt;or&lt;BR /&gt;# cmviewcl -v -f line | grep log&lt;BR /&gt;&lt;BR /&gt;/var/adm/syslog/syslog.log captures some data that is helpful with conditions surrounding Serviceguard.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Aug 2010 13:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253068#M667174</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2010-08-26T13:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253069#M667175</link>
      <description>Stephen!&lt;BR /&gt;There is no panicks, nothing in /var/adm/crash. The only stange thing that I saw was the following in syslog file:Aug 13 00:10:50 dbnode0 cmdisklockd[4936]: Unable to convert device to I/O tree node: I/O tree node does not exist.&lt;BR /&gt;Aug 13 00:10:50 dbnode0 cmdisklockd[4936]: Failed to configure lock disk /dev/disk/disk97, will retry&lt;BR /&gt;Aug 13 00:10:52 dbnode0 cmserviced[4941]: Request to perform run service cmlockd&lt;BR /&gt;Aug 13 00:10:52 dbnode0 cmlockd[4948]: Changed to working directory /var/adm/cmcluster/cmlockd.&lt;BR /&gt;Aug 13 00:10:52 dbnode0 cmlockd[4948]: Executing command: rm -f /var/adm/cmcluster/.cmlock.*.socket&lt;BR /&gt;Aug 13 00:12:05 dbnode0 cmdisklockd[4936]: Unable to convert device to I/O tree node: I/O tree node does not exist.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat syslog.log | grep -i warning&lt;BR /&gt;Aug 13 00:10:28 dbnode0 vmunix: GAB WARNING V-15-1-20115 Port d registration failed, GAB not configured&lt;BR /&gt;Aug 13 00:10:28 dbnode0 vmunix: ODM WARNING V-41-6-5 odm_gms_api_start_msgs fails&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I run cmviewcl -v it shows me the status of lock disks as UNKNOW.&lt;BR /&gt;&lt;BR /&gt;FR</description>
      <pubDate>Thu, 26 Aug 2010 13:18:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253069#M667175</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-26T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253070#M667176</link>
      <description>Nandinho,&lt;BR /&gt;&lt;BR /&gt;If you find that the disks are 'unknown' then that is definitely your problem.  The disks can not be used in that state.  Since 'unknown' can mean alot of things, and I have no idea what those disks are or how they are set up - you need to get the disks back to 'claimed'.&lt;BR /&gt;&lt;BR /&gt;Or you need to set up new disk for lock disk, and change your cluster and nodes accordingly.&lt;BR /&gt;&lt;BR /&gt;Hi Stephen !!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita</description>
      <pubDate>Thu, 26 Aug 2010 16:01:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253070#M667176</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2010-08-26T16:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253071#M667177</link>
      <description>Hi Rita!&lt;BR /&gt;&lt;BR /&gt;Its very strange:  If I do ioscan those disks are CLAIMED, but if I run cmviewcl -v it will show UNKNOWN. Its a pitty I'm not in the office now but tomorrow I'll send you attachments of o/p of those comands.&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Thu, 26 Aug 2010 17:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253071#M667177</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-26T17:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253072#M667178</link>
      <description>well the physical disks may respond, but they appear NOT to be marked as Cluster Lock disks.&lt;BR /&gt;You may need to halt the cluster, activate the Cluster Lock VG(s), and then re-apply the cluster lock bits using cmapplyconf.</description>
      <pubDate>Thu, 26 Aug 2010 17:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253072#M667178</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2010-08-26T17:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253073#M667179</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I'll comeback to you all tomorrow, on this side of the world its already dark 20:30PM local time, and I've already left the office.&lt;BR /&gt;I'll try tomorrow&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Thu, 26 Aug 2010 17:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253073#M667179</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-26T17:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253074#M667180</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;this is the O/P of cmviewcl on one node:&lt;BR /&gt;NODE           STATUS       STATE&lt;BR /&gt;  dbnode1        up           running&lt;BR /&gt;&lt;BR /&gt;    Cluster_Lock_LVM:&lt;BR /&gt;    VOLUME_GROUP          PHYSICAL_VOLUME       STATUS&lt;BR /&gt;    /dev/vglock           /dev/disk/disk100     unknown&lt;BR /&gt;&lt;BR /&gt;    Network_Parameters:&lt;BR /&gt;    INTERFACE    STATUS                     PATH                NAME&lt;BR /&gt;    PRIMARY      up                         LinkAgg0            lan900&lt;BR /&gt;    PRIMARY      up                         0/0/6/1/0           lan2&lt;BR /&gt;    STANDBY      up                         1/0/1/1/0/6/0       lan6&lt;BR /&gt;&lt;BR /&gt;and that is the O/P on the other:&lt;BR /&gt;&lt;BR /&gt; NODE           STATUS       STATE&lt;BR /&gt;  dbnode0        up           running&lt;BR /&gt;&lt;BR /&gt;    Cluster_Lock_LVM:&lt;BR /&gt;    VOLUME_GROUP          PHYSICAL_VOLUME       STATUS&lt;BR /&gt;    /dev/vglock           /dev/disk/disk97      unknown&lt;BR /&gt;&lt;BR /&gt;    Network_Parameters:&lt;BR /&gt;    INTERFACE    STATUS                     PATH                NAME&lt;BR /&gt;    PRIMARY      up                         LinkAgg0            lan900&lt;BR /&gt;    PRIMARY      up                         0/0/6/1/0           lan2&lt;BR /&gt;    STANDBY      up                         1/0/1/1/0/6/0       lan6&lt;BR /&gt;&lt;BR /&gt;IÂ´ve got a feeling that this UNKNOWN status comes from the fact that lock disks must be configured in LVM and on this case it was used VERITAS. I might be wrong, correct me if so. As you can see the device filenames are in the new format (DSF v PERSISTENT). But the disks in vg00 are in the usual format /dev/dsk/CxTxDx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Fri, 27 Aug 2010 07:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253074#M667180</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-27T07:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253075#M667181</link>
      <description>&amp;gt;IÃ Â´ve got a feeling that this UNKNOWN status comes from the fact that lock disks must be configured in LVM and on this case it was used VERITAS. &lt;BR /&gt;&lt;BR /&gt;No, you CANNOT use a VxVM DG disk for Cluster Lock disk, it has to be in an LVM Volume Group.&lt;BR /&gt;Other methods are to use a Lock LUN (not in ANY VxVM DG or LVM  VG, or a Quorum Server that is a node OUTSIDE the cluster.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;As you can see the device filenames are in the new format (DSF v PERSISTENT). But the disks in vg00 are in the usual format /dev/dsk/CxTxDx&lt;BR /&gt;&lt;BR /&gt;The Legacy and Agile addressing can be mixed and matched, should be no problem. &lt;BR /&gt;The UNKNOWN state means that the disks that ar econfigured to be used as the cluster lock disk do NOT have the bits set to indicate this. You need to correct this as per my previous response, or contact your local HP Response Centre and log a call, requesting the unsupported cminitlock utilty&lt;BR /&gt; if you do NOT want to take the cluster down.</description>
      <pubDate>Fri, 27 Aug 2010 07:48:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253075#M667181</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2010-08-27T07:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253076#M667182</link>
      <description>Hi Melvyn!&lt;BR /&gt;&lt;BR /&gt;I will log a cal with HP, but just one more query: if I do "ioscan -m dsf /dev/dsk/disk97" which is the LOCK disk, it shows me the corresponding "/dev/dsk/CxTxDx" and if I do ioscan for those corresponding disks, they are CLAIMED. So those disks seem to be fine but somehow there is a problem with them!!&lt;BR /&gt;&lt;BR /&gt;F.R.</description>
      <pubDate>Fri, 27 Aug 2010 07:56:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253076#M667182</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-27T07:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253077#M667183</link>
      <description>the problem is that the cluster lock bit is  NOT set, as per the UNKNOWN status. That does NOT mean tha disk/LUN is faulty</description>
      <pubDate>Fri, 27 Aug 2010 08:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253077#M667183</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2010-08-27T08:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253078#M667184</link>
      <description>Hi Melvyn!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for your help, you too Rita, 10 points for both of you.&lt;BR /&gt;&lt;BR /&gt;F.R.&lt;BR /&gt;&lt;BR /&gt;next IÂ´m assign points</description>
      <pubDate>Fri, 27 Aug 2010 08:35:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253078#M667184</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-27T08:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253079#M667185</link>
      <description>Thanx to all&lt;BR /&gt;&lt;BR /&gt;F.R.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2010 11:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/serviceguard-cluster/m-p/5253079#M667185</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-08-27T11:32:16Z</dc:date>
    </item>
  </channel>
</rss>

