Dear linux-ha group:
I am a new administrator for heartbeat. I installed Heartbeat-3-0-4a3eac571f44, 
on my 2 Centos server.  But I found they cannot see each other. When I start 
the standby node, it cannot link the primary node which already started ha 
service. Can you help me to analyze the issue to find out the cause and resolve 
it?

1.Detail configuration info:
.Server : VMware server

.OS version:
# lsb_release -a
LSB Version:    
:core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch
Distributor ID: CentOS
Description:    CentOS release 5.7 (Final)
Release:        5.7
Codename:       Final

.Network card :

n  test1.st.pek.olt.s.nokia.com
# ifconfig|grep addr
eth0      Link encap:Ethernet  HWaddr 00:50:56:96:00:2B
          inet addr:10.219.189.35  Bcast:10.219.189.63  Mask:255.255.255.192
eth3      Link encap:Ethernet  HWaddr 00:50:56:96:00:51
          inet addr:192.168.8.8  Bcast:192.168.8.255  Mask:255.255.255.0


n  test3.st.pek.olt.s.nokia.com
    # ifconfig|grep addr
    eth0      Link encap:Ethernet  HWaddr 00:50:56:96:00:4B
             inet addr:10.219.189.27  Bcast:10.219.189.63  Mask:255.255.255.192
    eth3      Link encap:Ethernet  HWaddr 00:50:56:96:00:52
             inet addr:192.168.8.9  Bcast:192.168.8.255  Mask:255.255.255.0


    .HA version:   Heartbeat-3-0-4a3eac571f44
Install log:
            1). Install libnet-1.1.2.1-2.2.el5.rf.x86_64.rpm
            2). Install Reusable-Cluster-Components-glue--glue-1.0.7:
# ./autogen.sh
# ./configure --prefix=/usr/ha1/ --sysconfdir=/etc/ha1 --localstatedir=/var/ha1
# make
# make install

                3). Install Heartbeat-3-0-4a3eac571f44:
# ./bootstrap && ./configure --prefix=/usr/ha1/ --sysconfdir=/etc/ha1 
--localstatedir=/var/ha1
# make
# make install

   .HA config:
                -.ha.cf:

n  test1.st.pek.olt.s.nokia.com
debugfile /var/log/ha1-debug
logfile /var/log/ha1-log
logfacility     local0
keepalive 500ms
deadtime 20
warntime 5
initdead 60

ucast eth3 192.168.8.9

auto_failback off       # close auto failback

node test1.st.pek.olt.s.nokia.com
node test3.st.pek.olt.s.nokia.com

debug 1



n  test3.st.pek.olt.s.nokia.com
debugfile /var/log/ha1-debug
logfile /var/log/ha1-log
logfacility     local0
keepalive 500ms
deadtime 20
warntime 5
initdead 60

ucast eth3 192.168.8.8

auto_failback off       # close auto failback

node test1.st.pek.olt.s.nokia.com
node test3.st.pek.olt.s.nokia.com

debug 1


                -. Haresources:

n  test1.st.pek.olt.s.nokia.com
test1.st.pek.olt.s.nokia.com 10.219.189.41/26/eth0


n  test3.st.pek.olt.s.nokia.com
test1.st.pek.olt.s.nokia.com 10.219.189.41/26/eth0




2. ha-log:

