<?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: Single node Serviceguard cluster in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285506#M685571</link>
    <description>For the cluster both lans are down: &lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: Interface lan1 failed to receive, marking it down.&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: lan1 failed&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: Interface lan0 failed to receive, marking it down.&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: lan0 failed&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Mon, 13 Oct 2008 06:55:50 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2008-10-13T06:55:50Z</dc:date>
    <item>
      <title>Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285503#M685568</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a single node Serviceguard cluster, on HP-UX, with two NICs (lan0 and lan1) with the following configuration (actually the hostname and IP addresses are different):&lt;BR /&gt;# hostname&lt;BR /&gt;xxx&lt;BR /&gt;&lt;BR /&gt;# cat /etc/hosts&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;10.10.10.100  xxx.test.local     xxx&lt;BR /&gt;&lt;BR /&gt;# cat /etc/rc.config.d/netconf&lt;BR /&gt;HOSTNAME="xxx"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=10.10.10.100&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=10.10.10.255&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;# cat /etc/cmcluster/cmclconfig.ascii&lt;BR /&gt;CLUSTER_NAME            cluster1&lt;BR /&gt;NODE_NAME               xxx&lt;BR /&gt;  NETWORK_INTERFACE     lan0&lt;BR /&gt;    STATIONARY_IP       10.10.10.100&lt;BR /&gt;  NETWORK_INTERFACE     lan1&lt;BR /&gt;HEARTBEAT_INTERVAL              1000000&lt;BR /&gt;NODE_TIMEOUT            2000000&lt;BR /&gt;AUTO_START_TIMEOUT      600000000&lt;BR /&gt;NETWORK_POLLING_INTERVAL        2000000&lt;BR /&gt;NETWORK_FAILURE_DETECTION       INONLY_OR_INOUT&lt;BR /&gt;MAX_CONFIGURED_PACKAGES         150&lt;BR /&gt;&lt;BR /&gt;# egrep -v ^#\|^$ /etc/cmcluster/pkg1/pkg1.conf&lt;BR /&gt;PACKAGE_NAME    pkg1&lt;BR /&gt;PACKAGE_TYPE                    FAILOVER&lt;BR /&gt;NODE_NAME       xxx&lt;BR /&gt;AUTO_RUN                        YES&lt;BR /&gt;NODE_FAIL_FAST_ENABLED                  NO&lt;BR /&gt;RUN_SCRIPT      /etc/cmcluster/pkg1/pkg1.cntl&lt;BR /&gt;HALT_SCRIPT     /etc/cmcluster/pkg1/pkg1.cntl&lt;BR /&gt;RUN_SCRIPT_TIMEOUT                      NO_TIMEOUT&lt;BR /&gt;HALT_SCRIPT_TIMEOUT                     NO_TIMEOUT&lt;BR /&gt;SUCCESSOR_HALT_TIMEOUT                  NO_TIMEOUT&lt;BR /&gt;FAILOVER_POLICY                 CONFIGURED_NODE&lt;BR /&gt;FAILBACK_POLICY                 MANUAL&lt;BR /&gt;PRIORITY                        NO_PRIORITY&lt;BR /&gt;LOCAL_LAN_FAILOVER_ALLOWED                      YES&lt;BR /&gt;MONITORED_SUBNET                10.10.10.0&lt;BR /&gt;MONITORED_SUBNET_ACCESS         FULL&lt;BR /&gt;&lt;BR /&gt;#egrep -v ^#\|^$ /etc/cmcluster/pkg1.cntl | more&lt;BR /&gt;PATH=$SGSBIN:/usr/bin:/usr/sbin:/etc:/bin&lt;BR /&gt;VGCHANGE="vgchange -a e"                # Default&lt;BR /&gt;CVM_ACTIVATION_CMD="vxdg -g \$DiskGroup set activation=exclusivewrite"&lt;BR /&gt;&lt;BR /&gt;VXVM_DG_RETRY="NO"&lt;BR /&gt;DEACTIVATION_RETRY_COUNT=2&lt;BR /&gt;KILL_PROCESSES_ACCESSING_RAW_DEVICES="NO"&lt;BR /&gt;VXVOL="vxvol -g \$DiskGroup startall"      # Default&lt;BR /&gt;FS_UMOUNT_COUNT=1&lt;BR /&gt;FS_MOUNT_RETRY_COUNT=0&lt;BR /&gt;CONCURRENT_VGCHANGE_OPERATIONS=1&lt;BR /&gt;ENABLE_THREADED_VGCHANGE=0&lt;BR /&gt;CONCURRENT_FSCK_OPERATIONS=1&lt;BR /&gt;CONCURRENT_MOUNT_AND_UMOUNT_OPERATIONS=1&lt;BR /&gt;IP[0]="10.10.10.200"&lt;BR /&gt;SUBNET[0]="10.10.10.0"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When I unplug the patchcord for lan0 the package IP addresses (10.10.10.200) for pkg1 doesn't move to the lan1.&lt;BR /&gt;&lt;BR /&gt;Can you help me find out why ?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Marius&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285503#M685568</guid>
      <dc:creator>Marius Diculescu</dc:creator>
      <dc:date>2008-10-13T06:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285504#M685569</link>
      <description>Can you try with: &lt;BR /&gt;NETWORK_FAILURE_DETECTION  INOUT &lt;BR /&gt;&lt;BR /&gt;Also post some error messages - from syslog when cable is unplugged.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Oct 2008 06:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285504#M685569</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-10-13T06:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285505#M685570</link>
      <description>Hi ivan,&lt;BR /&gt;&lt;BR /&gt;# tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: Interface lan1 failed to receive, marking it down.&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: lan1 failed&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: Interface lan0 failed to receive, marking it down.&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: lan0 failed&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: Subnet 10.10.10.0 down&lt;BR /&gt;Oct 13 15:53:35 xxx cmcld[29415]: Subnet 10.10.10.0 in package pkg1 is down.&lt;BR /&gt;Oct 13 15:53:35 xxx cmcld[29415]: Failing package pkg1 on node xxx due to subnet failure.&lt;BR /&gt;Oct 13 15:53:36 xxx cmcld[29415]: Request from node xxx to fail package pkg1 on node xxx.&lt;BR /&gt;Oct 13 15:53:36 xxx cmcld[29415]: Executing '/etc/cmcluster/pkg1/pkg1.cntl  stop' for package pkg1, as service PKG*63233.&lt;BR /&gt;Oct 13 15:53:36 xxx syslog: cmmodnet -r -i 10.10.10.200 10.10.10.0&lt;BR /&gt;Oct 13 15:53:36 xxx cmcld[29415]: Service PKG*63233 terminated due to an exit(0).&lt;BR /&gt;Oct 13 15:53:36 xxx cmcld[29415]: Halted package pkg1 on node xxx.&lt;BR /&gt;&lt;BR /&gt;Failing package on node due to subnet failure&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I in another tests i put NETWORK_FAILURE_DETECTION INOUT but the package IP address (10.10.10.200) for pkg1 doesn't moved to the lan1&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Marius</description>
      <pubDate>Mon, 13 Oct 2008 06:51:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285505#M685570</guid>
      <dc:creator>Marius Diculescu</dc:creator>
      <dc:date>2008-10-13T06:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285506#M685571</link>
      <description>For the cluster both lans are down: &lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: Interface lan1 failed to receive, marking it down.&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: lan1 failed&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: Interface lan0 failed to receive, marking it down.&lt;BR /&gt;Oct 13 15:53:35 xxx cmnetd[29423]: lan0 failed&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 13 Oct 2008 06:55:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285506#M685571</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-10-13T06:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285507#M685572</link>
      <description>Hi ivan,&lt;BR /&gt;&lt;BR /&gt;I stopped the cluster and after that I put an IP address on lan1. Now I can ping lan1. That is lan1 has no problem.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Marius</description>
      <pubDate>Mon, 13 Oct 2008 07:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285507#M685572</guid>
      <dc:creator>Marius Diculescu</dc:creator>
      <dc:date>2008-10-13T07:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285508#M685573</link>
      <description>Hy,&lt;BR /&gt;&lt;BR /&gt;Try doing a linkloop to check conectivity between lan0 and lan1, so you are sure they are in the same subnet:&lt;BR /&gt;&lt;BR /&gt;linkloop -i 0 lan1mac&lt;BR /&gt;linkloop -i 1 lan0mac</description>
      <pubDate>Mon, 13 Oct 2008 08:26:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285508#M685573</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2008-10-13T08:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285509#M685574</link>
      <description>Hi Orange adm,&lt;BR /&gt;&lt;BR /&gt;In both cases:&lt;BR /&gt;&lt;BR /&gt;Link connectivity to LAN station: &lt;BR /&gt; -- OK&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Marius</description>
      <pubDate>Mon, 13 Oct 2008 08:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285509#M685574</guid>
      <dc:creator>Marius Diculescu</dc:creator>
      <dc:date>2008-10-13T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285510#M685575</link>
      <description>check whether lan1 is actually a legitimate standby for lan0.  Use 'cmviewconf | more' and see if lan1 is on the same bridged network as lan0 (and has not IP assigned to it).&lt;BR /&gt;&lt;BR /&gt;Never assign an IP to the standby NIC, otherwise Serviceguard cannot use it as a standby NIC.&lt;BR /&gt;&lt;BR /&gt;Also, only disconnect the primary NIC from the network.  Disconnecting both links will cause the subnet to go down and Serviceguard will halt the package, removing the relocatable IP from any NIC referenced by the package.</description>
      <pubDate>Mon, 13 Oct 2008 10:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285510#M685575</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2008-10-13T10:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285511#M685576</link>
      <description>Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;# cmviewconf&lt;BR /&gt;&lt;BR /&gt;Cluster information:&lt;BR /&gt;&lt;BR /&gt;   cluster name:  cluster1&lt;BR /&gt;   version:0&lt;BR /&gt;   flags: 11      (no cluster lock)&lt;BR /&gt;   heartbeat interval:1.00    (seconds)&lt;BR /&gt;   node timeout:  2.00    (seconds)&lt;BR /&gt;   heartbeat connection timeout: 0.00    (seconds)&lt;BR /&gt;   io timeout extension: 0.00    (seconds)&lt;BR /&gt;   auto start timeout: 600.00  (seconds)&lt;BR /&gt;   network polling interval: 2.00    (seconds)&lt;BR /&gt;   network failure detection: INOUT&lt;BR /&gt;   first lock vg name:(not configured)&lt;BR /&gt;   second lock vg name:(not configured)&lt;BR /&gt;   qs host:(not configured)&lt;BR /&gt;&lt;BR /&gt;Cluster Node information:&lt;BR /&gt;&lt;BR /&gt;   Node ID 1:&lt;BR /&gt;      Node name: xxx&lt;BR /&gt;&lt;BR /&gt;      Network ID 1:&lt;BR /&gt;        ppa:  0&lt;BR /&gt;        old_ppa: 0&lt;BR /&gt;        mac addr: 0xXXX&lt;BR /&gt;        hardware path: 0/0/3/0&lt;BR /&gt;        network interface name: lan0&lt;BR /&gt;&lt;BR /&gt;        IPv4 Information:&lt;BR /&gt;        subnet:  10.10.10.0&lt;BR /&gt;        subnet mask: 255.255.255.0&lt;BR /&gt;        ip address: 10.10.10.100&lt;BR /&gt;&lt;BR /&gt;        route id:  1&lt;BR /&gt;&lt;BR /&gt;        IPv6 Information:&lt;BR /&gt;&lt;BR /&gt;        flags:  5       (Heartbeat Network)&lt;BR /&gt;        bridged net ID: 1&lt;BR /&gt;&lt;BR /&gt;      Network ID 2:&lt;BR /&gt;        ppa: 1&lt;BR /&gt;        old_ppa: 0&lt;BR /&gt;        mac addr: 0xXXX&lt;BR /&gt;        hardware path: 0/1/2/0&lt;BR /&gt;        network interface name: lan1&lt;BR /&gt;&lt;BR /&gt;        IPv4 Information:&lt;BR /&gt;        subnet: 0.0.0.0&lt;BR /&gt;        subnet mask: 0.0.0.0&lt;BR /&gt;        ip address: 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;        route id:  0&lt;BR /&gt;&lt;BR /&gt;        IPv6 Information:&lt;BR /&gt;&lt;BR /&gt;        flags: 2 (Non-Heartbeat Network)&lt;BR /&gt;        bridged net ID: 1&lt;BR /&gt;&lt;BR /&gt;Cluster Access Policy Information: (Not Defined)&lt;BR /&gt;&lt;BR /&gt;Package information:&lt;BR /&gt;&lt;BR /&gt;   maximum configured packages:         150&lt;BR /&gt;&lt;BR /&gt;   package ID 17665:&lt;BR /&gt;      package name: pkg1&lt;BR /&gt;      package global flags: 5&lt;BR /&gt;       (Package Switch Enabled)&lt;BR /&gt;       (Package Local Switch Enabled)&lt;BR /&gt;       (Configured Node Failover)&lt;BR /&gt;       (Manual Failback)&lt;BR /&gt;      package priority: (No Priority)&lt;BR /&gt;      package run script: /etc/cmcluster/pkg1/pkg1.cntl&lt;BR /&gt;      package run timeout: (No Timeout)&lt;BR /&gt;      package halt script: /etc/cmcluster/pkg1/pkg1.cntl&lt;BR /&gt;      package halt timeout: (No Timeout)&lt;BR /&gt;      package successor halt timeout: (No Timeout)&lt;BR /&gt;      package primary node: xxx&lt;BR /&gt;      package subnet: 10.10.10.0&lt;BR /&gt;      subnet access: full&lt;BR /&gt;&lt;BR /&gt;      package services: (Not Defined)&lt;BR /&gt;&lt;BR /&gt;      package dependencies: (Not Defined)&lt;BR /&gt;&lt;BR /&gt;      package access policies: (Not Defined)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;==================================&lt;BR /&gt;&lt;BR /&gt;As you can see from the above output Network ID 1 is a Heartbeat Network on IP v6 and Network ID 2 is a Non-Heartbeat Network on IP v6. Is this a problem ??? I have no IPv6 addresses defined in my /etc/rc.config.d/netconf&lt;BR /&gt;&lt;BR /&gt;      Network ID 1:&lt;BR /&gt;        IPv6 Information:&lt;BR /&gt;&lt;BR /&gt;        flags:  5       (Heartbeat Network)&lt;BR /&gt;        bridged net ID: 1&lt;BR /&gt;&lt;BR /&gt;      Network ID 2:&lt;BR /&gt;        IPv6 Information:&lt;BR /&gt;&lt;BR /&gt;        flags: 2 (Non-Heartbeat Network)&lt;BR /&gt;        bridged net ID: 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;=======================================&lt;BR /&gt;The standby NIC doesnâ  t have an IP address as you can see from my /etc/rc.config.d/netconf&lt;BR /&gt;HOSTNAME="xxx"&lt;BR /&gt;OPERATING_SYSTEM=HP-UX&lt;BR /&gt;LOOPBACK_ADDRESS=127.0.0.1&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=10.10.10.100&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=10.10.10.255&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Marius</description>
      <pubDate>Mon, 13 Oct 2008 10:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285511#M685576</guid>
      <dc:creator>Marius Diculescu</dc:creator>
      <dc:date>2008-10-13T10:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285512#M685577</link>
      <description>From the data you show, my guess is that you are running Serviceguard 11.18, probably unpatched.&lt;BR /&gt;&lt;BR /&gt;I suggest you should load the latest 11.18 patch (which is PHSS_38423 if you run HP-UX 11.23) as this contains fixes associated with lan polling and recovery which are likely to help in the case of single node clusters where you fail one of two lan cards.</description>
      <pubDate>Tue, 14 Oct 2008 07:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285512#M685577</guid>
      <dc:creator>John Bigg</dc:creator>
      <dc:date>2008-10-14T07:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285513#M685578</link>
      <description>Marius, the content of netconf is no guarantee that the root user doesn't mistakenly assign an IP to the standby NIC (lan1 in this case)&lt;BR /&gt;&lt;BR /&gt;Use 'netstat -in' to verify that an IP is not assigned to lan1.&lt;BR /&gt;&lt;BR /&gt;As as John stated, patch Serviceguard to harden your nodes with the most robust version available.&lt;BR /&gt;&lt;BR /&gt;Also, when testing NIC/IP failover, do NOT detach lan1 (standby) from the network unless you are testing subnet failure and forced package failover.  If you detach both the live NIC carrying the IP -and- the standby NIC, Serviceguard will interpret that as a down subnet and will move the package to the adoptive node if it maintains a functional subnet.</description>
      <pubDate>Tue, 14 Oct 2008 10:13:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285513#M685578</guid>
      <dc:creator>Stephen Doud</dc:creator>
      <dc:date>2008-10-14T10:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Single node Serviceguard cluster</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285514#M685579</link>
      <description>Hi John,&lt;BR /&gt;Hi Stephen,&lt;BR /&gt;&lt;BR /&gt;I am not at work this week, but Monday I will apply the patch you suggested.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Marius</description>
      <pubDate>Wed, 15 Oct 2008 06:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/single-node-serviceguard-cluster/m-p/4285514#M685579</guid>
      <dc:creator>Marius Diculescu</dc:creator>
      <dc:date>2008-10-15T06:05:41Z</dc:date>
    </item>
  </channel>
</rss>