n  test1.st.pek.olt.s.nokia.com
heartbeat[10234]: 2011/12/16_11:22:47 info: AUTH: i=1: key = 0xbf8c3a8, 
auth=0x2b2d05766610, authname=sha1
heartbeat[10234]: 2011/12/16_11:22:47 info: Version 2 support: false
heartbeat[10234]: 2011/12/16_11:22:47 WARN: Logging daemon is disabled 
--enabling logging daemon is recommended
heartbeat[10234]: 2011/12/16_11:22:47 info: **************************
heartbeat[10234]: 2011/12/16_11:22:47 info: Configuration validated. Starting 
heartbeat 2.1.3
heartbeat[10235]: 2011/12/16_11:22:47 info: heartbeat: version 2.1.3
heartbeat[10235]: 2011/12/16_11:22:47 info: Heartbeat generation: 1316070953
heartbeat[10235]: 2011/12/16_11:22:47 info: glib: ucast: write socket priority 
set to IPTOS_LOWDELAY on eth3
heartbeat[10235]: 2011/12/16_11:22:47 info: glib: ucast: bound send socket to 
device: eth3
heartbeat[10235]: 2011/12/16_11:22:47 info: glib: ucast: bound receive socket 
to device: eth3
heartbeat[10235]: 2011/12/16_11:22:47 info: glib: ucast: started on port 694 
interface eth3 to 192.168.8.9
heartbeat[10235]: 2011/12/16_11:22:47 info: G_main_add_TriggerHandler: Added 
signal manual handler
heartbeat[10235]: 2011/12/16_11:22:47 info: G_main_add_TriggerHandler: Added 
signal manual handler
heartbeat[10235]: 2011/12/16_11:22:47 info: G_main_add_SignalHandler: Added 
signal handler for signal 17
heartbeat[10235]: 2011/12/16_11:22:47 info: Local status now set to: 'up'
heartbeat[10235]: 2011/12/16_11:22:47 info: Managed write_hostcachedata process 
10241 exited with return code 0.
heartbeat[10235]: 2011/12/16_11:23:48 WARN: node test3.st.pek.olt.s.nokia.com: 
is dead
heartbeat[10235]: 2011/12/16_11:23:48 info: Comm_now_up(): updating status to 
active
heartbeat[10235]: 2011/12/16_11:23:48 info: Local status now set to: 'active'
heartbeat[10235]: 2011/12/16_11:23:48 WARN: No STONITH device configured.
heartbeat[10235]: 2011/12/16_11:23:48 WARN: Shared disks are not protected.
heartbeat[10235]: 2011/12/16_11:23:48 info: Resources being acquired from 
test3.st.pek.olt.s.nokia.com.
harc[10283]:    2011/12/16_11:23:48 info: Running /etc/ha1/ha.d/rc.d/status 
status
mach_down[10319]:       2011/12/16_11:23:48 info: 
/usr/ha1//share/heartbeat/mach_down: nice_failback: foreign resources acquired
mach_down[10319]:       2011/12/16_11:23:48 info: mach_down takeover complete 
for node test3.st.pek.olt.s.nokia.com.
heartbeat[10235]: 2011/12/16_11:23:48 info: AnnounceTakeover(local 0, foreign 
1, reason 'T_RESOURCES' (0))
heartbeat[10235]: 2011/12/16_11:23:48 info: AnnounceTakeover(local 1, foreign 
1, reason 'T_RESOURCES(us)' (0))
heartbeat[10235]: 2011/12/16_11:23:48 info: Initial resource acquisition 
complete (T_RESOURCES(us))
heartbeat[10235]: 2011/12/16_11:23:48 info: mach_down takeover complete.
heartbeat[10235]: 2011/12/16_11:23:48 info: AnnounceTakeover(local 1, foreign 
1, reason 'mach_down' (1))
heartbeat[10235]: 2011/12/16_11:23:48 info: STATE 1 => 3
heartbeat[10235]: 2011/12/16_11:23:48 info: Managed status process 10283 exited 
with return code 0.
IPaddr[10349]:  2011/12/16_11:23:48 INFO:  Resource is stopped
req_resource[10306]:    2011/12/16_11:23:48 debug: in 
/usr/ha1//share/heartbeat/req_resource 10.219.189.41/26/eth0                    
                                                            // debug VIP
req_resource[10306]:    2011/12/16_11:23:48 debug: dont_ask: yes nice_failback: 
yes
heartbeat[10284]: 2011/12/16_11:23:48 info: 1 local resources from 
[/usr/ha1//share/heartbeat/ResourceManager listkeys 
test1.st.pek.olt.s.nokia.com]
heartbeat[10284]: 2011/12/16_11:23:48 info: Local Resource acquisition 
completed.
heartbeat[10284]: 2011/12/16_11:23:48 info: FIFO message [type resource] 
written rc=79
heartbeat[10235]: 2011/12/16_11:23:48 info: AnnounceTakeover(local 1, foreign 
1, reason 'T_RESOURCES(us)' (1))
heartbeat[10235]: 2011/12/16_11:23:48 info: Managed req_our_resources process 
10284 exited with return code 0.
heartbeat[10235]: 2011/12/16_11:23:48 info: AnnounceTakeover(local 1, foreign 
1, reason 'req_our_resources' (1))
harc[10430]:    2011/12/16_11:23:48 info: Running 
/etc/ha1/ha.d/rc.d/ip-request-resp ip-request-resp
ip-request-resp[10430]: 2011/12/16_11:23:48 received ip-request-resp 
10.219.189.41/26/eth0 OK yes
ResourceManager[10451]: 2011/12/16_11:23:48 info: Acquiring resource group: 
test1.st.pek.olt.s.nokia.com 10.219.189.41/26/eth0
IPaddr[10478]:  2011/12/16_11:23:48 INFO:  Resource is stopped
ResourceManager[10451]: 2011/12/16_11:23:48 info: Running 
/etc/ha1/ha.d/resource.d/IPaddr 10.219.189.41/26/eth0 start
IPaddr[10578]:  2011/12/16_11:23:49 INFO: Using calculated netmask for 
10.219.189.41: 255.255.255.192
IPaddr[10578]:  2011/12/16_11:23:49 INFO: eval ifconfig eth0:0 10.219.189.41 
netmask 255.255.255.192 broadcast 10.219.189.63
IPaddr[10549]:  2011/12/16_11:23:49 INFO:  Success
heartbeat[10235]: 2011/12/16_11:23:49 info: Managed ip-request-resp process 
10430 exited with return code 0.
heartbeat[10235]: 2011/12/16_11:23:49 info: AnnounceTakeover(local 1, foreign 
1, reason 'ip-request-resp' (1))
heartbeat[10235]: 2011/12/16_11:23:59 info: Local Resource acquisition 
completed. (none)
heartbeat[10235]: 2011/12/16_11:23:59 info: local resource transition completed.
heartbeat[10235]: 2011/12/16_11:23:59 info: AnnounceTakeover(local 1, foreign 
1, reason 'T_RESOURCES(us)' (1))






n  test3.st.pek.olt.s.nokia.com
[[email protected] ha.d]# cat /var/log/ha1-debug
heartbeat[7543]: 2011/12/16_11:36:22 debug: uid=hacluster, gid=<null>
heartbeat[7543]: 2011/12/16_11:36:22 debug: uid=hacluster, gid=<null>
heartbeat[7543]: 2011/12/16_11:36:22 debug: uid=<null>, gid=haclient
heartbeat[7543]: 2011/12/16_11:36:22 debug: uid=root, gid=<null>
heartbeat[7543]: 2011/12/16_11:36:22 debug: uid=<null>, gid=haclient
heartbeat[7543]: 2011/12/16_11:36:22 debug: Beginning authentication parsing
heartbeat[7543]: 2011/12/16_11:36:22 debug: 16 max authentication methods
heartbeat[7543]: 2011/12/16_11:36:22 debug: Keyfile opened
heartbeat[7543]: 2011/12/16_11:36:22 debug: Keyfile perms OK
heartbeat[7543]: 2011/12/16_11:36:22 debug: 16 max authentication methods
heartbeat[7543]: 2011/12/16_11:36:22 debug: Found authentication method [sha1]
heartbeat[7543]: 2011/12/16_11:36:22 info: AUTH: i=1: key = 0x100023a8, 
auth=0x2b33b323b610, authname=sha1
heartbeat[7543]: 2011/12/16_11:36:22 debug: Outbound signing method is 1
heartbeat[7543]: 2011/12/16_11:36:22 debug: Authentication parsing complete [1]
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(cluster,linux-ha)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(hopfudge,1)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(baud,19200)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(hbgenmethod,file)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(realtime,true)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(msgfmt,classic)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(conn_logd_time,60)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(log_badpack,true)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(syslogmsgfmt,false)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(coredumps,true)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(crm,false)
heartbeat[7543]: 2011/12/16_11:36:22 info: Version 2 support: false
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(autojoin,none)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(uuidfrom,file)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(compression,zlib)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(compression_threshold,2)
heartbeat[7543]: 2011/12/16_11:36:22 debug: 
add_option(traditional_compression,no)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(max_rexmit_delay,250)
heartbeat[7543]: 2011/12/16_11:36:22 debug: Setting max_rexmit_delay to 250 ms
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(record_config_changes,on)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(record_pengine_inputs,on)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(enable_config_writes,on)
heartbeat[7543]: 2011/12/16_11:36:22 debug: add_option(memreserve,6500)
heartbeat[7543]: 2011/12/16_11:36:22 WARN: Logging daemon is disabled 
--enabling logging daemon is recomme
heartbeat[7543]: 2011/12/16_11:36:22 info: **************************
heartbeat[7543]: 2011/12/16_11:36:22 info: Configuration validated. Starting 
heartbeat 2.1.3
heartbeat[7543]: 2011/12/16_11:36:22 debug: HA configuration OK.  Heartbeat 
starting.
heartbeat[7544]: 2011/12/16_11:36:22 info: heartbeat: version 2.1.3
heartbeat[7544]: 2011/12/16_11:36:22 info: Heartbeat generation: 1316097572
heartbeat[7544]: 2011/12/16_11:36:22 debug: uuid 
is:ca38c540-b974-4a3f-b817-3ab6dddf68af
heartbeat[7544]: 2011/12/16_11:36:22 debug: FIFO process pid: 7547
heartbeat[7544]: 2011/12/16_11:36:22 debug: opening ucast eth3 (UDP/IP unicast) 
                                                                        //
heartbeat[7544]: 2011/12/16_11:36:22 info: glib: ucast: write socket priority 
set to IPTOS_LOWDELAY on eth3                     //
heartbeat[7544]: 2011/12/16_11:36:22 info: glib: ucast: bound send socket to 
device: eth3                                                           //
heartbeat[7544]: 2011/12/16_11:36:22 info: glib: ucast: bound receive socket to 
device: eth3                                                      //
heartbeat[7544]: 2011/12/16_11:36:22 info: glib: ucast: started on port 694 
interface eth3 to 192.168.8.8                                //
heartbeat[7544]: 2011/12/16_11:36:22 debug: write process pid: 7548             
                                                                                
       //
heartbeat[7544]: 2011/12/16_11:36:22 debug: read child process pid: 7549        
                                                                                
   //
heartbeat[7544]: 2011/12/16_11:36:22 debug: make_io_childpair: CREATED 
childpair wchan socket 10
heartbeat[7544]: 2011/12/16_11:36:22 debug: make_io_childpair: CREATED 
childpair rchan socket 12
heartbeat[7544]: 2011/12/16_11:36:22 info: G_main_add_TriggerHandler: Added 
signal manual handler
heartbeat[7544]: 2011/12/16_11:36:22 info: G_main_add_TriggerHandler: Added 
signal manual handler
heartbeat[7544]: 2011/12/16_11:36:22 info: G_main_add_SignalHandler: Added 
signal handler for signal 17
heartbeat[7544]: 2011/12/16_11:36:22 debug: Limiting CPU: 42 CPU seconds every 
60000 milliseconds
heartbeat[7544]: 2011/12/16_11:36:22 debug: pid 7544 locked in memory.
heartbeat[7544]: 2011/12/16_11:36:22 debug: Waiting for child processes to start
heartbeat[7544]: 2011/12/16_11:36:22 info: Local status now set to: 'up'
heartbeat[7544]: 2011/12/16_11:36:22 debug: All your child process are belong 
to us
heartbeat[7544]: 2011/12/16_11:36:22 debug: Starting local status message @ 500 
ms intervals
heartbeat[7544]: 2011/12/16_11:36:22 debug: Forking temp process 
write_hostcachedata
heartbeat[7544]: 2011/12/16_11:36:22 info: Managed write_hostcachedata process 
7550 exited with return cod
heartbeat[7547]: 2011/12/16_11:36:23 debug: pid 7547 locked in memory.
heartbeat[7547]: 2011/12/16_11:36:23 debug: Limiting CPU: 6 CPU seconds every 
60000 milliseconds
heartbeat[7549]: 2011/12/16_11:36:23 debug: pid 7549 locked in memory.
heartbeat[7549]: 2011/12/16_11:36:23 debug: Limiting CPU: 6 CPU seconds every 
60000 milliseconds
heartbeat[7548]: 2011/12/16_11:36:23 debug: pid 7548 locked in memory.
heartbeat[7548]: 2011/12/16_11:36:23 debug: Limiting CPU: 24 CPU seconds every 
60000 milliseconds
heartbeat[7544]: 2011/12/16_11:37:23 WARN: node test1.st.pek.olt.s.nokia.com: 
is dead                                                                         
                    //
heartbeat[7544]: 2011/12/16_11:37:23 info: Comm_now_up(): updating status to 
active
heartbeat[7544]: 2011/12/16_11:37:23 info: Local status now set to: 'active'
heartbeat[7544]: 2011/12/16_11:37:23 debug: Sending local starting msg: 
resourcestate = 0
heartbeat[7544]: 2011/12/16_11:37:23 debug: hb_rsc_isstable: 
ResourceMgmt_child_count: 0, other_is_stable:resourcestate: 0
heartbeat[7544]: 2011/12/16_11:37:23 debug: CreateInitialFilter: status
heartbeat[7544]: 2011/12/16_11:37:23 debug: CreateInitialFilter: ip-request-resp
heartbeat[7544]: 2011/12/16_11:37:23 debug: CreateInitialFilter: ask_resources
heartbeat[7544]: 2011/12/16_11:37:23 debug: CreateInitialFilter: hb_takeover
heartbeat[7544]: 2011/12/16_11:37:23 debug: CreateInitialFilter: ip-request
heartbeat[7544]: 2011/12/16_11:37:23 WARN: No STONITH device configured.
heartbeat[7544]: 2011/12/16_11:37:23 WARN: Shared disks are not protected.
heartbeat[7544]: 2011/12/16_11:37:23 info: Resources being acquired from 
test1.st.pek.olt.s.nokia.com.
heartbeat[7544]: 2011/12/16_11:37:23 debug: StartNextRemoteRscReq() - calling 
hook
heartbeat[7544]: 2011/12/16_11:37:23 debug: notify_world: invoking harc: OLD 
status: active
heartbeat[7544]: 2011/12/16_11:37:23 debug: Process [status] started pid 7554
heartbeat[7544]: 2011/12/16_11:37:23 debug: Starting notify process [status]
heartbeat[7544]: 2011/12/16_11:37:23 debug: takeover_from_node: other now stable
heartbeat[7544]: 2011/12/16_11:37:23 debug: Process [req_our_resources] started 
pid 7555
heartbeat[7554]: 2011/12/16_11:37:23 debug: notify_world: setting SIGCHLD 
Handler to SIG_DFL
heartbeat[7554]: 2011/12/16_11:37:23 debug: notify_world: Running harc status
heartbeat[7555]: 2011/12/16_11:37:23 debug: 
req_our_resources(/usr/ha1//share/heartbeat/ResourceManager li
heartbeat[7555]: 2011/12/16_11:37:23 info: No local resources 
[/usr/ha1//share/heartbeat/ResourceManager l
harc[7554]:     2011/12/16_11:37:23 info: Running /etc/ha1/ha.d/rc.d/status 
status
heartbeat[7555]: 2011/12/16_11:37:23 debug: Sending hold resources msg: all, 
stable=1 # req_our_resources(
heartbeat[7555]: 2011/12/16_11:37:23 info: FIFO message [type resource] written 
rc=79
heartbeat[7544]: 2011/12/16_11:37:23 info: AnnounceTakeover(local 0, foreign 1, 
reason 'T_RESOURCES' (0))
heartbeat[7544]: 2011/12/16_11:37:23 info: AnnounceTakeover(local 1, foreign 1, 
reason 'T_RESOURCES(us)' (
heartbeat[7544]: 2011/12/16_11:37:23 info: Initial resource acquisition 
complete (T_RESOURCES(us))
heartbeat[7544]: 2011/12/16_11:37:23 info: STATE 1 => 3
heartbeat[7544]: 2011/12/16_11:37:23 debug: hb_rsc_isstable: 
ResourceMgmt_child_count: 2, other_is_stable:resourcestate: 3
heartbeat[7544]: 2011/12/16_11:37:23 info: Managed req_our_resources process 
7555 exited with return code
heartbeat[7544]: 2011/12/16_11:37:23 debug: RscMgmtProc 'req_our_resources' 
exited code 0
heartbeat[7544]: 2011/12/16_11:37:23 info: AnnounceTakeover(local 1, foreign 1, 
reason 'req_our_resources'
heartbeat[7544]: 2011/12/16_11:37:23 debug: StartNextRemoteRscReq(): child 
count 1
mach_down[7583]:        2011/12/16_11:37:23 info: Taking over resource group 
10.219.189.41/26/eth0
ResourceManager[7609]:  2011/12/16_11:37:23 info: Acquiring resource group: 
test1.st.pek.olt.s.nokia.com 1
IPaddr[7636]:   2011/12/16_11:37:23 INFO:  Resource is stopped
ResourceManager[7609]:  2011/12/16_11:37:23 info: Running 
/etc/ha1/ha.d/resource.d/IPaddr 10.219.189.41/26
ResourceManager[7609]:  2011/12/16_11:37:23 debug: Starting 
/etc/ha1/ha.d/resource.d/IPaddr 10.219.189.41/
IPaddr[7736]:   2011/12/16_11:37:23 INFO: Using calculated netmask for 
10.219.189.41: 255.255.255.192
IPaddr[7736]:   2011/12/16_11:37:23 DEBUG: Using calculated broadcast for 
10.219.189.41: 10.219.189.63
IPaddr[7736]:   2011/12/16_11:37:23 INFO: eval ifconfig eth0:0 10.219.189.41 
netmask 255.255.255.192 broad
IPaddr[7736]:   2011/12/16_11:37:23 DEBUG: Sending Gratuitous Arp for 
10.219.189.41 on eth0:0 [eth0]
IPaddr[7707]:   2011/12/16_11:37:23 INFO:  Success
INFO:  Success
ResourceManager[7609]:  2011/12/16_11:37:23 debug: 
/etc/ha1/ha.d/resource.d/IPaddr 10.219.189.41/26/eth0 s
mach_down[7583]:        2011/12/16_11:37:23 info: 
/usr/ha1//share/heartbeat/mach_down: nice_failback: fore
mach_down[7583]:        2011/12/16_11:37:23 info: mach_down takeover complete 
for node test1.st.pek.olt.s.
heartbeat[7544]: 2011/12/16_11:37:23 info: AnnounceTakeover(local 1, foreign 1, 
reason 'T_RESOURCES(us)' (
heartbeat[7544]: 2011/12/16_11:37:23 info: mach_down takeover complete.
heartbeat[7544]: 2011/12/16_11:37:23 debug: process_resources(3):  other now 
stable
heartbeat[7544]: 2011/12/16_11:37:23 info: AnnounceTakeover(local 1, foreign 1, 
reason 'mach_down' (1))
heartbeat[7544]: 2011/12/16_11:37:23 debug: hb_rsc_isstable: 
ResourceMgmt_child_count: 1, other_is_stable:resourcestate: 3
heartbeat[7544]: 2011/12/16_11:37:23 info: Managed status process 7554 exited 
with return code 0.
heartbeat[7544]: 2011/12/16_11:37:23 debug: RscMgmtProc 'status' exited code 0
heartbeat[7544]: 2011/12/16_11:37:33 info: Local Resource acquisition 
completed. (none)
heartbeat[7544]: 2011/12/16_11:37:33 info: local resource transition completed.
heartbeat[7544]: 2011/12/16_11:37:33 debug: Sending hold resources msg: all, 
stable=1 # <none>
heartbeat[7544]: 2011/12/16_11:37:33 info: AnnounceTakeover(local 1, foreign 1, 
reason 'T_RESOURCES(us)' (
heartbeat[7544]: 2011/12/16_11:37:33 debug: hb_rsc_isstable: 
ResourceMgmt_child_count: 0, other_is_stable:resourcestate: 4
heartbeat[7544]: 2011/12/16_11:37:33 debug: hb_rsc_isstable: 
ResourceMgmt_child_count: 0, other_is_stable:resourcestate: 4


                the result is VIP 10.219.189.41 ENABLED on both nodes.

    Thanks, and expect the feedback.



Yours Sincerely

Jie Yan     颜杰
DBA
Office call: 86-010-13811463395
e-mail: [email protected]
18F, CEC Plaza Tower  B, No.3 Danling Street, Zhongguancun, Haidian District, 
Beijing, China 100080
中国北京市海淀区中关村广场丹棱街3号中国电子大厦B座18层  100080

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to