[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-ha-dev
Subject:    [Linux-ha-dev] crm_resource -P strange behavior.
From:       Simone Gotti <simone.gotti () email ! it>
Date:       2006-05-25 15:15:40
Message-ID: 1148570141.2828.37.camel () localhost
[Download RAW message or body]

Hi,

I was testing the heartbeat behavoir with some tests.

When I launched the crm_resource -P to probe for some resources started
outside of the CRM (also if no one was started out of crm) I noticed
that the cluster failed the probe trying it for an infinite number of
times. Looks like the OCF IPaddr monitor return with a return code of 0
(OCF_SUCCESS, right as the resource is up) but tengine doesn't like it
as it expect a value of 7 (OCF_NOT_RUNNING):

tengine[10558]: 2006/05/25_16:32:38 ERROR:
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01
failed (target: 7 vs. rc: 0): Error

This happened also with other resource types not only with IPaddr

I attached the ha-debug log file, with the cluster just started only on
one node (this happens also at least with 2 nodes), and then at
2006/05/25_17:08:19 I launched the crm_resource -P command; the cibadmin
-Q after the command, the ondisk cib.xml and the ha.cf.

The unique way I found to stop this to happen is an heartbeat restart.

Is this the right behavior, or am I doing something wrong?


Thanks!

Bye!


 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Sei in cerca dell’amore? Non perdere tempo, iscriviti gratis a Meetic! Potrai \
chattare con migliaia di single in linea.  Clicca qui: \
http://adv.email.it/cgi-bin/foclick.cgi?mid=4052&d=25-5


["ha.cf" (ha.cf)]

#
#	There are lots of options in this file.  All you have to have is a set
#	of nodes listed {"node ...} one of {serial, bcast, mcast, or ucast},
#	and a value for "auto_failback".
#
#	ATTENTION: As the configuration file is read line by line,
#		   THE ORDER OF DIRECTIVE MATTERS!
#
#	In particular, make sure that the udpport, serial baud rate
#	etc. are set before the heartbeat media are defined!
#	debug and log file directives go into effect when they
#	are encountered.
#
#	All will be fine if you keep them ordered as in this example.
#
#
#       Note on logging:
#       If any of debugfile, logfile and logfacility are defined then they
#       will be used. If debugfile and/or logfile are not defined and
#       logfacility is defined then the respective logging and debug
#       messages will be loged to syslog. If logfacility is not defined
#       then debugfile and logfile will be used to log messges. If
#       logfacility is not defined and debugfile and/or logfile are not
#       defined then defaults will be used for debugfile and logfile as
#       required and messages will be sent there.
#
#	File to write debug messages to
debugfile /var/log/ha-debug
#
#
# 	File to write other messages to
#
logfile	/var/log/ha-log
#
#
#	Facility to use for syslog()/logger 
#
#logfacility	local0
#
#
#	A note on specifying "how long" times below...
#
#	The default time unit is seconds
#		10 means ten seconds
#
#	You can also specify them in milliseconds
#		1500ms means 1.5 seconds
#
#
#	keepalive: how long between heartbeats?
#
#keepalive 2
#
#	deadtime: how long-to-declare-host-dead?
#
#		If you set this too low you will get the problematic
#		split-brain (or cluster partition) problem.
#		See the FAQ for how to use warntime to tune deadtime.
#
#deadtime 30
#
#	warntime: how long before issuing "late heartbeat" warning?
#	See the FAQ for how to use warntime to tune deadtime.
#
#warntime 10
#
#
#	Very first dead time (initdead)
#
#	On some machines/OSes, etc. the network takes a while to come up
#	and start working right after you've been rebooted.  As a result
#	we have a separate dead time for when things first come up.
#	It should be at least twice the normal dead time.
#
#initdead 120
#
#
#	What UDP port to use for bcast/ucast communication?
#
#udpport	694
#
#	Baud rate for serial ports...
#
#baud	19200
#	
#	serial	serialportname ...
#serial	/dev/ttyS0	# Linux
#serial	/dev/cuaa0	# FreeBSD
#serial	/dev/cua/a	# Solaris
#
#
#	What interfaces to broadcast heartbeats over?
#
#bcast	eth0		# Linux
#bcast	eth1 eth2	# Linux
#bcast	le0		# Solaris
#bcast	le1 le2		# Solaris
#
#	Set up a multicast heartbeat medium
#	mcast [dev] [mcast group] [port] [ttl] [loop]
#
#	[dev]		device to send/rcv heartbeats on
#	[mcast group]	multicast group to join (class D multicast address
#			224.0.0.0 - 239.255.255.255)
#	[port]		udp port to sendto/rcvfrom (set this value to the
#			same value as "udpport" above)
#	[ttl]		the ttl value for outbound heartbeats.  this effects
#			how far the multicast packet will propagate.  (0-255)
#			Must be greater than zero.
#	[loop]		toggles loopback for outbound multicast heartbeats.
#			if enabled, an outbound packet will be looped back and
#			received by the interface it was sent on. (0 or 1)
#			Set this value to zero.
#		
#
#mcast eth0 225.0.0.1 694 1 0
#
#	Set up a unicast / udp heartbeat medium
#	ucast [dev] [peer-ip-addr]
#
#	[dev]		device to send/rcv heartbeats on
#	[peer-ip-addr]	IP address of peer to send packets to
#
ucast eth0 10.156.64.136
#
#
#	About boolean values...
#
#	Any of the following case-insensitive values will work for true:
#		true, on, yes, y, 1
#	Any of the following case-insensitive values will work for false:
#		false, off, no, n, 0
#
#
#
#	auto_failback:  determines whether a resource will
#	automatically fail back to its "primary" node, or remain
#	on whatever node is serving it until that node fails, or
#	an administrator intervenes.
#
#	The possible values for auto_failback are:
#		on	- enable automatic failbacks
#		off	- disable automatic failbacks
#		legacy	- enable automatic failbacks in systems
#			where all nodes do not yet support
#			the auto_failback option.
#
#	auto_failback "on" and "off" are backwards compatible with the old
#		"nice_failback on" setting.
#
#	See the FAQ for information on how to convert
#		from "legacy" to "on" without a flash cut.
#		(i.e., using a "rolling upgrade" process)
#
#	The default value for auto_failback is "legacy", which
#	will issue a warning at startup.  So, make sure you put
#	an auto_failback directive in your ha.cf file.
#	(note: auto_failback can be any boolean or "legacy")
#
auto_failback off
#
#
#       Basic STONITH support
#       Using this directive assumes that there is one stonith 
#       device in the cluster.  Parameters to this device are 
#       read from a configuration file. The format of this line is:
#
#         stonith <stonith_type> <configfile>
#
#       NOTE: it is up to you to maintain this file on each node in the
#       cluster!
#
#stonith baytech /etc/ha.d/conf/stonith.baytech
#
#       STONITH support
#       You can configure multiple stonith devices using this directive.
#       The format of the line is:
#         stonith_host <hostfrom> <stonith_type> <params...>
#         <hostfrom> is the machine the stonith device is attached
#              to or * to mean it is accessible from any host. 
#         <stonith_type> is the type of stonith device (a list of
#              supported drives is in /usr/lib/stonith.)
#         <params...> are driver specific parameters.  To see the
#              format for a particular device, run:
#           stonith -l -t <stonith_type> 
#
#
#	Note that if you put your stonith device access information in
#	here, and you make this file publically readable, you're asking
#	for a denial of service attack ;-)
#
#	To get a list of supported stonith devices, run
#		stonith -L
#	For detailed information on which stonith devices are supported
#	and their detailed configuration options, run this command:
#		stonith -h
#
#stonith_host *     baytech 10.0.0.3 mylogin mysecretpassword
#stonith_host ken3  rps10 /dev/ttyS1 kathy 0 
#stonith_host kathy rps10 /dev/ttyS1 ken3 0 
#
#	Watchdog is the watchdog timer.  If our own heart doesn't beat for
#	a minute, then our machine will reboot.
#	NOTE: If you are using the software watchdog, you very likely
#	wish to load the module with the parameter "nowayout=0" or
#	compile it without CONFIG_WATCHDOG_NOWAYOUT set. Otherwise even
#	an orderly shutdown of heartbeat will trigger a reboot, which is
#	very likely NOT what you want.
#
#watchdog /dev/watchdog
#       
#	Tell what machines are in the cluster
#	node	nodename ...	-- must match uname -n
node	nodo01
node	nodo02
#
#	Less common options...
#
#	Treats 10.10.10.254 as a psuedo-cluster-member
#	Used together with ipfail below...
#	note: don't use a cluster node as ping node	
#
#ping 10.10.10.254
#
#	Treats 10.10.10.254 and 10.10.10.253 as a psuedo-cluster-member
#       called group1. If either 10.10.10.254 or 10.10.10.253 are up
#       then group1 is up
#	Used together with ipfail below...
#
#ping_group group1 10.10.10.254 10.10.10.253
#
#	HBA ping derective for Fiber Channel
#	Treats fc-card-name as psudo-cluster-member
#	used with ipfail below ...
#
#	You can obtain HBAAPI from http://hbaapi.sourceforge.net.  You need 
#	to get the library specific to your HBA directly from the vender
#	To install HBAAPI stuff, all You need to do is to compile the common
#	part you obtained from the sourceforge. This will produce libHBAAPI.so 
#	which you need to copy to /usr/lib. You need also copy hbaapi.h to 
#	/usr/include.
#	
#	The fc-card-name is the name obtained from the hbaapitest program 
#	that is part of the hbaapi package. Running hbaapitest will produce
#	a verbose output. One of the first line is similar to:
#		Apapter number 0 is named: qlogic-qla2200-0
#	Here fc-card-name is qlogic-qla2200-0. 	
#
#hbaping fc-card-name
#
#
#	Processes started and stopped with heartbeat.  Restarted unless
#		they exit with rc=100
#
#respawn userid /path/name/to/run
#respawn hacluster /usr/lib/heartbeat/ipfail
#
#	Access control for client api
#       	default is no access
#
#apiauth client-name gid=gidlist uid=uidlist
#apiauth ipfail gid=haclient uid=hacluster

###########################
#
#	Unusual options.
#
###########################
#
#	hopfudge maximum hop count minus number of nodes in config
#hopfudge 1
#
#	deadping - dead time for ping nodes
#deadping 30
#
#	hbgenmethod - Heartbeat generation number creation method
#		Normally these are stored on disk and incremented as needed.
#hbgenmethod time
#
#	realtime - enable/disable realtime execution (high priority, etc.)
#		defaults to on
#realtime off
#
#	debug - set debug level
#		defaults to zero
debug 1
#
#	API Authentication - replaces the fifo-permissions-based system of the past
#
#
#	You can put a uid list and/or a gid list.
#	If you put both, then a process is authorized if it qualifies under either
#	the uid list, or under the gid list.
#
#	The groupname "default" has special meaning.  If it is specified, then
#	this will be used for authorizing groupless clients, and any client groups
#	not otherwise specified.
#	
#	There is a subtle exception to this.  "default" will never be used in the 
#	following cases (actual default auth directives noted in brackets)
#		  ipfail 	(uid=HA_CCMUSER)
#		  ccm 	 	(uid=HA_CCMUSER)
#		  ping		(gid=HA_APIGROUP)
#		  cl_status	(gid=HA_APIGROUP)
#
#	This is done to avoid creating a gaping security hole and matches the most
#	likely desired configuration.
#
#apiauth ipfail uid=hacluster
#apiauth ccm uid=hacluster
#apiauth cms uid=hacluster
#apiauth ping gid=haclient uid=alanr,root
#apiauth default gid=haclient

# 	message format in the wire, it can be classic or netstring, 
#	default: classic
#msgfmt  classic/netstring

#	Do we use logging daemon?
#	If logging daemon is used, logfile/debugfile/logfacility in this file
#	are not meaningful any longer. You should check the config file for logging
#	daemon (the default is /etc/logd.cf)
#	more infomartion can be fould in http://www.linux-ha.org/ha_2ecf_2fUseLogdDirective
#	Setting use_logd to "yes" is recommended
#	
# use_logd yes/no
#
#	the interval we  reconnect to logging daemon if the previous connection failed
#	default: 60 seconds
#conn_logd_time 60
#
#
#	Configure compression module
#	It could be zlib or bz2, depending on whether u have the corresponding 
#	library	in the system.
#compression	bz2
#
#	Confiugre compression threshold
#	This value determines the threshold to compress a message,
#	e.g. if the threshold is 1, then any message with size greater than 1 KB
#	will be compressed, the default is 2 (KB)
#compression_threshold 2

crm yes

["ha-debug" (ha-debug)]

heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(crm,yes)
heartbeat[2286]: 2006/05/25_17:04:44 WARN: File /etc/ha.d/haresources exists.
heartbeat[2286]: 2006/05/25_17:04:44 WARN: This file is not used because crm is \
enabled heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: apiauth cib \
uid=hacluster heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=hacluster, gid=<null>
heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: apiauth stonithd  \
uid=root heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=root, gid=<null>
heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: apiauth attrd   \
uid=hacluster heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=hacluster, gid=<null>
heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: apiauth crmd   \
uid=hacluster heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=hacluster, gid=<null>
heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: apiauth mgmtd   \
uid=root heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=root, gid=<null>
heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: apiauth pingd   \
uid=hacluster heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=hacluster, gid=<null>
heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: respawn  hacluster \
/usr/lib/heartbeat/ccm heartbeat[2286]: 2006/05/25_17:04:44 info: respawn directive:  \
hacluster /usr/lib/heartbeat/ccm heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit \
directive: respawn  hacluster /usr/lib/heartbeat/cib heartbeat[2286]: \
2006/05/25_17:04:44 info: respawn directive:  hacluster /usr/lib/heartbeat/cib \
heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: respawn root \
/usr/lib/heartbeat/lrmd heartbeat[2286]: 2006/05/25_17:04:44 info: respawn directive: \
root /usr/lib/heartbeat/lrmd heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit \
directive: respawn root /usr/lib/heartbeat/stonithd heartbeat[2286]: \
2006/05/25_17:04:44 info: respawn directive: root /usr/lib/heartbeat/stonithd \
heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit directive: respawn  hacluster \
/usr/lib/heartbeat/attrd heartbeat[2286]: 2006/05/25_17:04:44 info: respawn \
directive:  hacluster /usr/lib/heartbeat/attrd heartbeat[2286]: 2006/05/25_17:04:44 \
debug: Implicit directive: respawn  hacluster /usr/lib/heartbeat/crmd \
heartbeat[2286]: 2006/05/25_17:04:44 info: respawn directive:  hacluster \
/usr/lib/heartbeat/crmd heartbeat[2286]: 2006/05/25_17:04:44 debug: Implicit \
directive: respawn root /usr/lib/heartbeat/mgmtd -v heartbeat[2286]: \
2006/05/25_17:04:44 info: respawn directive: root /usr/lib/heartbeat/mgmtd -v \
heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=hacluster, gid=<null> \
heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=hacluster, gid=<null> \
heartbeat[2286]: 2006/05/25_17:04:44 debug: uid=<null>, gid=haclient heartbeat[2286]: \
2006/05/25_17:04:44 debug: uid=root, gid=<null> heartbeat[2286]: 2006/05/25_17:04:44 \
debug: uid=<null>, gid=haclient heartbeat[2286]: 2006/05/25_17:04:44 debug: Beginning \
authentication parsing heartbeat[2286]: 2006/05/25_17:04:44 debug: 16 max \
authentication methods heartbeat[2286]: 2006/05/25_17:04:44 debug: Keyfile opened
heartbeat[2286]: 2006/05/25_17:04:44 debug: Keyfile perms OK
heartbeat[2286]: 2006/05/25_17:04:44 debug: 16 max authentication methods
heartbeat[2286]: 2006/05/25_17:04:44 debug: Found authentication method [sha1]
heartbeat[2286]: 2006/05/25_17:04:44 info: AUTH: i=1: key = 0x81ed478, auth=0xd2c93c, \
authname=sha1 heartbeat[2286]: 2006/05/25_17:04:44 debug: Outbound signing method is \
1 heartbeat[2286]: 2006/05/25_17:04:44 debug: Authentication parsing complete [1]
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(hopfudge,1)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(keepalive,1000ms)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(deadtime,30000ms)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(baud,19200)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(hbgenmethod,file)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(realtime,true)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(msgfmt,classic)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(conn_logd_time,60)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(log_badpack,true)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(coredumps,true)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(autojoin,none)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(uuidfrom,file)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(compression,zlib)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(compression_threshold,2)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(traditional_compression,no)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(max_rexmit_delay,250)
heartbeat[2286]: 2006/05/25_17:04:44 debug: Setting max_rexmit_delay to 250 ms
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(record_config_changes,on)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(record_pengine_inputs,on)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(enable_config_writes,on)
heartbeat[2286]: 2006/05/25_17:04:44 debug: add_option(memreserve,6500)
heartbeat[2286]: 2006/05/25_17:04:45 debug: displaying uuid table
heartbeat[2286]: 2006/05/25_17:04:45 debug: uuidG31e935-2072-47c2-ac31-80a1c2d63bc0, \
name=nodo02 heartbeat[2286]: 2006/05/25_17:04:45 debug: \
uuid™9293f8-89a9-40a8-9d91-9561df7c6f81, name=nodo01 heartbeat[2286]: \
2006/05/25_17:04:45 WARN: Logging daemon is disabled --enabling logging daemon is \
recommended heartbeat[2286]: 2006/05/25_17:04:45 info: **************************
heartbeat[2286]: 2006/05/25_17:04:45 info: Configuration validated. Starting \
heartbeat 2.0.5 heartbeat[2286]: 2006/05/25_17:04:45 debug: HA configuration OK.  \
Heartbeat starting. heartbeat[2287]: 2006/05/25_17:04:45 info: heartbeat: version \
2.0.5 heartbeat[2287]: 2006/05/25_17:04:45 info: Heartbeat generation: 5
heartbeat[2287]: 2006/05/25_17:04:45 debug: uuid \
is:999293f8-89a9-40a8-9d91-9561df7c6f81 heartbeat[2287]: 2006/05/25_17:04:45 info: \
G_main_add_TriggerHandler: Added signal manual handler heartbeat[2287]: \
2006/05/25_17:04:45 info: G_main_add_TriggerHandler: Added signal manual handler \
heartbeat[2287]: 2006/05/25_17:04:45 info: Removing /var/run/heartbeat/rsctmp failed, \
recreating. heartbeat[2287]: 2006/05/25_17:04:45 debug: opening ucast eth0 (UDP/IP \
unicast) heartbeat[2287]: 2006/05/25_17:04:45 debug: FIFO process pid: 2294
heartbeat[2287]: 2006/05/25_17:04:45 info: glib: ucast: write socket priority set to \
IPTOS_LOWDELAY on eth0 heartbeat[2287]: 2006/05/25_17:04:45 info: glib: ucast: bound \
send socket to device: eth0 heartbeat[2287]: 2006/05/25_17:04:45 info: glib: ucast: \
bound receive socket to device: eth0 heartbeat[2287]: 2006/05/25_17:04:45 info: glib: \
ucast: started on port 694 interface eth0 to 10.156.64.136 heartbeat[2287]: \
2006/05/25_17:04:45 debug: write process pid: 2295 heartbeat[2287]: \
2006/05/25_17:04:45 debug: read child process pid: 2296 heartbeat[2287]: \
2006/05/25_17:04:45 info: G_main_add_SignalHandler: Added signal handler for signal \
17 heartbeat[2287]: 2006/05/25_17:04:45 debug: Limiting CPU: 30 CPU seconds every \
60000 milliseconds heartbeat[2287]: 2006/05/25_17:04:45 debug: pid 2287 locked in \
memory. heartbeat[2287]: 2006/05/25_17:04:45 debug: Waiting for child processes to \
start heartbeat[2287]: 2006/05/25_17:04:45 info: Local status now set to: 'up'
heartbeat[2287]: 2006/05/25_17:04:45 debug: All your child process are belong to us
heartbeat[2287]: 2006/05/25_17:04:45 debug: Starting local status message @ 1000 ms \
intervals heartbeat[2294]: 2006/05/25_17:04:46 debug: pid 2294 locked in memory.
heartbeat[2294]: 2006/05/25_17:04:46 debug: Limiting CPU: 6 CPU seconds every 60000 \
milliseconds heartbeat[2296]: 2006/05/25_17:04:46 debug: pid 2296 locked in memory.
heartbeat[2296]: 2006/05/25_17:04:46 debug: Limiting CPU: 6 CPU seconds every 60000 \
milliseconds heartbeat[2295]: 2006/05/25_17:04:46 debug: pid 2295 locked in memory.
heartbeat[2295]: 2006/05/25_17:04:46 debug: Limiting CPU: 24 CPU seconds every 60000 \
milliseconds heartbeat[2287]: 2006/05/25_17:05:16 WARN: node nodo02: is dead
heartbeat[2287]: 2006/05/25_17:05:16 info: Comm_now_up(): updating status to active
heartbeat[2287]: 2006/05/25_17:05:16 info: Local status now set to: 'active'
heartbeat[2287]: 2006/05/25_17:05:16 info: Starting child client \
"/usr/lib/heartbeat/ccm" (500,500) heartbeat[2301]: 2006/05/25_17:05:16 info: \
Starting "/usr/lib/heartbeat/ccm" as uid 500  gid 500 (pid 2301) heartbeat[2287]: \
2006/05/25_17:05:16 info: Starting child client "/usr/lib/heartbeat/cib" (500,500) \
heartbeat[2302]: 2006/05/25_17:05:16 info: Starting "/usr/lib/heartbeat/cib" as uid \
500  gid 500 (pid 2302) heartbeat[2287]: 2006/05/25_17:05:16 info: Starting child \
client "/usr/lib/heartbeat/lrmd" (0,0) heartbeat[2287]: 2006/05/25_17:05:16 info: \
Starting child client "/usr/lib/heartbeat/stonithd" (0,0) heartbeat[2304]: \
2006/05/25_17:05:16 info: Starting "/usr/lib/heartbeat/stonithd" as uid 0  gid 0 (pid \
2304) heartbeat[2287]: 2006/05/25_17:05:16 info: Starting child client \
"/usr/lib/heartbeat/attrd" (500,500) heartbeat[2305]: 2006/05/25_17:05:16 info: \
Starting "/usr/lib/heartbeat/attrd" as uid 500  gid 500 (pid 2305) heartbeat[2287]: \
2006/05/25_17:05:16 info: Starting child client "/usr/lib/heartbeat/crmd" (500,500) \
heartbeat[2306]: 2006/05/25_17:05:16 info: Starting "/usr/lib/heartbeat/crmd" as uid \
500  gid 500 (pid 2306) heartbeat[2287]: 2006/05/25_17:05:16 info: Starting child \
client "/usr/lib/heartbeat/mgmtd -v" (0,0) heartbeat[2307]: 2006/05/25_17:05:16 info: \
Starting "/usr/lib/heartbeat/mgmtd -v" as uid 0  gid 0 (pid 2307) ccm[2301]: \
2006/05/25_17:05:16 debug: Signing in with Heartbeat heartbeat[2287]: \
2006/05/25_17:05:16 debug: APIregistration_dispatch() { heartbeat[2287]: \
2006/05/25_17:05:16 debug: process_registerevent() { heartbeat[2287]: \
2006/05/25_17:05:16 debug: client->gsource = 0x8213a40 heartbeat[2287]: \
2006/05/25_17:05:16 debug: }/*process_registerevent*/; heartbeat[2287]: \
2006/05/25_17:05:16 debug: }/*APIregistration_dispatch*/; heartbeat[2287]: \
2006/05/25_17:05:16 debug: Checking client authorization for client ccm (500:500) \
heartbeat[2287]: 2006/05/25_17:05:16 debug: create_seq_snapshot_table:no missing \
packets found for node nodo01 heartbeat[2287]: 2006/05/25_17:05:16 debug: \
create_seq_snapshot_table:no missing packets found for node nodo02 heartbeat[2287]: \
2006/05/25_17:05:16 debug: Signing on API client 2301 (ccm) heartbeat[2303]: \
2006/05/25_17:05:16 info: Starting "/usr/lib/heartbeat/lrmd" as uid 0  gid 0 (pid \
2303) lrmd[2303]: 2006/05/25_17:05:16 info: G_main_add_SignalHandler: Added signal \
handler for signal 15 lrmd[2303]: 2006/05/25_17:05:16 debug: LRM debug level set to 1
lrmd[2303]: 2006/05/25_17:05:16 info: G_main_add_SignalHandler: Added signal handler \
for signal 17 lrmd[2303]: 2006/05/25_17:05:16 debug: Enabling coredumps
lrmd[2303]: 2006/05/25_17:05:16 info: G_main_add_SignalHandler: Added signal handler \
for signal 10 lrmd[2303]: 2006/05/25_17:05:16 info: G_main_add_SignalHandler: Added \
signal handler for signal 12 lrmd[2303]: 2006/05/25_17:05:16 debug: main: run the \
loop... lrmd[2303]: 2006/05/25_17:05:16 info: Started.
stonithd[2304]: 2006/05/25_17:05:16 info: G_main_add_SignalHandler: Added signal \
handler for signal 10 stonithd[2304]: 2006/05/25_17:05:16 info: \
G_main_add_SignalHandler: Added signal handler for signal 12 stonithd[2304]: \
2006/05/25_17:05:16 debug: pid 2304 locked in memory. heartbeat[2287]: \
2006/05/25_17:05:16 debug: APIregistration_dispatch() { heartbeat[2287]: \
2006/05/25_17:05:16 debug: process_registerevent() { heartbeat[2287]: \
2006/05/25_17:05:16 debug: client->gsource = 0x8215be0 heartbeat[2287]: \
2006/05/25_17:05:16 debug: }/*process_registerevent*/; heartbeat[2287]: \
2006/05/25_17:05:16 debug: }/*APIregistration_dispatch*/; heartbeat[2287]: \
2006/05/25_17:05:16 debug: Checking client authorization for client stonithd (0:0) \
heartbeat[2287]: 2006/05/25_17:05:16 debug: create_seq_snapshot_table:no missing \
packets found for node nodo01 heartbeat[2287]: 2006/05/25_17:05:16 debug: \
create_seq_snapshot_table:no missing packets found for node nodo02 heartbeat[2287]: \
2006/05/25_17:05:16 debug: Signing on API client 2304 (stonithd) stonithd[2304]: \
2006/05/25_17:05:16 info: Signing in with heartbeat. stonithd[2304]: \
2006/05/25_17:05:16 debug: Setting message filter mode ccm[2301]: 2006/05/25_17:05:16 \
info: Hostname: nodo01 mgmtd[2307]: 2006/05/25_17:05:16 info: \
G_main_add_SignalHandler: Added signal handler for signal 15 mgmtd[2307]: \
2006/05/25_17:05:17 debug: Enabling coredumps mgmtd[2307]: 2006/05/25_17:05:17 info: \
G_main_add_SignalHandler: Added signal handler for signal 10 stonithd[2304]: \
2006/05/25_17:05:17 notice: /usr/lib/heartbeat/stonithd start up successfully. \
stonithd[2304]: 2006/05/25_17:05:17 info: G_main_add_SignalHandler: Added signal \
handler for signal 17 mgmtd[2307]: 2006/05/25_17:05:17 info: \
G_main_add_SignalHandler: Added signal handler for signal 12 heartbeat[2287]: \
2006/05/25_17:05:17 debug: APIregistration_dispatch() { heartbeat[2287]: \
2006/05/25_17:05:17 debug: process_registerevent() { heartbeat[2287]: \
2006/05/25_17:05:17 debug: client->gsource = 0x82170f0 heartbeat[2287]: \
2006/05/25_17:05:17 debug: }/*process_registerevent*/; heartbeat[2287]: \
2006/05/25_17:05:17 debug: }/*APIregistration_dispatch*/; heartbeat[2287]: \
2006/05/25_17:05:17 debug: Checking client authorization for client mgmtd (0:0) \
heartbeat[2287]: 2006/05/25_17:05:17 debug: create_seq_snapshot_table:no missing \
packets found for node nodo01 heartbeat[2287]: 2006/05/25_17:05:17 debug: \
create_seq_snapshot_table:no missing packets found for node nodo02 heartbeat[2287]: \
2006/05/25_17:05:17 debug: Signing on API client 2307 (mgmtd) lrmd[2303]: \
2006/05/25_17:05:17 debug: on_msg_register:client mgmtd [2307] registered \
attrd[2305]: 2006/05/25_17:05:17 debug: mask(utils.c:crm_set_env_options): \
HA_use_logd = (null) attrd[2305]: 2006/05/25_17:05:17 debug: \
mask(utils.c:crm_set_env_options): HA_conn_logd_time = 60 mgmtd[2307]: \
2006/05/25_17:05:17 info: init_crm cib[2302]: 2006/05/25_17:05:17 debug: \
mask(utils.c:crm_set_env_options): HA_use_logd = (null) attrd[2305]: \
2006/05/25_17:05:17 info: G_main_add_SignalHandler: Added signal handler for signal \
15 mgmtd[2307]: 2006/05/25_17:05:17 info: login to cib: 0, ret:-10
cib[2302]: 2006/05/25_17:05:17 debug: mask(utils.c:crm_set_env_options): \
HA_conn_logd_time = 60 attrd[2305]: 2006/05/25_17:05:17 debug: \
mask(attrd.c:register_with_ha): Signing in with Heartbeat heartbeat[2287]: \
2006/05/25_17:05:17 debug: APIregistration_dispatch() { heartbeat[2287]: \
2006/05/25_17:05:17 debug: process_registerevent() { heartbeat[2287]: \
2006/05/25_17:05:17 debug: client->gsource = 0x821a280 heartbeat[2287]: \
2006/05/25_17:05:17 debug: }/*process_registerevent*/; heartbeat[2287]: \
2006/05/25_17:05:17 debug: }/*APIregistration_dispatch*/; heartbeat[2287]: \
2006/05/25_17:05:17 debug: Checking client authorization for client attrd (500:500) \
heartbeat[2287]: 2006/05/25_17:05:17 debug: create_seq_snapshot_table:no missing \
packets found for node nodo01 heartbeat[2287]: 2006/05/25_17:05:17 debug: \
create_seq_snapshot_table:no missing packets found for node nodo02 heartbeat[2287]: \
2006/05/25_17:05:17 debug: Signing on API client 2305 (attrd) crmd[2306]: \
2006/05/25_17:05:18 debug: mask(utils.c:crm_set_env_options): HA_use_logd = (null) \
crmd[2306]: 2006/05/25_17:05:18 debug: mask(utils.c:crm_set_env_options): \
HA_conn_logd_time = 60 attrd[2305]: 2006/05/25_17:05:18 info: \
mask(attrd.c:register_with_ha): Hostname: nodo01 ccm[2301]: 2006/05/25_17:05:18 \
debug: node state CCM_STATE_NONE -> CCM_STATE_NONE crmd[2306]: 2006/05/25_17:05:18 \
info: mask(main.c:init_start): Starting crmd cib[2302]: 2006/05/25_17:05:18 info: \
G_main_add_SignalHandler: Added signal handler for signal 15 ccm[2301]: \
2006/05/25_17:05:18 debug: dump current membership attrd[2305]: 2006/05/25_17:05:18 \
info: mask(attrd.c:register_with_ha): UUID: 999293f8-89a9-40a8-9d91-9561df7c6f81 \
crmd[2306]: 2006/05/25_17:05:18 debug: mask(fsa.c:s_crmd_fsa): Processing I_STARTUP: \
[ state=S_STARTING cause=C_STARTUP origin=init_start ] cib[2302]: 2006/05/25_17:05:18 \
info: G_main_add_TriggerHandler: Added signal manual handler ccm[2301]: \
2006/05/25_17:05:18 debug: 	leader=none attrd[2305]: 2006/05/25_17:05:18 debug: \
mask(attrd.c:main): CIB signon attempt 0 crmd[2306]: 2006/05/25_17:05:18 debug: \
actions:trace: 	// A_LOG cib[2302]: 2006/05/25_17:05:18 info: \
G_main_add_SignalHandler: Added signal handler for signal 17 ccm[2301]: \
2006/05/25_17:05:18 debug: 	transition=0 ccm[2301]: 2006/05/25_17:05:18 debug: \
statusĖM_STATE_NONE crmd[2306]: 2006/05/25_17:05:19 debug: actions:trace: 	// \
A_STARTUP cib[2302]: 2006/05/25_17:05:19 info: mask(main.c:cib_register_ha): Signing \
in with Heartbeat heartbeat[2287]: 2006/05/25_17:05:19 debug: \
APIregistration_dispatch() { heartbeat[2287]: 2006/05/25_17:05:19 debug: \
process_registerevent() { heartbeat[2287]: 2006/05/25_17:05:19 debug: client->gsource \
= 0x821d5a8 heartbeat[2287]: 2006/05/25_17:05:19 debug: }/*process_registerevent*/;
heartbeat[2287]: 2006/05/25_17:05:19 debug: }/*APIregistration_dispatch*/;
heartbeat[2287]: 2006/05/25_17:05:19 debug: Checking client authorization for client \
cib (500:500) heartbeat[2287]: 2006/05/25_17:05:19 debug: \
create_seq_snapshot_table:no missing packets found for node nodo01 heartbeat[2287]: \
2006/05/25_17:05:19 debug: create_seq_snapshot_table:no missing packets found for \
node nodo02 heartbeat[2287]: 2006/05/25_17:05:19 debug: Signing on API client 2302 \
(cib) cib[2302]: 2006/05/25_17:05:19 info: mask(main.c:cib_register_ha): FSA \
Hostname: nodo01 ccm[2301]: 2006/05/25_17:05:19 debug: node state CCM_STATE_NONE -> \
CCM_STATE_JOINED attrd[2305]: 2006/05/25_17:05:19 debug: \
mask(ipc.c:init_client_ipc_comms_nodispatch): Could not init comms on: \
/var/run/heartbeat/crm/cib_rw crmd[2306]: 2006/05/25_17:05:19 debug: \
mask(control.c:do_startup): Registering Signal Handlers crmd[2306]: \
2006/05/25_17:05:19 info: G_main_add_SignalHandler: Added signal handler for signal \
15 mgmtd[2307]: 2006/05/25_17:05:19 info: login to cib: 1, ret:-10
ccm[2301]: 2006/05/25_17:05:19 debug: dump current membership
attrd[2305]: 2006/05/25_17:05:19 debug: mask(cib_native.c:cib_native_signon): \
Connection to command channel failed attrd[2305]: 2006/05/25_17:05:19 WARN: \
mask(cib_native.c:cib_native_signon): Connection to CIB failed: connection failed \
attrd[2305]: 2006/05/25_17:05:19 debug: mask(cib_native.c:cib_native_signoff): \
Signing out of the CIB Service ccm[2301]: 2006/05/25_17:05:19 debug: 	leader=nodo01
crmd[2306]: 2006/05/25_17:05:19 info: G_main_add_TriggerHandler: Added signal manual \
handler ccm[2301]: 2006/05/25_17:05:19 debug: 	transition=1
ccm[2301]: 2006/05/25_17:05:19 debug: 	statusĖM_STATE_JOINED
crmd[2306]: 2006/05/25_17:05:19 debug: mask(control.c:do_startup): Init server comms
ccm[2301]: 2006/05/25_17:05:19 debug: 	nodename=nodo01 bornon=1
cib[2302]: 2006/05/25_17:05:19 info: mask(io.c:readCibXmlFile): Reading cluster \
configuration from: /var/lib/heartbeat/crm/cib.xml crmd[2306]: 2006/05/25_17:05:19 \
debug: mask(control.c:do_startup): Creating CIB object crmd[2306]: \
2006/05/25_17:05:19 info: G_main_add_SignalHandler: Added signal handler for signal \
17 cib[2302]: 2006/05/25_17:05:20 debug: mask(io.c:validate_cib_digest): Digest \
comparision passed: 9e294b9ee52e60e50f7baafec21b49ab crmd[2306]: 2006/05/25_17:05:20 \
debug: actions:trace: 	// A_CIB_START ccm[2301]: 2006/05/25_17:05:20 debug: dump \
current membership ccm[2301]: 2006/05/25_17:05:20 debug: 	leader=nodo01
crmd[2306]: 2006/05/25_17:05:20 debug: mask(ipc.c:init_client_ipc_comms_nodispatch): \
Could not init comms on: /var/run/heartbeat/crm/cib_rw crmd[2306]: \
2006/05/25_17:05:20 debug: mask(cib_native.c:cib_native_signon): Connection to \
command channel failed crmd[2306]: 2006/05/25_17:05:20 WARN: \
mask(cib_native.c:cib_native_signon): Connection to CIB failed: connection failed \
crmd[2306]: 2006/05/25_17:05:20 debug: mask(cib_native.c:cib_native_signoff): Signing \
out of the CIB Service ccm[2301]: 2006/05/25_17:05:20 debug: 	transition=1
cib[2302]: 2006/05/25_17:05:20 WARN: mask(xml.c:find_xml_node): Could not find status \
in cib. ccm[2301]: 2006/05/25_17:05:20 debug: 	statusĖM_STATE_JOINED
mgmtd[2307]: 2006/05/25_17:05:20 info: login to cib: 2, ret:-10
cib[2302]: 2006/05/25_17:05:20 info: mask(readCibXmlFile): [on-disk] <cib \
generated="true" admin_epoch="0" have_quorum="false" num_peers="1" \
cib_feature_revision="1.3" epoch="6" num_updates="642" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1"> ccm[2301]: \
2006/05/25_17:05:20 debug: 	nodename=nodo01 bornon=1 ccm[2301]: 2006/05/25_17:05:20 \
info: n_member=1, nodecount=2 ccm[2301]: 2006/05/25_17:05:20 info: Break tie for 2 \
nodes cluster ccm[2301]: 2006/05/25_17:05:20 debug: quorum is 1
cib[2302]: 2006/05/25_17:05:20 info: mask(readCibXmlFile): [on-disk]   \
<configuration> ccm[2301]: 2006/05/25_17:05:20 debug: delivering new membership to 0 \
clients: ccm[2301]: 2006/05/25_17:05:20 info: G_main_add_SignalHandler: Added signal \
handler for signal 15 cib[2302]: 2006/05/25_17:05:20 info: mask(readCibXmlFile): \
[on-disk]     <crm_config/> cib[2302]: 2006/05/25_17:05:20 info: \
mask(readCibXmlFile): [on-disk]     <nodes> cib[2302]: 2006/05/25_17:05:20 info: \
mask(readCibXmlFile): [on-disk]       <node id="999293f8-89a9-40a8-9d91-9561df7c6f81" \
uname="nodo01" type="normal"/> cib[2302]: 2006/05/25_17:05:21 info: \
mask(readCibXmlFile): [on-disk]       <node id="4731e935-2072-47c2-ac31-80a1c2d63bc0" \
uname="nodo02" type="normal"/> cib[2302]: 2006/05/25_17:05:21 info: \
mask(readCibXmlFile): [on-disk]     </nodes> cib[2302]: 2006/05/25_17:05:21 info: \
mask(readCibXmlFile): [on-disk]     <resources> cib[2302]: 2006/05/25_17:05:21 info: \
mask(readCibXmlFile): [on-disk]       <primitive id="ipaddr01" class="ocf" \
provider="heartbeat" type="IPaddr"> cib[2302]: 2006/05/25_17:05:21 info: \
mask(readCibXmlFile): [on-disk]         <operations> cib[2302]: 2006/05/25_17:05:21 \
info: mask(readCibXmlFile): [on-disk]           <op id="ipaddr01_op_monitor" \
interval="5s" name="monitor" timeout="5s"/> cib[2302]: 2006/05/25_17:05:21 info: \
mask(readCibXmlFile): [on-disk]         </operations> cib[2302]: 2006/05/25_17:05:21 \
info: mask(readCibXmlFile): [on-disk]         <instance_attributes> cib[2302]: \
2006/05/25_17:05:21 info: mask(readCibXmlFile): [on-disk]           <attributes> \
crmd[2306]: 2006/05/25_17:05:21 debug: mask(ipc.c:init_client_ipc_comms_nodispatch): \
Could not init comms on: /var/run/heartbeat/crm/cib_rw cib[2302]: 2006/05/25_17:05:21 \
info: mask(readCibXmlFile): [on-disk]             <nvpair id="ipaddr01_att_ip" \
name="ip" value="10.156.64.138"/> crmd[2306]: 2006/05/25_17:05:21 debug: \
mask(cib_native.c:cib_native_signon): Connection to command channel failed cib[2302]: \
2006/05/25_17:05:21 info: mask(readCibXmlFile): [on-disk]             <nvpair \
id="ipaddr01_att_netmask" name="netmask" value="23"/> attrd[2305]: \
2006/05/25_17:05:21 debug: mask(attrd.c:main): CIB signon attempt 1 mgmtd[2307]: \
2006/05/25_17:05:21 info: login to cib: 3, ret:-10 crmd[2306]: 2006/05/25_17:05:22 \
WARN: mask(cib_native.c:cib_native_signon): Connection to CIB failed: connection \
failed cib[2302]: 2006/05/25_17:05:22 info: mask(readCibXmlFile): [on-disk]           \
<nvpair id="ipaddr01_att_nic" name="nic" value="eth0"/> attrd[2305]: \
2006/05/25_17:05:22 debug: mask(ipc.c:init_client_ipc_comms_nodispatch): Could not \
init comms on: /var/run/heartbeat/crm/cib_rw ccm[2301]: 2006/05/25_17:05:22 debug: \
recv msg hbapi-clstat from nodo01, status:join crmd[2306]: 2006/05/25_17:05:22 debug: \
mask(cib_native.c:cib_native_signoff): Signing out of the CIB Service cib[2302]: \
2006/05/25_17:05:22 info: mask(readCibXmlFile): [on-disk]           </attributes> \
attrd[2305]: 2006/05/25_17:05:22 debug: mask(cib_native.c:cib_native_signon): \
Connection to command channel failed crmd[2306]: 2006/05/25_17:05:22 debug: \
mask(cib.c:do_cib_control): Could not connect to the CIB service cib[2302]: \
2006/05/25_17:05:22 info: mask(readCibXmlFile): [on-disk]         \
</instance_attributes> attrd[2305]: 2006/05/25_17:05:22 WARN: \
mask(cib_native.c:cib_native_signon): Connection to CIB failed: connection failed \
crmd[2306]: 2006/05/25_17:05:22 WARN: mask(cib.c:do_cib_control): Couldn't complete \
CIB registration 1 times... pause and retry cib[2302]: 2006/05/25_17:05:23 info: \
mask(readCibXmlFile): [on-disk]       </primitive> ccm[2301]: 2006/05/25_17:05:23 \
WARN: ccm_state_joined: received message with unknown cookie, just dropping \
attrd[2305]: 2006/05/25_17:05:23 debug: mask(cib_native.c:cib_native_signoff): \
Signing out of the CIB Service crmd[2306]: 2006/05/25_17:05:23 debug: \
mask(utils.c:crm_timer_start): Started Wait Timer (I_NULL:500ms), src=5 crmd[2306]: \
2006/05/25_17:05:23 debug: mask(messages.c:register_fsa_input_adv): Stalling the FSA \
pending further input: cause=C_FSA_INTERNAL cib[2302]: 2006/05/25_17:05:23 info: \
mask(readCibXmlFile): [on-disk]     </resources> crmd[2306]: 2006/05/25_17:05:23 \
debug: mask(fsa.c:s_crmd_fsa): Exiting the FSA: queue=0, \
fsa_actions=0x180021000000006, stalled=true mgmtd[2307]: 2006/05/25_17:05:23 info: \
login to cib: 4, ret:-10 cib[2302]: 2006/05/25_17:05:23 info: mask(readCibXmlFile): \
[on-disk]     <constraints/> crmd[2306]: 2006/05/25_17:05:23 info: \
mask(main.c:init_start): Starting crmd's mainloop cib[2302]: 2006/05/25_17:05:23 \
info: mask(readCibXmlFile): [on-disk]   </configuration> crmd[2306]: \
2006/05/25_17:05:23 info: mask(utils.c:crm_timer_popped): Wait Timer (I_NULL) just \
popped! cib[2302]: 2006/05/25_17:05:23 info: mask(readCibXmlFile): [on-disk]   \
<status/> crmd[2306]: 2006/05/25_17:05:23 debug: mask(utils.c:crm_timer_stop): \
Stopping Wait Timer (I_NULL:500ms), src=5 cib[2302]: 2006/05/25_17:05:23 info: \
mask(readCibXmlFile): [on-disk] </cib> crmd[2306]: 2006/05/25_17:05:24 debug: \
actions:trace: 	// A_CIB_START cib[2302]: 2006/05/25_17:05:24 debug: \
mask(io.c:set_transition): CCM transition: old=1, new=(null) crmd[2306]: \
2006/05/25_17:05:24 debug: mask(ipc.c:init_client_ipc_comms_nodispatch): Could not \
init comms on: /var/run/heartbeat/crm/cib_rw cib[2302]: 2006/05/25_17:05:24 debug: \
mask(io.c:initializeCib): Counters updated crmd[2306]: 2006/05/25_17:05:24 debug: \
mask(cib_native.c:cib_native_signon): Connection to command channel failed cib[2302]: \
2006/05/25_17:05:24 info: mask(main.c:startCib): CIB Initialization completed \
successfully crmd[2306]: 2006/05/25_17:05:24 WARN: \
mask(cib_native.c:cib_native_signon): Connection to CIB failed: connection failed \
crmd[2306]: 2006/05/25_17:05:24 debug: mask(cib_native.c:cib_native_signoff): Signing \
out of the CIB Service mgmtd[2307]: 2006/05/25_17:05:24 info: login to cib failed
mgmtd[2307]: 2006/05/25_17:05:24 ERROR: Can't initialize management library.Shutting \
down.(-1) heartbeat[2287]: 2006/05/25_17:05:24 WARN: Exiting /usr/lib/heartbeat/mgmtd \
-v process 2307 returned rc 1. heartbeat[2287]: 2006/05/25_17:05:24 debug: \
G_remove_client(pid#07, reason='died' gsource=0x82170f0) { heartbeat[2287]: \
2006/05/25_17:05:24 debug: api_remove_client_int: removing pid [2307] reason: died \
heartbeat[2287]: 2006/05/25_17:05:24 debug: api_send_client: client 2307 died \
heartbeat[2287]: 2006/05/25_17:05:24 debug: }/*G_remove_client;*/ heartbeat[2287]: \
2006/05/25_17:05:24 ERROR: Client /usr/lib/heartbeat/mgmtd -v exited with return code \
1. heartbeat[2287]: 2006/05/25_17:05:24 ERROR: Respawning client \
"/usr/lib/heartbeat/mgmtd -v": heartbeat[2287]: 2006/05/25_17:05:24 info: Starting \
child client "/usr/lib/heartbeat/mgmtd -v" (0,0) lrmd[2303]: 2006/05/25_17:05:24 \
debug: on_receive_cmd: the IPC to client [pid:2307] disconnected. cib[2302]: \
2006/05/25_17:05:24 info: mask(main.c:init_start): Starting cib mainloop lrmd[2303]: \
2006/05/25_17:05:24 debug: unregister_client: client mgmtd [pid:2307] is unregistered \
cib[2302]: 2006/05/25_17:05:24 info: mem_handle_event: Got an event \
OC_EV_MS_NEW_MEMBERSHIP from ccm cib[2302]: 2006/05/25_17:05:25 info: \
mem_handle_event: instance=1, nodes=1, new=1, lost=0, n_idx=0, new_idx=0, old_idx=3 \
cib[2302]: 2006/05/25_17:05:25 debug: mask(callbacks.c:cib_ccm_msg_callback): Process \
CCM event=NEW MEMBERSHIP (id=1) cib[2302]: 2006/05/25_17:05:25 debug: \
mask(io.c:set_transition): CCM transition: old=(null), new=1 cib[2302]: \
2006/05/25_17:05:25 debug: mask(callbacks.c:cib_ccm_msg_callback): Quorum \
(re)attained after event=NEW MEMBERSHIP (id=1) attrd[2305]: 2006/05/25_17:05:25 \
debug: mask(attrd.c:main): CIB signon attempt 2 cib[2302]: 2006/05/25_17:05:25 info: \
mask(callbacks.c:cib_ccm_msg_callback): New peer: nodo01 cib[2302]: \
2006/05/25_17:05:25 debug: mask(io.c:set_connected_peers): We now have 0 active peers \
heartbeat[2308]: 2006/05/25_17:05:25 info: Starting "/usr/lib/heartbeat/mgmtd -v" as \
uid 0  gid 0 (pid 2308) cib[2302]: 2006/05/25_17:05:25 info: \
mask(callbacks.c:cib_client_status_callback): Status update: Client nodo01/cib now \
has status [join] cib[2302]: 2006/05/25_17:05:25 debug: \
mask(io.c:set_connected_peers): We now have 1 active peers cib[2302]: \
2006/05/25_17:05:25 info: mask(callbacks.c:cib_client_status_callback): Status \
update: Client nodo01/cib now has status [online] cib[2309]: 2006/05/25_17:05:25 \
debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
9e294b9ee52e60e50f7baafec21b49ab cib[2309]: 2006/05/25_17:05:25 info: \
mask(io.c:write_cib_contents): Wrote version 0.6.642 of the CIB to disk (digest: \
845331f2957167512c1f2cdc15e31be0) attrd[2305]: 2006/05/25_17:05:26 debug: \
mask(cib_native.c:cib_native_signon): Connection to CIB successful crmd[2306]: \
2006/05/25_17:05:26 debug: mask(cib_native.c:cib_native_signon): Connection to CIB \
successful mgmtd[2308]: 2006/05/25_17:05:26 info: G_main_add_SignalHandler: Added \
signal handler for signal 15 crmd[2306]: 2006/05/25_17:05:26 info: \
mask(cib.c:do_cib_control): CIB connection established cib[2302]: 2006/05/25_17:05:26 \
info: mask(callbacks.c:cib_null_callback): Setting cib_refresh_notify callbacks for \
crmd: on mgmtd[2308]: 2006/05/25_17:05:26 debug: Enabling coredumps
crmd[2306]: 2006/05/25_17:05:26 debug: actions:trace: 	// A_HA_CONNECT
cib[2302]: 2006/05/25_17:05:26 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_query op from 2306 mgmtd[2308]: 2006/05/25_17:05:26 \
info: G_main_add_SignalHandler: Added signal handler for signal 10 crmd[2306]: \
2006/05/25_17:05:26 debug: mask(control.c:register_with_ha): Signing in with \
Heartbeat heartbeat[2287]: 2006/05/25_17:05:26 debug: APIregistration_dispatch() {
heartbeat[2287]: 2006/05/25_17:05:26 debug: process_registerevent() {
heartbeat[2287]: 2006/05/25_17:05:26 debug: client->gsource = 0x822a528
heartbeat[2287]: 2006/05/25_17:05:26 debug: }/*process_registerevent*/;
heartbeat[2287]: 2006/05/25_17:05:26 debug: }/*APIregistration_dispatch*/;
heartbeat[2287]: 2006/05/25_17:05:26 debug: Checking client authorization for client \
crmd (500:500) heartbeat[2287]: 2006/05/25_17:05:26 debug: \
create_seq_snapshot_table:no missing packets found for node nodo01 heartbeat[2287]: \
2006/05/25_17:05:26 debug: create_seq_snapshot_table:no missing packets found for \
node nodo02 heartbeat[2287]: 2006/05/25_17:05:26 debug: Signing on API client 2306 \
(crmd) mgmtd[2308]: 2006/05/25_17:05:26 info: G_main_add_SignalHandler: Added signal \
handler for signal 12 heartbeat[2287]: 2006/05/25_17:05:26 debug: \
APIregistration_dispatch() { heartbeat[2287]: 2006/05/25_17:05:26 debug: \
process_registerevent() { heartbeat[2287]: 2006/05/25_17:05:26 debug: client->gsource \
= 0x822a728 heartbeat[2287]: 2006/05/25_17:05:26 debug: }/*process_registerevent*/;
heartbeat[2287]: 2006/05/25_17:05:26 debug: }/*APIregistration_dispatch*/;
heartbeat[2287]: 2006/05/25_17:05:26 debug: Checking client authorization for client \
mgmtd (0:0) heartbeat[2287]: 2006/05/25_17:05:26 debug: create_seq_snapshot_table:no \
missing packets found for node nodo01 heartbeat[2287]: 2006/05/25_17:05:26 debug: \
create_seq_snapshot_table:no missing packets found for node nodo02 heartbeat[2287]: \
2006/05/25_17:05:26 debug: Signing on API client 2308 (mgmtd) crmd[2306]: \
2006/05/25_17:05:26 info: mask(control.c:register_with_ha): Hostname: nodo01 \
lrmd[2303]: 2006/05/25_17:05:26 debug: on_msg_register:client mgmtd [2308] registered \
mgmtd[2308]: 2006/05/25_17:05:26 info: init_crm cib[2302]: 2006/05/25_17:05:27 info: \
mask(callbacks.c:cib_null_callback): Setting cib_diff_notify callbacks for mgmtd: on \
crmd[2306]: 2006/05/25_17:05:27 info: mask(control.c:register_with_ha): UUID: \
999293f8-89a9-40a8-9d91-9561df7c6f81 crmd[2306]: 2006/05/25_17:05:27 info: \
mask(control.c:populate_cib_nodes): Requesting the list of configured nodes \
attrd[2305]: 2006/05/25_17:05:28 info: mask(attrd.c:main): Starting mainloop... \
crmd[2306]: 2006/05/25_17:05:28 notice: mask(control.c:populate_cib_nodes): Node: \
nodo02 (uuid: 4731e935-2072-47c2-ac31-80a1c2d63bc0) crmd[2306]: 2006/05/25_17:05:28 \
notice: mask(control.c:populate_cib_nodes): Node: nodo01 (uuid: \
999293f8-89a9-40a8-9d91-9561df7c6f81) crmd[2306]: 2006/05/25_17:05:28 info: \
mask(control.c:do_ha_control): Connected to Heartbeat crmd[2306]: 2006/05/25_17:05:28 \
debug: actions:trace: 	// A_READCONFIG crmd[2306]: 2006/05/25_17:05:28 debug: \
mask(control.c:do_read_config): HA_initdead = 30000ms crmd[2306]: 2006/05/25_17:05:28 \
debug: actions:trace: 	// A_LRM_CONNECT crmd[2306]: 2006/05/25_17:05:28 debug: \
mask(lrm.c:do_lrm_control): Connecting to the LRM cib[2302]: 2006/05/25_17:05:28 \
debug: mask(callbacks.c:cib_process_request): Processing locally scoped cib_update op \
from 2306 cib[2302]: 2006/05/25_17:05:29 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_query op from \
2306 lrmd[2303]: 2006/05/25_17:05:29 debug: on_msg_register:client crmd [2306] \
registered cib[2310]: 2006/05/25_17:05:29 debug: mask(io.c:validate_cib_digest): \
Digest comparision passed: 845331f2957167512c1f2cdc15e31be0 crmd[2306]: \
2006/05/25_17:05:30 debug: mask(lrm.c:do_lrm_control): LRM connection established \
cib[2310]: 2006/05/25_17:05:30 info: mask(io.c:write_cib_contents): Wrote version \
0.6.642 of the CIB to disk (digest: 48c380581bb788ff4354447eaee00f4e) crmd[2306]: \
2006/05/25_17:05:30 debug: actions:trace: 	// A_CCM_CONNECT crmd[2306]: \
2006/05/25_17:05:31 info: mask(ccm.c:do_ccm_control): CCM connection established... \
waiting for first callback crmd[2306]: 2006/05/25_17:05:31 debug: actions:trace: 	// \
A_STARTED crmd[2306]: 2006/05/25_17:05:31 info: mask(control.c:do_started): Delaying \
start, CCM (0000000000100000) not connected crmd[2306]: 2006/05/25_17:05:31 debug: \
mask(messages.c:register_fsa_input_adv): Stalling the FSA pending further input: \
cause=C_FSA_INTERNAL crmd[2306]: 2006/05/25_17:05:31 debug: mask(fsa.c:s_crmd_fsa): \
Exiting the FSA: queue=0, fsa_actions=0x2, stalled=true crmd[2306]: \
2006/05/25_17:05:32 debug: mask(utils.c:fsa_dump_inputs): Added input: \
0000000000000100 (R_CIB_CONNECTED) crmd[2306]: 2006/05/25_17:05:32 debug: \
mask(utils.c:fsa_dump_inputs): Added input: 0000000000000800 (R_LRM_CONNECTED) \
crmd[2306]: 2006/05/25_17:05:32 debug: mask(control.c:config_query_callback): Call 4 \
: Parsing CIB options crmd[2306]: 2006/05/25_17:05:33 notice: \
mask(callbacks.c:crmd_client_status_callback): Status update: Client nodo01/crmd now \
has status [online] mgmtd[2308]: 2006/05/25_17:05:33 debug: main: run the loop...
crmd[2306]: 2006/05/25_17:05:33 info: mask(callbacks.c:crmd_client_status_callback): \
Uncaching UUID for nodo01 mgmtd[2308]: 2006/05/25_17:05:33 info: Started.
crmd[2306]: 2006/05/25_17:05:33 notice: \
mask(callbacks.c:crmd_client_status_callback): Status update: Client nodo01/crmd now \
has status [online] crmd[2306]: 2006/05/25_17:05:33 info: \
mask(callbacks.c:crmd_client_status_callback): Uncaching UUID for nodo01 cib[2302]: \
2006/05/25_17:05:33 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_update op from 2306 cib[2302]: 2006/05/25_17:05:33 info: \
mask(notify.c:cib_diff_notify): Local-only Change (client:2306, call: 5): 0.6.642 \
(ok) cib[2302]: 2006/05/25_17:05:33 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_update op from 2306 mgmtd[2308]: 2006/05/25_17:05:33 \
debug: update cib finished crmd[2306]: 2006/05/25_17:05:33 info: mem_handle_event: \
Got an event OC_EV_MS_NEW_MEMBERSHIP from ccm cib[2311]: 2006/05/25_17:05:33 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
48c380581bb788ff4354447eaee00f4e crmd[2306]: 2006/05/25_17:05:33 info: \
mem_handle_event: instance=1, nodes=1, new=1, lost=0, n_idx=0, new_idx=0, old_idx=3 \
crmd[2306]: 2006/05/25_17:05:33 info: mask(callbacks.c:crmd_ccm_msg_callback): Quorum \
(re)attained after event=NEW MEMBERSHIP (id=1) crmd[2306]: 2006/05/25_17:05:34 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_CCM_EVENT: [ state=S_STARTING \
cause=C_CCM_CALLBACK origin=crmd_ccm_msg_callback ] cib[2311]: 2006/05/25_17:05:34 \
info: mask(io.c:write_cib_contents): Wrote version 0.6.642 of the CIB to disk \
(digest: d4c22766448a830ef75c544e8f58f3f1) crmd[2306]: 2006/05/25_17:05:34 debug: \
actions:trace: 	// A_CCM_UPDATE_CACHE cib[2312]: 2006/05/25_17:05:34 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
d4c22766448a830ef75c544e8f58f3f1 crmd[2306]: 2006/05/25_17:05:34 debug: \
actions:trace: 	// A_CCM_EVENT cib[2302]: 2006/05/25_17:05:34 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_update op from \
2306 crmd[2306]: 2006/05/25_17:05:34 info: mask(ccm.c:ccm_event_detail): NEW \
MEMBERSHIP: trans=1, nodes=1, new=1, lost=0 n_idx=0, new_idx=0, old_idx=3 crmd[2306]: \
2006/05/25_17:05:34 info: mask(ccm.c:ccm_event_detail): 	CURRENT: nodo01 [nodeid=0, \
born=1] cib[2302]: 2006/05/25_17:05:34 info: mask(notify.c:cib_diff_notify): \
Local-only Change (client:2306, call: 7): 0.6.642 (ok) crmd[2306]: \
2006/05/25_17:05:34 info: mask(ccm.c:ccm_event_detail): 	NEW:     nodo01 [nodeid=0, \
born=1] cib[2312]: 2006/05/25_17:05:34 info: mask(io.c:write_cib_contents): Wrote \
version 0.6.642 of the CIB to disk (digest: 2eeda3abb728423532fa7c1af0ebcc2c) \
mgmtd[2308]: 2006/05/25_17:05:34 debug: update cib finished crmd[2306]: \
2006/05/25_17:05:34 debug: actions:trace: 	// A_STARTED cib[2313]: \
2006/05/25_17:05:34 debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
2eeda3abb728423532fa7c1af0ebcc2c crmd[2306]: 2006/05/25_17:05:34 info: \
mask(control.c:do_started): The local CRM is operational cib[2313]: \
2006/05/25_17:05:35 info: mask(io.c:write_cib_contents): Wrote version 0.6.642 of the \
CIB to disk (digest: 2eeda3abb728423532fa7c1af0ebcc2c) crmd[2306]: \
2006/05/25_17:05:35 debug: mask(fsa.c:s_crmd_fsa): Processing I_PENDING: [ \
state=S_STARTING cause=C_CCM_CALLBACK origin=do_started ] crmd[2306]: \
2006/05/25_17:05:35 debug: actions:trace: 	// A_LOG crmd[2306]: 2006/05/25_17:05:35 \
info: mask(fsa.c:do_state_transition): nodo01: State transition S_STARTING -> \
S_PENDING [ input=I_PENDING cause=C_CCM_CALLBACK origin=do_started ] crmd[2306]: \
2006/05/25_17:05:35 info: mask(utils.c:update_dc): Set DC to <null> (<null>) \
cib[2302]: 2006/05/25_17:05:35 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_slave op from 2306 crmd[2306]: 2006/05/25_17:05:35 \
debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:05:35 \
debug: actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:05:35 \
debug: actions:trace: 	// A_CL_JOIN_QUERY crmd[2306]: 2006/05/25_17:05:36 debug: \
mask(join_client.c:do_cl_join_query): Querying for a DC crmd[2306]: \
2006/05/25_17:05:36 debug: actions:trace: 	// A_DC_TIMER_START crmd[2306]: \
2006/05/25_17:05:36 debug: mask(utils.c:crm_timer_start): Started Election Trigger \
(I_DC_TIMEOUT:15000ms), src crmd[2306]: 2006/05/25_17:05:36 debug: \
mask(utils.c:fsa_dump_inputs): Added input: 0000000000100000 (R_CCM_DATA) crmd[2306]: \
2006/05/25_17:05:36 debug: mask(ccm.c:ccm_node_update_complete): Node update 7 \
complete crmd[2306]: 2006/05/25_17:05:51 info: mask(utils.c:crm_timer_popped): \
Election Trigger (I_DC_TIMEOUT) just popped! crmd[2306]: 2006/05/25_17:05:51 debug: \
mask(utils.c:crm_timer_stop): Stopping Election Trigger (I_DC_TIMEOUT:15000ms), src \
crmd[2306]: 2006/05/25_17:05:51 debug: mask(fsa.c:s_crmd_fsa): Processing \
I_DC_TIMEOUT: [ state=S_PENDING cause=C_TIMER_POPPED origin=crm_timer_popped ] \
crmd[2306]: 2006/05/25_17:05:51 debug: actions:trace: 	// A_WARN crmd[2306]: \
2006/05/25_17:05:51 WARN: mask(misc.c:do_log): [[FSA]] Input I_DC_TIMEOUT from \
crm_timer_popped() received in state (S_PENDING) crmd[2306]: 2006/05/25_17:05:51 \
info: mask(fsa.c:do_state_transition): nodo01: State transition S_PENDING -> \
S_ELECTION [ input=I_DC_TIMEOUT cause=C_TIMER_POPPED origin=crm_timer_popped ] \
crmd[2306]: 2006/05/25_17:05:51 info: mask(utils.c:update_dc): Set DC to <null> \
(<null>) crmd[2306]: 2006/05/25_17:05:51 debug: actions:trace: 	// A_DC_TIMER_STOP
crmd[2306]: 2006/05/25_17:05:51 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP
crmd[2306]: 2006/05/25_17:05:51 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP
crmd[2306]: 2006/05/25_17:05:51 debug: actions:trace: 	// A_ELECTION_VOTE
crmd[2306]: 2006/05/25_17:05:51 debug: mask(utils.c:crm_timer_start): Started \
Election Timeout (I_ELECTION_DC:120000ms), src crmd[2306]: 2006/05/25_17:05:51 \
debug: actions:trace: 	// A_ELECTION_COUNT crmd[2306]: 2006/05/25_17:05:51 debug: \
mask(election.c:do_election_count_vote): Created voted hash crmd[2306]: \
2006/05/25_17:05:51 debug: mask(election.c:do_election_count_vote): Election owner: \
999293f8-89a9-40a8-9d91-9561df7c6f81 crmd[2306]: 2006/05/25_17:05:52 info: \
mask(election.c:do_election_count_vote): Updated voted hash for nodo01 to vote \
crmd[2306]: 2006/05/25_17:05:52 info: mask(election.c:do_election_count_vote): \
Election ignore: our vote (nodo01) crmd[2306]: 2006/05/25_17:05:52 debug: \
actions:trace: 	// A_ELECTION_CHECK crmd[2306]: 2006/05/25_17:05:52 debug: \
mask(utils.c:crm_timer_stop): Stopping Election Timeout (I_ELECTION_DC:120000ms), \
src crmd[2306]: 2006/05/25_17:05:52 debug: mask(election.c:do_election_check): \
Destroying voted hash crmd[2306]: 2006/05/25_17:05:52 debug: mask(fsa.c:s_crmd_fsa): \
Processing I_ELECTION_DC: [ state=S_ELECTION cause=C_FSA_INTERNAL \
origin=do_election_check ] crmd[2306]: 2006/05/25_17:05:52 debug: actions:trace: 	// \
A_LOG crmd[2306]: 2006/05/25_17:05:52 info: mask(fsa.c:do_state_transition): nodo01: \
State transition S_ELECTION -> S_INTEGRATION [ input=I_ELECTION_DC \
cause=C_FSA_INTERNAL origin=do_election_check ] crmd[2306]: 2006/05/25_17:05:52 \
debug: actions:trace: 	// A_TE_START crmd[2306]: 2006/05/25_17:05:52 info: \
mask(subsystems.c:start_subsystem): Starting sub-system "tengine" crmd[2317]: \
2006/05/25_17:05:52 debug: mask(subsystems.c:start_subsystem): Executing \
"/usr/lib/heartbeat/tengine (null)" (pid 2317) crmd[2306]: 2006/05/25_17:05:52 debug: \
actions:trace: 	// A_PE_START crmd[2306]: 2006/05/25_17:05:52 info: \
mask(subsystems.c:start_subsystem): Starting sub-system "pengine" crmd[2318]: \
2006/05/25_17:05:52 debug: mask(subsystems.c:start_subsystem): Executing \
"/usr/lib/heartbeat/pengine (null)" (pid 2318) crmd[2306]: 2006/05/25_17:05:53 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:05:53 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_START crmd[2306]: 2006/05/25_17:05:53 debug: \
mask(utils.c:crm_timer_start): Started Integration Timer (I_INTEGRATED:180000ms), \
src tengine[2317]: 2006/05/25_17:05:53 debug: mask(utils.c:crm_set_env_options): \
HA_use_logd = (null) crmd[2306]: 2006/05/25_17:05:53 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP tengine[2317]: 2006/05/25_17:05:53 debug: \
mask(utils.c:crm_set_env_options): HA_conn_logd_time = 60 crmd[2306]: \
2006/05/25_17:05:53 debug: actions:trace: 	// A_DC_TAKEOVER tengine[2317]: \
2006/05/25_17:05:53 info: G_main_add_SignalHandler: Added signal handler for signal \
15 pengine[2318]: 2006/05/25_17:05:53 debug: mask(utils.c:crm_set_env_options): \
HA_use_logd = (null) crmd[2306]: 2006/05/25_17:05:53 info: \
mask(election.c:do_dc_takeover): Taking over DC status for this partition \
tengine[2317]: 2006/05/25_17:05:53 info: G_main_add_TriggerHandler: Added signal \
manual handler pengine[2318]: 2006/05/25_17:05:53 debug: \
mask(utils.c:crm_set_env_options): HA_conn_logd_time = 60 crmd[2306]: \
2006/05/25_17:05:53 debug: actions:trace: 	// A_DC_JOIN_OFFER_ALL cib[2302]: \
2006/05/25_17:05:53 debug: mask(callbacks.c:cib_process_request): cib_slave_all op \
from 2306 needs to be forwarded to the master instance pengine[2318]: \
2006/05/25_17:05:53 info: G_main_add_SignalHandler: Added signal handler for signal \
15 crmd[2306]: 2006/05/25_17:05:53 debug: mask(join_dc.c:initialize_join): join-1: \
Initializing join data (flag=true) cib[2302]: 2006/05/25_17:05:53 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_master op from \
2306 pengine[2318]: 2006/05/25_17:05:54 debug: mask(main.c:main): \
HA_record_pengine_inputs = on crmd[2306]: 2006/05/25_17:05:54 info: \
mask(utils.c:update_dc): Set DC to <null> (<null>) cib[2302]: 2006/05/25_17:05:54 \
info: mask(messages.c:cib_process_readwrite): We are now in R/W mode pengine[2318]: \
2006/05/25_17:05:54 info: mask(main.c:init_start): Starting pengine crmd[2306]: \
2006/05/25_17:05:54 debug: mask(join_dc.c:join_make_offer): join-1: Sending offer to \
nodo01 cib[2302]: 2006/05/25_17:05:54 debug: mask(callbacks.c:cib_process_request): \
Processing master cib_update op locally from 2306 crmd[2306]: 2006/05/25_17:05:54 \
info: mask(join_dc.c:do_dc_join_offer_all): join-1: Waiting on 1 outstanding join \
acks cib[2302]: 2006/05/25_17:05:54 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:11): 0.6.642 -> 0.6.643 (ok) crmd[2306]: 2006/05/25_17:05:54 \
debug: mask(utils.c:fsa_dump_inputs): Added input: 0000000000000001 (R_THE_DC) \
cib[2302]: 2006/05/25_17:05:54 debug: mask(cib:diff): - <cib num_updates="642"/> \
mgmtd[2308]: 2006/05/25_17:05:54 debug: update cib finished crmd[2306]: \
2006/05/25_17:05:54 debug: mask(utils.c:fsa_dump_inputs): Added input: \
0000000000000010 (R_JOIN_OK) cib[2302]: 2006/05/25_17:05:54 debug: mask(cib:diff): + \
<cib num_updates="643"/> crmd[2306]: 2006/05/25_17:05:55 debug: \
mask(utils.c:fsa_dump_inputs): Added input: 0000000000000080 (R_INVOKE_PE) cib[2302]: \
2006/05/25_17:05:55 debug: mask(callbacks.c:cib_process_request): Sending update diff \
0.6.642 -> 0.6.643 crmd[2306]: 2006/05/25_17:05:55 debug: \
mask(utils.c:fsa_dump_inputs): Added input: 0000000000002000 (R_PE_REQUIRED) \
cib[2302]: 2006/05/25_17:05:55 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_slave_all message 68 from ourselves crmd[2306]: 2006/05/25_17:05:55 debug: \
mask(utils.c:fsa_dump_inputs): Added input: 0000000000004000 (R_TE_REQUIRED) \
cib[2302]: 2006/05/25_17:05:55 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 6b from ourselves crmd[2306]: 2006/05/25_17:05:55 debug: \
mask(messages.c:handle_request): Raising I_JOIN_OFFER: join-1 cib[2302]: \
2006/05/25_17:05:55 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_update op from 2306 crmd[2306]: 2006/05/25_17:05:55 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_JOIN_OFFER: [ state=S_INTEGRATION \
cause=C_HA_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:05:55 debug: \
actions:trace: 	// A_CL_JOIN_REQUEST crmd[2306]: 2006/05/25_17:05:55 debug: \
mask(join_client.c:do_cl_join_offer_respond): Accepting join offer: join-1 cib[2302]: \
2006/05/25_17:05:55 info: mask(notify.c:cib_diff_notify): Update (client: 2306, \
call:12): 0.6.643 -> 0.6.644 (ok) crmd[2306]: 2006/05/25_17:05:55 info: \
mask(utils.c:update_dc): Set DC to nodo01 (1.0.5) cib[2302]: 2006/05/25_17:05:56 \
debug: mask(cib:diff): - <cib num_updates="643"/> mgmtd[2308]: 2006/05/25_17:05:56 \
debug: update cib finished crmd[2306]: 2006/05/25_17:05:56 debug: \
mask(join_client.c:do_cl_join_offer_respond): Registered join query callback: 13 \
cib[2302]: 2006/05/25_17:05:56 debug: mask(cib:diff): + <cib num_updates="644"> \
crmd[2306]: 2006/05/25_17:05:56 debug: mask(join_client.c:do_cl_join_offer_respond): \
do_cl_join_offer_respond added action A_DC_TIMER_STOP to the FSA cib[2302]: \
2006/05/25_17:05:56 debug: mask(cib:diff): +   <status> crmd[2306]: \
2006/05/25_17:05:56 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:05:56 debug: mask(cib:diff): +     <node_state join="pending" \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2302]: 2006/05/25_17:05:56 debug: \
mask(cib:diff): +   </status> cib[2302]: 2006/05/25_17:05:56 debug: mask(cib:diff): + \
</cib> cib[2302]: 2006/05/25_17:05:56 debug: mask(callbacks.c:cib_process_request): \
Sending update diff 0.6.643 -> 0.6.644 crmd[2306]: 2006/05/25_17:05:56 debug: \
mask(ccm.c:ccm_node_update_complete): Node update 12 complete cib[2302]: \
2006/05/25_17:05:56 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 cib[2302]: 2006/05/25_17:05:56 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 6e from \
ourselves cib[2319]: 2006/05/25_17:05:56 debug: mask(io.c:validate_cib_digest): \
Digest comparision passed: 2eeda3abb728423532fa7c1af0ebcc2c crmd[2306]: \
2006/05/25_17:05:56 debug: mask(join_client.c:join_query_callback): Respond to join \
offer join-1 tengine[2317]: 2006/05/25_17:05:56 debug: \
mask(cib_native.c:cib_native_signon): Connection to CIB successful cib[2319]: \
2006/05/25_17:05:56 info: mask(io.c:write_cib_contents): Wrote version 0.6.644 of the \
CIB to disk (digest: 61d069627c822f0415b56c4abcc98423) crmd[2306]: \
2006/05/25_17:05:56 debug: mask(join_client.c:join_query_callback): Acknowledging \
nodo01 as our DC stonithd[2304]: 2006/05/25_17:05:57 debug: get_exist_client_by_chan: \
client_list == NULL cib[2302]: 2006/05/25_17:05:57 info: \
mask(callbacks.c:cib_null_callback): Setting cib_diff_notify callbacks for tengine: \
on stonithd[2304]: 2006/05/25_17:05:57 debug: client tengine (pid#17) succeeded to \
signon to stonithd. cib[2302]: 2006/05/25_17:05:57 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD was delayed 160 ms before being called (GSource: 0x8cc4c20) \
tengine[2317]: 2006/05/25_17:05:57 info: mask(main.c:init_start): Registering TE \
UUID: 225cac89-ffa1-4579-83f6-363711860f0f cib[2302]: 2006/05/25_17:05:57 info: \
G_SIG_dispatch: started at 2929591 should have started at 2929575 tengine[2317]: \
2006/05/25_17:05:57 info: mask(utils.c:set_graph_functions): Setting custom graph \
functions cib[2302]: 2006/05/25_17:05:57 WARN: G_SIG_dispatch: Dispatch function for \
SIGCHLD took too long to execute: 170 ms (GSource: 0x8cc4c20) crmd[2306]: \
2006/05/25_17:05:57 debug: mask(fsa.c:s_crmd_fsa): Processing I_JOIN_REQUEST: [ \
state=S_INTEGRATION cause=C_HA_MESSAGE origin=do_msg_route ] tengine[2317]: \
2006/05/25_17:05:57 info: mask(unpack.c:unpack_graph): Unpacked transition -1: 0 \
actions in 0 synapses crmd[2306]: 2006/05/25_17:05:57 debug: actions:trace: 	// \
A_DC_JOIN_PROCESS_REQ tengine[2317]: 2006/05/25_17:05:57 info: \
mask(main.c:init_start): Starting tengine crmd[2306]: 2006/05/25_17:05:57 debug: \
mask(join_dc.c:do_dc_join_filter_offer): Processing req from nodo01 crmd[2306]: \
2006/05/25_17:05:58 debug: mask(join_dc.c:do_dc_join_filter_offer): join-1: Welcoming \
node nodo01 (ref join_request-crmd-1148569556-6) crmd[2306]: 2006/05/25_17:05:58 \
debug: mask(join_dc.c:do_dc_join_filter_offer): 1 nodes have been integrated into \
join-1 crmd[2306]: 2006/05/25_17:05:58 debug: mask(join_dc.c:check_join_state): \
Invoked by do_dc_join_filter_offer in state: S_INTEGRATION crmd[2306]: \
2006/05/25_17:05:58 debug: mask(join_dc.c:check_join_state): join-1: Integration of 1 \
peers complete: do_dc_join_filter_offer crmd[2306]: 2006/05/25_17:05:58 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_INTEGRATED: [ state=S_INTEGRATION \
cause=C_FSA_INTERNAL origin=check_join_state ] crmd[2306]: 2006/05/25_17:05:58 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_INTEGRATION -> \
S_FINALIZE_JOIN [ input=I_INTEGRATED cause=C_FSA_INTERNAL origin=check_join_state ] \
crmd[2306]: 2006/05/25_17:05:58 info: mask(fsa.c:do_state_transition): All 1 cluster \
nodes responded to the join offer. crmd[2306]: 2006/05/25_17:05:58 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:05:58 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:05:58 debug: \
mask(utils.c:crm_timer_stop): Stopping Integration Timer (I_INTEGRATED:180000ms), \
src crmd[2306]: 2006/05/25_17:05:58 debug: actions:trace: 	// A_FINALIZE_TIMER_START
crmd[2306]: 2006/05/25_17:05:58 debug: mask(utils.c:crm_timer_start): Started \
Finalization Timer (I_ELECTION:600000ms), src crmd[2306]: 2006/05/25_17:05:58 debug: \
actions:trace: 	// A_DC_JOIN_FINALIZE crmd[2306]: 2006/05/25_17:05:58 debug: \
mask(join_dc.c:do_dc_join_finalize): Finializing join-1 for 1 clients crmd[2306]: \
2006/05/25_17:05:58 info: mask(join_dc.c:update_attrd): Connecting to attrd... \
cib[2302]: 2006/05/25_17:05:58 debug: mask(callbacks.c:cib_process_request): \
Processing locally addressed cib_sync op from 2306 crmd[2306]: 2006/05/25_17:05:58 \
debug: mask(join_dc.c:update_attrd): sent attrd refresh attrd[2305]: \
2006/05/25_17:05:59 info: mask(attrd.c:attrd_local_callback): Sending full refresh \
cib[2302]: 2006/05/25_17:05:59 info: mask(messages.c:sync_our_cib): Syncing CIB to \
all peers crmd[2306]: 2006/05/25_17:05:59 debug: mask(join_dc.c:check_join_state): \
Invoked by do_dc_join_finalize in state: S_FINALIZE_JOIN cib[2302]: \
2006/05/25_17:05:59 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 crmd[2306]: 2006/05/25_17:05:59 debug: \
mask(join_dc.c:check_join_state): join-1: Still waiting on 1 integrated nodes \
cib[2302]: 2006/05/25_17:05:59 info: mask(notify.c:cib_diff_notify): Update (client: \
2306, call:15): 0.6.644 -> 0.6.645 (ok) crmd[2306]: 2006/05/25_17:05:59 debug: \
mask(join_dc.c:finalize_join): Notifying 1 clients of join-1 results cib[2302]: \
2006/05/25_17:05:59 debug: mask(cib:diff): - <cib generated="false" \
num_updates="644"/> mgmtd[2308]: 2006/05/25_17:05:59 debug: update cib finished
tengine[2317]: 2006/05/25_17:05:59 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.6.644 -> 0.6.645 crmd[2306]: 2006/05/25_17:05:59 debug: \
mask(join_dc.c:finalize_join_for): join-1: ACK'ing join request from nodo01, state \
member cib[2302]: 2006/05/25_17:05:59 debug: mask(cib:diff): + <cib generated="true" \
num_updates="645" dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> crmd[2306]: \
2006/05/25_17:05:59 debug: mask(utils.c:fsa_dump_inputs): Added input: \
0000000000020000 (R_HAVE_CIB) cib[2302]: 2006/05/25_17:05:59 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.6.644 -> 0.6.645 \
crmd[2306]: 2006/05/25_17:05:59 debug: mask(messages.c:handle_request): Raising \
I_JOIN_RESULT: join-1 cib[2302]: 2006/05/25_17:05:59 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_replace message 73 from ourselves \
crmd[2306]: 2006/05/25_17:05:59 debug: mask(fsa.c:s_crmd_fsa): Processing \
I_JOIN_RESULT: [ state=S_FINALIZE_JOIN cause=C_HA_MESSAGE origin=do_msg_route ] \
cib[2302]: 2006/05/25_17:05:59 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 75 from ourselves crmd[2306]: 2006/05/25_17:05:59 debug: \
actions:trace: 	// A_CL_JOIN_RESULT cib[2302]: 2006/05/25_17:06:00 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_bump op from \
2306 cib[2302]: 2006/05/25_17:06:00 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:16): 0.6.645 -> 0.7.646 (ok) cib[2302]: 2006/05/25_17:06:00 \
debug: mask(cib:diff): - <cib epoch="6" num_updates="645"/> crmd[2306]: \
2006/05/25_17:06:00 info: mask(utils.c:update_dc): Set DC to nodo01 (1.0.5) \
mgmtd[2308]: 2006/05/25_17:06:00 debug: update cib finished tengine[2317]: \
2006/05/25_17:06:00 info: mask(callbacks.c:te_update_diff): Processing diff \
(cib_bump): 0.6.645 -> 0.7.646 cib[2302]: 2006/05/25_17:06:00 debug: mask(cib:diff): \
+ <cib epoch="7" num_updates="646"/> crmd[2306]: 2006/05/25_17:06:00 debug: \
mask(join_client.c:do_cl_join_finalize_respond): Confirming join join-1: \
join_ack_nack cib[2302]: 2006/05/25_17:06:00 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.6.645 -> 0.7.646 \
lrmd[2303]: 2006/05/25_17:06:00 debug: on_msg_get_all:client [2306] want to get all \
rsc information. cib[2302]: 2006/05/25_17:06:00 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_update op from \
2306 crmd[2306]: 2006/05/25_17:06:00 debug: \
mask(join_client.c:do_cl_join_finalize_respond): join-1: Join complete.  Sending \
local LRM status. cib[2302]: 2006/05/25_17:06:00 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:17): 0.7.646 -> 0.7.647 \
(ok) crmd[2306]: 2006/05/25_17:06:00 debug: actions:trace: 	// A_DC_JOIN_PROCESS_ACK
cib[2302]: 2006/05/25_17:06:00 debug: mask(cib:diff): - <cib num_updates="646"/>
mgmtd[2308]: 2006/05/25_17:06:01 debug: update cib finished
tengine[2317]: 2006/05/25_17:06:01 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.646 -> 0.7.647 crmd[2306]: 2006/05/25_17:06:01 debug: \
mask(join_dc.c:do_dc_join_ack): Ignoring op=join_ack_nack message cib[2302]: \
2006/05/25_17:06:01 debug: mask(cib:diff): + <cib num_updates="647"/> crmd[2306]: \
2006/05/25_17:06:01 debug: mask(fsa.c:s_crmd_fsa): Processing I_JOIN_RESULT: [ \
state=S_FINALIZE_JOIN cause=C_HA_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:06:01 debug: mask(callbacks.c:cib_process_request): Sending update diff \
0.7.646 -> 0.7.647 cib[2302]: 2006/05/25_17:06:01 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 77 from \
ourselves cib[2320]: 2006/05/25_17:06:01 debug: mask(io.c:validate_cib_digest): \
Digest comparision passed: 61d069627c822f0415b56c4abcc98423 crmd[2306]: \
2006/05/25_17:06:01 debug: actions:trace: 	// A_CL_JOIN_RESULT cib[2320]: \
2006/05/25_17:06:02 info: mask(io.c:write_cib_contents): Wrote version 0.7.647 of the \
CIB to disk (digest: b8db6de6ad903ac11ec1ce12c6dd6f78) crmd[2306]: \
2006/05/25_17:06:02 debug: actions:trace: 	// A_DC_JOIN_PROCESS_ACK crmd[2306]: \
2006/05/25_17:06:02 info: mask(join_dc.c:do_dc_join_ack): join-1: Updating node state \
to member for nodo01) crmd[2306]: 2006/05/25_17:06:02 debug: \
mask(join_dc.c:do_dc_join_ack): join-1: Registered callback for LRM update 18 \
cib[2302]: 2006/05/25_17:06:02 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 7a from ourselves cib[2302]: 2006/05/25_17:06:02 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_update op from \
2306 cib[2302]: 2006/05/25_17:06:02 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:18): 0.7.647 -> 0.7.648 (ok) mgmtd[2308]: 2006/05/25_17:06:03 \
debug: update cib finished tengine[2317]: 2006/05/25_17:06:03 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.647 -> 0.7.648 \
cib[2302]: 2006/05/25_17:06:03 debug: mask(cib:diff): - <cib num_updates="647"> \
tengine[2317]: 2006/05/25_17:06:03 debug: mask(events.c:extract_event): Processing \
state update from 999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:06:03 \
debug: mask(cib:diff): -   <status> cib[2302]: 2006/05/25_17:06:03 debug: \
mask(cib:diff): -     <node_state join="pending" \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2302]: 2006/05/25_17:06:04 debug: \
mask(cib:diff): -   </status> cib[2302]: 2006/05/25_17:06:04 debug: mask(cib:diff): - \
</cib> cib[2302]: 2006/05/25_17:06:04 debug: mask(cib:diff): + <cib \
num_updates="648"> cib[2302]: 2006/05/25_17:06:04 debug: mask(cib:diff): +   <status>
cib[2302]: 2006/05/25_17:06:04 debug: mask(cib:diff): +     <node_state join="member" \
ha="active" expected="member" id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:06:05 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81" __crm_diff_marker__="added:top"> cib[2302]: \
2006/05/25_17:06:05 debug: mask(cib:diff): +         <lrm_resources/> cib[2302]: \
2006/05/25_17:06:05 debug: mask(cib:diff): +       </lrm> cib[2302]: \
2006/05/25_17:06:05 debug: mask(cib:diff): +     </node_state> cib[2302]: \
2006/05/25_17:06:05 debug: mask(cib:diff): +   </status> cib[2302]: \
2006/05/25_17:06:05 debug: mask(cib:diff): + </cib> cib[2302]: 2006/05/25_17:06:05 \
debug: mask(callbacks.c:cib_process_request): Sending update diff 0.7.647 -> 0.7.648 \
crmd[2306]: 2006/05/25_17:06:05 debug: mask(join_dc.c:join_update_complete_callback): \
Join update 18 complete cib[2321]: 2006/05/25_17:06:05 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
b8db6de6ad903ac11ec1ce12c6dd6f78 cib[2302]: 2006/05/25_17:06:05 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 7f from \
ourselves crmd[2306]: 2006/05/25_17:06:05 debug: mask(join_dc.c:check_join_state): \
Invoked by join_update_complete_callback in state: S_FINALIZE_JOIN cib[2321]: \
2006/05/25_17:06:05 info: mask(io.c:write_cib_contents): Wrote version 0.7.648 of the \
CIB to disk (digest: a561a4382594cf611001cc167b57ef0f) crmd[2306]: \
2006/05/25_17:06:05 debug: mask(join_dc.c:check_join_state): join-1 complete: \
join_update_complete_callback crmd[2306]: 2006/05/25_17:06:05 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_FINALIZED: [ state=S_FINALIZE_JOIN \
cause=C_FSA_INTERNAL origin=check_join_state ] crmd[2306]: 2006/05/25_17:06:05 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_FINALIZE_JOIN -> \
S_POLICY_ENGINE [ input=I_FINALIZED cause=C_FSA_INTERNAL origin=check_join_state ] \
crmd[2306]: 2006/05/25_17:06:05 info: mask(fsa.c:do_state_transition): All 1 cluster \
nodes are eligable to run resources. crmd[2306]: 2006/05/25_17:06:06 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:06:06 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:06:06 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:06:06 debug: \
mask(utils.c:crm_timer_stop): Stopping Finalization Timer (I_ELECTION:600000ms), src \
crmd[2306]: 2006/05/25_17:06:06 debug: actions:trace: 	// A_TE_CANCEL crmd[2306]: \
2006/05/25_17:06:06 debug: mask(tengine.c:do_te_invoke): Cancelling the active \
Transition tengine[2317]: 2006/05/25_17:06:06 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 1000000 \
tengine[2317]: 2006/05/25_17:06:06 debug: mask(utils.c:abort_transition_graph): \
process_te_message:231 - Triggered graph processing : Peer Cancelled tengine[2317]: \
2006/05/25_17:06:06 debug: mask(actions.c:notify_crmd): Transition -1 status: \
te_abort - Peer Cancelled tengine[2317]: 2006/05/25_17:06:06 debug: \
mask(utils.c:print_graph): ## Empty transition graph ## crmd[2306]: \
2006/05/25_17:06:06 debug: mask(messages.c:handle_request): Transition cancelled: \
te_abort/Peer Cancelled crmd[2306]: 2006/05/25_17:06:06 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:06:06 debug: \
actions:trace: 	// A_PE_INVOKE crmd[2306]: 2006/05/25_17:06:06 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE cib[2302]: \
2006/05/25_17:06:06 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 crmd[2306]: 2006/05/25_17:06:06 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569566-11 \
pengine[2318]: 2006/05/25_17:06:06 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="648" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> pengine[2318]: 2006/05/25_17:06:07 \
WARN: mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout pengine[2318]: 2006/05/25_17:06:07 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:06:07 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness pengine[2318]: 2006/05/25_17:06:07 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:06:07 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:06:07 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:06:07 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:06:07 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:06:07 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:06:07 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:06:07 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:06:07 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:06:07 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:06:07 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:06:07 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:06:07 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:06:08 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:06:08 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:06:08 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:06:08 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:06:08 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:06:08 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:06:08 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:06:08 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:06:08 info: ipaddr01	(heartbeat::ocf:IPaddr):	Stopped pengine[2318]: \
2006/05/25_17:06:08 debug: mask(stages.c:stage3): nodo01 probed: (null) \
pengine[2318]: 2006/05/25_17:06:08 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:06:08 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:06:09 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:06:09 debug: mask(native.c:native_create_actions): \
ipaddr01: Stopped->Started pengine[2318]: 2006/05/25_17:06:09 notice: \
mask(native.c:StartRsc):  nodo01	Start ipaddr01 pengine[2318]: 2006/05/25_17:06:09 \
notice: mask(native.c:Recurring): nodo01	   ipaddr01_monitor_5000 pengine[2318]: \
2006/05/25_17:06:09 debug: mask(stages.c:stage8): Creating transition graph 0. \
pengine[2318]: 2006/05/25_17:06:09 notice: mask(stages.c:stage8): Created transition \
graph 0. pengine[2318]: 2006/05/25_17:06:09 WARN: mask(pengine.c:process_pe_message): \
No value specified for cluster preference: pe-input-series-max crmd[2306]: \
2006/05/25_17:06:09 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ \
state=S_POLICY_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: \
2006/05/25_17:06:09 debug: mask(xml.c:write_xml_file): \
/var/lib/heartbeat/pengine/pe-input-60.bz2: In: 1487, out: 684 crmd[2306]: \
2006/05/25_17:06:09 debug: actions:trace: 	// A_LOG pengine[2318]: \
2006/05/25_17:06:10 info: mask(pengine.c:process_pe_message): Transition 0: PEngine \
Input stored in: /var/lib/heartbeat/pengine/pe-input-60.bz2 crmd[2306]: \
2006/05/25_17:06:10 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE \
origin=do_msg_route ] crmd[2306]: 2006/05/25_17:06:10 debug: actions:trace: 	// \
A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:06:10 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:06:10 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:06:10 debug: actions:trace: 	// \
A_TE_INVOKE crmd[2306]: 2006/05/25_17:06:10 debug: mask(tengine.c:do_te_invoke): \
Starting a transition tengine[2317]: 2006/05/25_17:06:10 info: \
mask(unpack.c:unpack_graph): Unpacked transition 0: 5 actions in 5 synapses \
tengine[2317]: 2006/05/25_17:06:10 debug: mask(utils.c:print_graph): Synapse 0 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:06:10 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, priority: 0) tengine[2317]: 2006/05/25_17:06:10 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:06:10 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:06:10 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_start_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_start_0, loc: nodo01, \
type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: \
mask(utils.c:print_elem):      * [Input 1]: Pending (id: probe_complete, type: \
pseduo, priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: \
mask(utils.c:print_graph): Synapse 2 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:06:11 debug: mask(utils.c:print_elem):     [Action 5]: Pending (id: \
ipaddr01_monitor_5000, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:06:11 \
debug: mask(utils.c:print_elem):     [Action 5]: Pending (id: ipaddr01_monitor_5000, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: \
mask(utils.c:print_elem):      * [Input 4]: Pending (id: ipaddr01_start_0, loc: \
nodo01, priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: \
mask(utils.c:print_elem):      * [Input 4]: Pending (id: ipaddr01_start_0, loc: \
nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: \
mask(utils.c:print_graph): Synapse 3 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:06:11 debug: mask(utils.c:print_elem):     [Action 1]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: \
mask(utils.c:print_elem):      * [Input 2]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: mask(utils.c:print_elem):      \
* [Input 2]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:06:11 debug: mask(utils.c:print_graph): Synapse 4 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: \
mask(utils.c:print_elem):     [Action 2]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:06:11 debug: mask(utils.c:print_elem):     \
[Action 2]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:06:11 debug: mask(utils.c:print_elem):      * [Input 3]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:06:11 debug: mask(utils.c:print_elem):      * [Input 3]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:06:11 info: mask(actions.c:send_rsc_command): Initiating action 3: \
ipaddr01_monitor_0 on nodo01 lrmd[2303]: 2006/05/25_17:06:11 debug: on_msg_get_rsc: \
the client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
tengine[2317]: 2006/05/25_17:06:11 debug: mask(graph.c:run_graph): Transition 0: \
(Complete=0, Pending=0, Fired=1, Skipped=0, Incomplete=4) lrmd[2303]: \
2006/05/25_17:06:11 debug: on_msg_get_rsc: no rsc with id ipaddr01. lrmd[2303]: \
2006/05/25_17:06:11 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] lrmd[2303]: 2006/05/25_17:06:11 debug: \
on_msg_get_rsc: no rsc with id ipaddr01. crmd[2306]: 2006/05/25_17:06:11 debug: \
mask(lrm.c:do_lrm_rsc_op): adding rsc ipaddr01 before operation lrmd[2303]: \
2006/05/25_17:06:11 debug: on_msg_add_rsc:client [2306] adds resource ipaddr01 \
lrmd[2303]: 2006/05/25_17:06:11 debug: on_msg_get_rsc: the client [pid:2306] wants to \
get the information of the resource [rsc_id: ipaddr01] crmd[2306]: \
2006/05/25_17:06:11 info: mask(lrm.c:do_lrm_rsc_op): Performing op monitor on \
ipaddr01 (interval=0ms, key=0:225cac89-ffa1-4579-83f6-363711860f0f) lrmd[2303]: \
2006/05/25_17:06:11 debug: on_msg_perform_op: add an operation operation monitor[2] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] nic=[eth0]  \
to the operation list. lrmd[2303]: 2006/05/25_17:06:12 info: Resource Agent \
(operation monitor[2] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [2322] exited with return code 7 \
lrmd[2303]: 2006/05/25_17:06:12 info: Resource Agent output: [] crmd[2306]: \
2006/05/25_17:06:12 info: mask(lrm.c:process_lrm_event): LRM operation (2) monitor_0 \
on ipaddr01 Error: (7) not running lrmd[2303]: 2006/05/25_17:06:12 debug: \
on_op_done:operation monitor[2] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list lrmd[2303]: \
2006/05/25_17:06:12 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 30 ms (GSource: 0x87a9218) lrmd[2303]: 2006/05/25_17:06:12 debug: \
on_msg_get_rsc: the client [pid:2306] wants to get the information of the resource \
[rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:06:12 debug: \
mask(lrm.c:build_operation_update): Resource action ipaddr01/monitor Error: 7 \
crmd[2306]: 2006/05/25_17:06:12 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 20 cib[2302]: 2006/05/25_17:06:12 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:06:12 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:20): 0.7.648 -> 0.7.649 (ok) cib[2302]: 2006/05/25_17:06:12 \
debug: mask(cib:diff): - <cib num_updates="648"/> cib[2302]: 2006/05/25_17:06:12 \
debug: mask(cib:diff): + <cib num_updates="649"> tengine[2317]: 2006/05/25_17:06:12 \
info: mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.648 -> \
0.7.649 cib[2302]: 2006/05/25_17:06:12 debug: mask(cib:diff): +   <status>
mgmtd[2308]: 2006/05/25_17:06:12 debug: update cib finished
tengine[2317]: 2006/05/25_17:06:12 debug: mask(events.c:extract_event): Processing \
state update from 999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:06:13 \
debug: mask(cib:diff): +     <node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
cib[2302]: 2006/05/25_17:06:13 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:06:13 debug: \
mask(cib:diff): +         <lrm_resources> tengine[2317]: 2006/05/25_17:06:13 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (3) confirmed cib[2302]: \
2006/05/25_17:06:13 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01" \
type="IPaddr" class="ocf" provider="heartbeat" __crm_diff_marker__="added:top"> \
tengine[2317]: 2006/05/25_17:06:13 info: mask(actions.c:send_rsc_command): Initiating \
action 2: probe_complete on nodo01 cib[2302]: 2006/05/25_17:06:13 debug: \
mask(cib:diff): +             <lrm_rsc_op id="ipaddr01_monitor_0" operation="monitor" \
crm-debug-origin="do_update_resource" \
transition_key="0:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="4:7;0:225cac89-ffa1-4579-83f6-363711860f0f" call_id="2" rc_code="7" \
op_status="4" interval="0" op_digest="c130435822f94ddce36a047a6f10e86c"/> \
tengine[2317]: 2006/05/25_17:06:13 debug: mask(actions.c:send_rsc_command): Skipping \
wait for 2 cib[2302]: 2006/05/25_17:06:13 debug: mask(cib:diff): +           \
</lrm_resource> tengine[2317]: 2006/05/25_17:06:13 debug: mask(graph.c:run_graph): \
Transition 0: (Complete=1, Pending=0, Fired=1, Skipped=0, Incomplete=3) \
tengine[2317]: 2006/05/25_17:06:13 info: mask(actions.c:te_pseudo_action): Pseudo \
action 1 confirmed tengine[2317]: 2006/05/25_17:06:13 debug: mask(graph.c:run_graph): \
Transition 0: (Complete=2, Pending=0, Fired=1, Skipped=0, Incomplete=2) cib[2302]: \
2006/05/25_17:06:13 debug: mask(cib:diff): +         </lrm_resources> tengine[2317]: \
2006/05/25_17:06:13 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_start_0 on nodo01 cib[2302]: 2006/05/25_17:06:13 debug: mask(cib:diff): +    \
</lrm> tengine[2317]: 2006/05/25_17:06:13 debug: mask(graph.c:run_graph): Transition \
0: (Complete=3, Pending=0, Fired=1, Skipped=0, Incomplete=1) lrmd[2303]: \
2006/05/25_17:06:13 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] cib[2302]: 2006/05/25_17:06:13 debug: \
mask(cib:diff): +     </node_state> crmd[2306]: 2006/05/25_17:06:13 info: \
mask(lrm.c:do_lrm_rsc_op): Performing op start on ipaddr01 (interval=0ms, \
key=0:225cac89-ffa1-4579-83f6-363711860f0f) cib[2302]: 2006/05/25_17:06:13 debug: \
mask(cib:diff): +   </status> lrmd[2303]: 2006/05/25_17:06:13 debug: \
on_msg_perform_op: add an operation operation start[3] on ocf::IPaddr::ipaddr01 for \
client 2306, its parameters: ip=[10.156.64.138] netmask=[23] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] nic=[eth0]  to the operation list. \
cib[2302]: 2006/05/25_17:06:14 debug: mask(cib:diff): + </cib> cib[2302]: \
2006/05/25_17:06:14 debug: mask(callbacks.c:cib_process_request): Sending update diff \
0.7.648 -> 0.7.649 crmd[2306]: 2006/05/25_17:06:14 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 20 complete \
IPaddr[2344]:	2006/05/25_17:06:14 INFO: /sbin/ifconfig eth0:0 10.156.64.138 netmask \
255.255.254.0 broadcast 10.156.65.255 cib[2302]: 2006/05/25_17:06:14 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 IPaddr[2344]:	2006/05/25_17:06:14 INFO: Sending Gratuitous Arp for 10.156.64.138 \
on eth0:0 [eth0] IPaddr[2344]:	2006/05/25_17:06:14 INFO: /usr/lib/heartbeat/send_arp \
-i 500 -r 10 -p /var/run/heartbeat/rsctmp/send_arp/send_arp-10.156.64.138 eth0 \
10.156.64.138 auto 10.156.64.138 ffffffffffff cib[2302]: 2006/05/25_17:06:15 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:21): 0.7.649 -> 0.7.650 \
(ok) lrmd[2303]: 2006/05/25_17:06:15 debug: Resource Agent (operation start[3] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] nic=[eth0] \
): pid [2344] exited with return code 0 cib[2302]: 2006/05/25_17:06:15 debug: \
mask(cib:diff): - <cib num_updates="649"/> cib[2302]: 2006/05/25_17:06:15 debug: \
mask(cib:diff): + <cib num_updates="650"> tengine[2317]: 2006/05/25_17:06:15 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.649 -> 0.7.650 \
crmd[2306]: 2006/05/25_17:06:15 info: mask(lrm.c:process_lrm_event): LRM operation \
(3) start_0 on ipaddr01 complete cib[2302]: 2006/05/25_17:06:15 debug: \
mask(cib:diff): +   <status> cib[2302]: 2006/05/25_17:06:15 debug: mask(cib:diff): +  \
<node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> mgmtd[2308]: \
2006/05/25_17:06:15 debug: update cib finished tengine[2317]: 2006/05/25_17:06:15 \
debug: mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:06:15 debug: \
mask(cib:diff): +       <transient_attributes \
id="999293f8-89a9-40a8-9d91-9561df7c6f81" __crm_diff_marker__="added:top"> \
lrmd[2303]: 2006/05/25_17:06:15 debug: on_op_done:operation start[3] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] nic=[eth0]  \
is removed from op list tengine[2317]: 2006/05/25_17:06:16 info: \
mask(events.c:extract_event): Aborting on transient_attributes changes tengine[2317]: \
2006/05/25_17:06:16 info: mask(utils.c:update_abort_priority): Abort priority \
upgraded to 1000000 lrmd[2303]: 2006/05/25_17:06:16 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD took too long to execute: 910 ms (GSource: 0x87a9218) \
tengine[2317]: 2006/05/25_17:06:16 info: mask(utils.c:update_abort_priority): Abort \
action 0 superceeded by 2 cib[2302]: 2006/05/25_17:06:16 debug: mask(cib:diff): +     \
<instance_attributes id="status-999293f8-89a9-40a8-9d91-9561df7c6f81"> lrmd[2303]: \
2006/05/25_17:06:16 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] tengine[2317]: 2006/05/25_17:06:16 \
debug: mask(utils.c:abort_transition_graph): extract_event:159 - Triggered graph \
processing : transient_attributes cib[2302]: 2006/05/25_17:06:16 debug: \
mask(cib:diff): +           <attributes> cib[2302]: 2006/05/25_17:06:16 debug: \
mask(cib:diff): +             <nvpair \
id="status-999293f8-89a9-40a8-9d91-9561df7c6f81-probe_complete" name="probe_complete" \
value="true"/> tengine[2317]: 2006/05/25_17:06:16 debug: \
mask(abort_transition_graph): Cause <transient_attributes \
id="999293f8-89a9-40a8-9d91-9561df7c6f81" __crm_diff_marker__="added:top"> cib[2302]: \
2006/05/25_17:06:16 debug: mask(cib:diff): +           </attributes> cib[2302]: \
2006/05/25_17:06:16 debug: mask(cib:diff): +         </instance_attributes> \
tengine[2317]: 2006/05/25_17:06:16 debug: mask(abort_transition_graph): Cause   \
<instance_attributes id="status-999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:06:16 debug: mask(cib:diff): +       </transient_attributes> \
crmd[2306]: 2006/05/25_17:06:16 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 22 tengine[2317]: 2006/05/25_17:06:16 debug: \
mask(abort_transition_graph): Cause     <attributes> cib[2302]: 2006/05/25_17:06:16 \
debug: mask(cib:diff): +     </node_state> cib[2302]: 2006/05/25_17:06:16 debug: \
mask(cib:diff): +   </status> cib[2302]: 2006/05/25_17:06:16 debug: mask(cib:diff): + \
</cib> tengine[2317]: 2006/05/25_17:06:17 debug: mask(abort_transition_graph): Cause  \
<nvpair id="status-999293f8-89a9-40a8-9d91-9561df7c6f81-probe_complete" \
name="probe_complete" value="true"/> cib[2302]: 2006/05/25_17:06:17 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.649 -> 0.7.650 \
tengine[2317]: 2006/05/25_17:06:17 debug: mask(abort_transition_graph): Cause     \
</attributes> cib[2302]: 2006/05/25_17:06:17 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 89 from \
ourselves tengine[2317]: 2006/05/25_17:06:17 debug: mask(abort_transition_graph): \
Cause   </instance_attributes> cib[2302]: 2006/05/25_17:06:17 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 tengine[2317]: 2006/05/25_17:06:17 debug: mask(abort_transition_graph): Cause \
</transient_attributes> cib[2302]: 2006/05/25_17:06:17 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:22): 0.7.650 -> 0.7.651 \
(ok) tengine[2317]: 2006/05/25_17:06:17 debug: mask(graph.c:run_graph): Transition 0: \
(Complete=3, Pending=1, Fired=0, Skipped=1, Incomplete=0) cib[2302]: \
2006/05/25_17:06:17 debug: mask(cib:diff): - <cib num_updates="650"/> mgmtd[2308]: \
2006/05/25_17:06:17 debug: update cib finished tengine[2317]: 2006/05/25_17:06:17 \
info: mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.650 -> \
0.7.651 cib[2302]: 2006/05/25_17:06:17 debug: mask(cib:diff): + <cib \
num_updates="651"> tengine[2317]: 2006/05/25_17:06:17 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:06:17 debug: \
mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:06:17 info: \
mask(events.c:match_graph_event): Action ipaddr01_start_0 (4) confirmed cib[2302]: \
2006/05/25_17:06:17 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:06:18 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:06:18 \
debug: mask(cib:diff): +       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
tengine[2317]: 2006/05/25_17:06:18 notice: mask(graph.c:run_graph): Transition 0: \
(Complete=4, Pending=0, Fired=0, Skipped=1, Incomplete=0) cib[2302]: \
2006/05/25_17:06:18 debug: mask(cib:diff): +         <lrm_resources> tengine[2317]: \
2006/05/25_17:06:18 debug: mask(actions.c:notify_crmd): Transition 0 status: te_abort \
- transient_attributes cib[2302]: 2006/05/25_17:06:18 debug: mask(cib:diff): +        \
<lrm_resource id="ipaddr01"> cib[2302]: 2006/05/25_17:06:18 debug: mask(cib:diff): +  \
<lrm_rsc_op id="ipaddr01_start_0" operation="start" \
crm-debug-origin="do_update_resource" \
transition_key="0:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;0:225cac89-ffa1-4579-83f6-363711860f0f" call_id="3" rc_code="0" \
op_status="0" interval="0" op_digest="c130435822f94ddce36a047a6f10e86c" \
__crm_diff_marker__="added:top"/> crmd[2306]: 2006/05/25_17:06:18 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/transient_attributes \
cib[2302]: 2006/05/25_17:06:18 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:06:18 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:06:18 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:06:18 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:06:18 debug: mask(cib:diff): +       \
</lrm> crmd[2306]: 2006/05/25_17:06:18 info: mask(fsa.c:do_state_transition): All 1 \
cluster nodes are eligable to run resources. cib[2302]: 2006/05/25_17:06:19 debug: \
mask(cib:diff): +     </node_state> crmd[2306]: 2006/05/25_17:06:19 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:06:19 debug: \
mask(cib:diff): +   </status> crmd[2306]: 2006/05/25_17:06:19 debug: actions:trace: \
// A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:06:19 debug: mask(cib:diff): + \
</cib> crmd[2306]: 2006/05/25_17:06:19 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:06:19 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.650 -> 0.7.651 \
crmd[2306]: 2006/05/25_17:06:19 debug: actions:trace: 	// A_PE_INVOKE cib[2302]: \
2006/05/25_17:06:19 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 8d from ourselves crmd[2306]: 2006/05/25_17:06:19 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE cib[2415]: \
2006/05/25_17:06:19 debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
a561a4382594cf611001cc167b57ef0f crmd[2306]: 2006/05/25_17:06:19 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 22 complete cib[2302]: \
2006/05/25_17:06:19 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 cib[2415]: 2006/05/25_17:06:19 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.651 of the CIB to disk (digest: \
dbc81e0a44396ce0a49daf0171dfb822) crmd[2306]: 2006/05/25_17:06:19 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569579-13 \
pengine[2318]: 2006/05/25_17:06:19 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="651" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2302]: 2006/05/25_17:06:19 \
debug: mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 8f from \
ourselves pengine[2318]: 2006/05/25_17:06:19 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: transition_idle_timeout cib[2302]: \
2006/05/25_17:06:19 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD was delayed \
130 ms before being called (GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:06:19 \
debug: mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s cib[2302]: \
2006/05/25_17:06:19 info: G_SIG_dispatch: started at 2931864 should have started at \
2931851 pengine[2318]: 2006/05/25_17:06:20 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: default_resource_stickiness cib[2302]: \
2006/05/25_17:06:20 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 200 ms (GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:06:20 info: \
mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:06:20 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:06:20 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:06:20 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:06:20 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:06:20 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:06:20 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:06:20 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:06:20 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:06:21 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:06:21 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:06:21 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:06:21 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:06:21 WARN: mask(unpack.c:unpack_config): No value \
pengine[2318]: 2006/05/25_17:06:21 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:06:21 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:06:21 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:06:22 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:06:22 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:06:22 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:06:22 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:06:22 debug: mask(stages.c:stage3): nodo01 probed: true \
pengine[2318]: 2006/05/25_17:06:22 debug: mask(stages.c:stage3): nodo02 probed: \
(null) pengine[2318]: 2006/05/25_17:06:22 debug: \
mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:06:22 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:06:22 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:06:22 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:06:23 notice: \
mask(native.c:Recurring): nodo01	   ipaddr01_monitor_5000 pengine[2318]: \
2006/05/25_17:06:23 debug: mask(stages.c:stage8): Creating transition graph 1. \
pengine[2318]: 2006/05/25_17:06:23 notice: mask(stages.c:stage8): Created transition \
graph 1. pengine[2318]: 2006/05/25_17:06:23 WARN: mask(pengine.c:process_pe_message): \
No value specified for cluster preference: pe-input-series-max crmd[2306]: \
2006/05/25_17:06:23 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ \
state=S_POLICY_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: \
2006/05/25_17:06:23 debug: mask(xml.c:write_xml_file): \
/var/lib/heartbeat/pengine/pe-input-61.bz2: In: 2660, out: 956 crmd[2306]: \
2006/05/25_17:06:23 debug: actions:trace: 	// A_LOG pengine[2318]: \
2006/05/25_17:06:23 info: mask(pengine.c:process_pe_message): Transition 1: PEngine \
Input stored in: /var/lib/heartbeat/pengine/pe-input-61.bz2 crmd[2306]: \
2006/05/25_17:06:23 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE \
origin=do_msg_route ] crmd[2306]: 2006/05/25_17:06:23 debug: actions:trace: 	// \
A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:06:23 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:06:23 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:06:23 debug: actions:trace: 	// \
A_TE_INVOKE crmd[2306]: 2006/05/25_17:06:23 debug: mask(tengine.c:do_te_invoke): \
Starting a transition tengine[2317]: 2006/05/25_17:06:23 info: \
mask(unpack.c:unpack_graph): Unpacked transition 1: 1 actions in 1 synapses \
tengine[2317]: 2006/05/25_17:06:23 debug: mask(utils.c:print_graph): Synapse 0 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:06:24 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: ipaddr01_monitor_5000, loc: \
nodo01, priority: 0) tengine[2317]: 2006/05/25_17:06:24 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: ipaddr01_monitor_5000, loc: \
nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:06:24 info: \
mask(actions.c:send_rsc_command): Initiating action 3: ipaddr01_monitor_5000 on \
nodo01 tengine[2317]: 2006/05/25_17:06:24 debug: mask(graph.c:run_graph): Transition \
1: (Complete=0, Pending=0, Fired=1, Skipped=0, Incomplete=0) lrmd[2303]: \
2006/05/25_17:06:24 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:06:24 info: \
mask(lrm.c:do_lrm_rsc_op): Performing op monitor on ipaddr01 (intervalP00ms, \
key=1:225cac89-ffa1-4579-83f6-363711860f0f) crmd[2306]: 2006/05/25_17:06:24 debug: \
mask(lrm.c:cancel_monitor): No previous invocation of ipaddr01_monitor_5000 \
lrmd[2303]: 2006/05/25_17:06:24 debug: on_msg_perform_op: add an operation operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] nic=[eth0]  to the operation list. lrmd[2303]: \
2006/05/25_17:06:24 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2416] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:06:24 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
crmd[2306]: 2006/05/25_17:06:25 info: mask(lrm.c:process_lrm_event): LRM operation \
(4) monitor_5000 on ipaddr01 complete lrmd[2303]: 2006/05/25_17:06:25 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 80 ms \
(GSource: 0x87a9218) crmd[2306]: 2006/05/25_17:06:25 debug: \
mask(lrm.c:do_update_resource): Sent resource state update message: 24 cib[2302]: \
2006/05/25_17:06:25 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:06:25 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:24): 0.7.651 -> 0.7.652 \
(ok) cib[2302]: 2006/05/25_17:06:25 debug: mask(cib:diff): - <cib num_updates="651"/>
cib[2302]: 2006/05/25_17:06:25 debug: mask(cib:diff): + <cib num_updates="652">
tengine[2317]: 2006/05/25_17:06:25 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.651 -> 0.7.652 cib[2302]: 2006/05/25_17:06:25 debug: \
mask(cib:diff): +   <status> cib[2302]: 2006/05/25_17:06:25 debug: mask(cib:diff): +  \
<node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:06:25 \
debug: mask(cib:diff): +       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
cib[2302]: 2006/05/25_17:06:25 debug: mask(cib:diff): +         <lrm_resources> \
cib[2302]: 2006/05/25_17:06:25 debug: mask(cib:diff): +           <lrm_resource \
id="ipaddr01"> mgmtd[2308]: 2006/05/25_17:06:25 debug: update cib finished
tengine[2317]: 2006/05/25_17:06:25 debug: mask(events.c:extract_event): Processing \
state update from 999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:06:25 \
debug: mask(cib:diff): +             <lrm_rsc_op id="ipaddr01_monitor_5000" \
operation="monitor" crm-debug-origin="do_update_resource" \
transition_key="1:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;1:225cac89-ffa1-4579-83f6-363711860f0f" call_id="4" rc_code="0" \
op_status="0" interval="5000" op_digest="deb07d7a2019a7e3c07268c155c842df" \
__crm_diff_marker__="added:top"/> tengine[2317]: 2006/05/25_17:06:25 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_5000 (3) confirmed \
cib[2302]: 2006/05/25_17:06:25 debug: mask(cib:diff): +           </lrm_resource> \
tengine[2317]: 2006/05/25_17:06:25 debug: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:06:26 \
debug: mask(cib:diff): +         </lrm_resources> tengine[2317]: 2006/05/25_17:06:26 \
info: mask(graph.c:run_graph): Transition 1: (Complete=1, Pending=0, Fired=0, \
Skipped=0, Incomplete=0) cib[2302]: 2006/05/25_17:06:26 debug: mask(cib:diff): +      \
</lrm> tengine[2317]: 2006/05/25_17:06:26 info: mask(actions.c:notify_crmd): \
Transition 1 status: te_complete - (null) cib[2302]: 2006/05/25_17:06:26 debug: \
mask(cib:diff): +     </node_state> crmd[2306]: 2006/05/25_17:06:26 debug: \
mask(messages.c:handle_request): Transition complete: te_complete/(null) crmd[2306]: \
2006/05/25_17:06:26 debug: mask(fsa.c:s_crmd_fsa): Processing I_TE_SUCCESS: [ \
state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: \
2006/05/25_17:06:26 debug: actions:trace: 	// A_LOG cib[2302]: 2006/05/25_17:06:26 \
debug: mask(cib:diff): +   </status> crmd[2306]: 2006/05/25_17:06:26 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_TRANSITION_ENGINE -> \
S_IDLE [ input=I_TE_SUCCESS cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:06:26 debug: mask(cib:diff): + </cib> crmd[2306]: 2006/05/25_17:06:26 \
debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:06:26 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.651 -> 0.7.652 \
crmd[2306]: 2006/05/25_17:06:26 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP \
cib[2438]: 2006/05/25_17:06:26 debug: mask(io.c:validate_cib_digest): Digest \
comparision passed: dbc81e0a44396ce0a49daf0171dfb822 crmd[2306]: 2006/05/25_17:06:26 \
debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2438]: 2006/05/25_17:06:26 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.652 of the CIB to disk (digest: \
37be4e77de1af7bdd3ab2db9e584c4c8) crmd[2306]: 2006/05/25_17:06:26 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 24 complete cib[2302]: \
2006/05/25_17:06:27 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 98 from ourselves lrmd[2303]: 2006/05/25_17:06:30 debug: \
Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2439] \
exited with return code 0 lrmd[2303]: 2006/05/25_17:06:30 debug: on_op_done:operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:06:36 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2461] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:06:36 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:06:41 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2483] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:06:41 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:06:47 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2508] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:06:47 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:06:52 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2530] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:06:52 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:06:58 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2552] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:06:58 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:03 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2574] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:03 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:09 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2596] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:09 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:14 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2619] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:14 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:20 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2643] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:20 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:25 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2665] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:25 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:31 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2687] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:31 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:36 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2709] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:36 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:42 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2731] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:42 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:47 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2756] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:47 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:53 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2778] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:53 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:07:58 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2800] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:07:58 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
crmd[2306]: 2006/05/25_17:08:03 WARN: mask(ipc.c:crm_send_ipc_message): IPC Channel \
to 2824 is not connected crmd[2306]: 2006/05/25_17:08:03 WARN: #========= \
IPC[outbound] message start ==========# crmd[2306]: 2006/05/25_17:08:03 WARN: MSG: \
Dumping message with 8 fields crmd[2306]: 2006/05/25_17:08:03 WARN: MSG[0] : \
[origin=send_hello_message] crmd[2306]: 2006/05/25_17:08:03 WARN: MSG[1] : [t=crmd]
crmd[2306]: 2006/05/25_17:08:03 WARN: MSG[2] : [version=1.0.5]
crmd[2306]: 2006/05/25_17:08:03 WARN: MSG[3] : [subt=request]
crmd[2306]: 2006/05/25_17:08:03 WARN: MSG[4] : [reference=hello-crmd-1148569683-15]
crmd[2306]: 2006/05/25_17:08:03 WARN: MSG[5] : [crm_task=hello]
crmd[2306]: 2006/05/25_17:08:03 WARN: MSG[6] : [crm_sys_from=n/a_crmd]
crmd[2306]: 2006/05/25_17:08:03 WARN: MSG[7] : [(5)crm_xml=0x91084a0(116 150)]
crmd[2306]: 2006/05/25_17:08:03 WARN:  <options major_version="0" minor_version="1" \
client_name="crmd" client_uuid="n/a"/> crmd[2306]: 2006/05/25_17:08:04 debug: \
mask(utils.c:process_client_disconnect): Received HUP from transient client \
lrmd[2303]: 2006/05/25_17:08:04 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2823] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:08:04 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:08:04 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 190 ms (GSource: 0x87a9218) lrmd[2303]: 2006/05/25_17:08:09 \
debug: Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, \
its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2846] \
exited with return code 0 lrmd[2303]: 2006/05/25_17:08:09 debug: on_op_done:operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:08:15 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2871] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:08:15 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
crmd[2306]: 2006/05/25_17:08:19 debug: mask(utils.c:process_client_disconnect): \
Received HUP from transient client cib[2302]: 2006/05/25_17:08:19 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:08:19 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:25): 0.7.652 -> 0.7.653 (ok) mgmtd[2308]: 2006/05/25_17:08:19 \
debug: update cib finished tengine[2317]: 2006/05/25_17:08:19 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.652 -> 0.7.653 \
tengine[2317]: 2006/05/25_17:08:19 debug: mask(events.c:extract_event): Processing \
state update from 999293f8-89a9-40a8-9d91-9561df7c6f81 tengine[2317]: \
2006/05/25_17:08:19 info: mask(events.c:extract_event): Aborting on \
transient_attributes changes tengine[2317]: 2006/05/25_17:08:19 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 1000000 \
tengine[2317]: 2006/05/25_17:08:19 debug: mask(utils.c:abort_transition_graph): \
extract_event:159 - Triggered graph processing : transient_attributes tengine[2317]: \
2006/05/25_17:08:19 debug: mask(abort_transition_graph): Cause <transient_attributes \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:08:19 debug: \
mask(abort_transition_graph): Cause   <instance_attributes \
id="status-999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:08:19 \
debug: mask(abort_transition_graph): Cause     <attributes> tengine[2317]: \
2006/05/25_17:08:19 debug: mask(abort_transition_graph): Cause       <nvpair \
value="false" id="status-999293f8-89a9-40a8-9d91-9561df7c6f81-probe_complete"/> \
tengine[2317]: 2006/05/25_17:08:20 debug: mask(abort_transition_graph): Cause     \
</attributes> cib[2302]: 2006/05/25_17:08:20 debug: mask(cib:diff): - <cib \
num_updates="652"> cib[2302]: 2006/05/25_17:08:20 debug: mask(cib:diff): -   <status>
cib[2302]: 2006/05/25_17:08:20 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:08:20 debug: \
mask(abort_transition_graph): Cause   </instance_attributes> lrmd[2303]: \
2006/05/25_17:08:20 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2894] exited with return \
code 0 cib[2302]: 2006/05/25_17:08:20 debug: mask(cib:diff): -       \
<transient_attributes id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: \
2006/05/25_17:08:20 debug: mask(abort_transition_graph): Cause \
</transient_attributes> lrmd[2303]: 2006/05/25_17:08:20 debug: on_op_done:operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
cib[2302]: 2006/05/25_17:08:20 debug: mask(cib:diff): -         <instance_attributes \
id="status-999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:08:20 \
debug: mask(actions.c:notify_crmd): Transition 1 status: te_abort - \
transient_attributes lrmd[2303]: 2006/05/25_17:08:20 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD took too long to execute: 330 ms (GSource: 0x87a9218) cib[2302]: \
2006/05/25_17:08:21 debug: mask(cib:diff): -           <attributes> crmd[2306]: \
2006/05/25_17:08:21 debug: mask(messages.c:handle_request): Transition cancelled: \
te_abort/transient_attributes cib[2302]: 2006/05/25_17:08:21 debug: mask(cib:diff): - \
<nvpair value="true" \
id="status-999293f8-89a9-40a8-9d91-9561df7c6f81-probe_complete"/> crmd[2306]: \
2006/05/25_17:08:21 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: [ \
state=S_IDLE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:08:21 \
debug: mask(cib:diff): -           </attributes> cib[2302]: 2006/05/25_17:08:21 \
debug: mask(cib:diff): -         </instance_attributes> cib[2302]: \
2006/05/25_17:08:21 debug: mask(cib:diff): -       </transient_attributes> \
crmd[2306]: 2006/05/25_17:08:21 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_IDLE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] crmd[2306]: 2006/05/25_17:08:21 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
crmd[2306]: 2006/05/25_17:08:21 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:08:21 debug: mask(cib:diff): -     </node_state> crmd[2306]: \
2006/05/25_17:08:21 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:08:21 debug: mask(cib:diff): -   </status> crmd[2306]: \
2006/05/25_17:08:21 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:08:21 debug: mask(cib:diff): - </cib> crmd[2306]: 2006/05/25_17:08:21 \
debug: actions:trace: 	// A_PE_INVOKE cib[2302]: 2006/05/25_17:08:21 debug: \
mask(cib:diff): + <cib num_updates="653"> crmd[2306]: 2006/05/25_17:08:21 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE cib[2302]: \
2006/05/25_17:08:21 debug: mask(cib:diff): +   <status> cib[2302]: \
2006/05/25_17:08:22 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:08:22 debug: \
mask(cib:diff): +       <transient_attributes \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:08:22 debug: \
mask(cib:diff): +         <instance_attributes \
id="status-999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:08:22 \
debug: mask(cib:diff): +           <attributes> cib[2302]: 2006/05/25_17:08:22 debug: \
mask(cib:diff): +             <nvpair value="false" \
id="status-999293f8-89a9-40a8-9d91-9561df7c6f81-probe_complete"/> cib[2302]: \
2006/05/25_17:08:22 debug: mask(cib:diff): +           </attributes> cib[2302]: \
2006/05/25_17:08:22 debug: mask(cib:diff): +         </instance_attributes> \
cib[2302]: 2006/05/25_17:08:22 debug: mask(cib:diff): +       </transient_attributes> \
cib[2302]: 2006/05/25_17:08:22 debug: mask(cib:diff): +     </node_state> cib[2302]: \
2006/05/25_17:08:22 debug: mask(cib:diff): +   </status> cib[2302]: \
2006/05/25_17:08:22 debug: mask(cib:diff): + </cib> cib[2302]: 2006/05/25_17:08:22 \
debug: mask(callbacks.c:cib_process_request): Sending update diff 0.7.652 -> 0.7.653 \
cib[2302]: 2006/05/25_17:08:22 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_query op from 2306 cib[2916]: 2006/05/25_17:08:22 \
debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
37be4e77de1af7bdd3ab2db9e584c4c8 crmd[2306]: 2006/05/25_17:08:22 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569702-17 \
pengine[2318]: 2006/05/25_17:08:23 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="653" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2916]: 2006/05/25_17:08:23 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.653 of the CIB to disk (digest: \
cdc8075deced90bacb6d760f30be389a) pengine[2318]: 2006/05/25_17:08:23 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[2302]: 2006/05/25_17:08:23 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 10d from \
ourselves pengine[2318]: 2006/05/25_17:08:23 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s cib[2302]: 2006/05/25_17:08:23 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 170 ms before being called \
(GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:08:23 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_stickiness cib[2302]: 2006/05/25_17:08:23 info: G_SIG_dispatch: \
started at 2944212 should have started at 2944195 pengine[2318]: 2006/05/25_17:08:23 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 cib[2302]: \
2006/05/25_17:08:23 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 240 ms (GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:08:23 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_failure_stickiness pengine[2318]: 2006/05/25_17:08:23 info: \
mask(unpack.c:unpack_config): Default failure stickiness: 0 pengine[2318]: \
2006/05/25_17:08:23 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:08:24 info: \
mask(unpack.c:unpack_config): STONITH of failed nodes is disabled pengine[2318]: \
2006/05/25_17:08:24 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_action pengine[2318]: 2006/05/25_17:08:24 info: \
mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:08:24 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:08:24 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:08:24 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:08:24 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:08:24 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:08:24 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:08:24 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:08:25 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:08:25 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:08:25 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:08:25 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:08:25 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:08:25 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:08:25 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:08:25 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:08:25 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:08:25 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:08:25 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:08:26 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:08:26 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started lrmd[2303]: 2006/05/25_17:08:26 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2917] exited with return \
code 0 pengine[2318]: 2006/05/25_17:08:26 debug: mask(native.c:NoRoleChange): \
Executing: ipaddr01 (role=Started) lrmd[2303]: 2006/05/25_17:08:26 debug: \
on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list pengine[2318]: 2006/05/25_17:08:26 notice: mask(native.c:NoRoleChange): \
Leave resource ipaddr01	(nodo01) lrmd[2303]: 2006/05/25_17:08:26 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 300 ms \
(GSource: 0x87a9218) pengine[2318]: 2006/05/25_17:08:26 debug: \
mask(native.c:Recurring): nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: \
2006/05/25_17:08:26 debug: mask(stages.c:stage8): Creating transition graph 2. \
pengine[2318]: 2006/05/25_17:08:26 notice: mask(stages.c:stage8): Created transition \
graph 2. pengine[2318]: 2006/05/25_17:08:27 WARN: mask(pengine.c:process_pe_message): \
No value specified for cluster preference: pe-input-series-max crmd[2306]: \
2006/05/25_17:08:27 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ \
state=S_POLICY_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: \
2006/05/25_17:08:27 debug: mask(xml.c:write_xml_file): \
/var/lib/heartbeat/pengine/pe-input-62.bz2: In: 2990, out: 1019 crmd[2306]: \
2006/05/25_17:08:27 debug: actions:trace: 	// A_LOG crmd[2306]: 2006/05/25_17:08:27 \
info: mask(fsa.c:do_state_transition): nodo01: State transition S_POLICY_ENGINE -> \
S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=do_msg_route ] \
crmd[2306]: 2006/05/25_17:08:27 debug: actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: \
2006/05/25_17:08:27 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: \
2006/05/25_17:08:27 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP pengine[2318]: \
2006/05/25_17:08:27 info: mask(pengine.c:process_pe_message): Transition 2: PEngine \
Input stored in: /var/lib/heartbeat/pengine/pe-input-62.bz2 crmd[2306]: \
2006/05/25_17:08:27 debug: actions:trace: 	// A_TE_INVOKE crmd[2306]: \
2006/05/25_17:08:27 debug: mask(tengine.c:do_te_invoke): Starting a transition \
tengine[2317]: 2006/05/25_17:08:27 info: mask(unpack.c:unpack_graph): Unpacked \
transition 2: 3 actions in 3 synapses tengine[2317]: 2006/05/25_17:08:27 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:08:28 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:08:28 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:08:28 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:08:28 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:08:28 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:08:28 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:08:28 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:08:28 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:08:28 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:08:28 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:08:28 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:08:28 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:08:28 debug: \
mask(graph.c:run_graph): Transition 2: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:08:28 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:08:28 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key=2:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:08:28 debug: on_msg_perform_op: add an operation operation \
monitor[5] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:08:29 debug: Resource Agent (operation monitor[5] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [2939] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:08:29 debug: on_op_done:operation monitor[5] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:08:29 info: mask(lrm.c:process_lrm_event): LRM operation (5) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:08:29 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:08:29 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 27 cib[2302]: 2006/05/25_17:08:29 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:08:29 info: mask(notify.c:cib_diff_notify): Update \
mgmtd[2308]: 2006/05/25_17:08:29 debug: update cib finished
tengine[2317]: 2006/05/25_17:08:29 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.653 -> 0.7.654 cib[2302]: 2006/05/25_17:08:29 debug: \
mask(cib:diff): -   <status> cib[2302]: 2006/05/25_17:08:29 debug: mask(cib:diff): -  \
<node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:08:29 \
debug: mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
cib[2302]: 2006/05/25_17:08:29 debug: mask(cib:diff): -         <lrm_resources> \
cib[2302]: 2006/05/25_17:08:29 debug: mask(cib:diff): -           <lrm_resource \
id="ipaddr01"> cib[2302]: 2006/05/25_17:08:29 debug: mask(cib:diff): -             \
<lrm_rsc_op transition_key="0:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="4:7;0:225cac89-ffa1-4579-83f6-363711860f0f" call_id="2" rc_code="7" \
op_status="4" id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:08:30 debug: \
mask(cib:diff): -           </lrm_resource> tengine[2317]: 2006/05/25_17:08:30 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:08:30 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:08:30 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:08:30 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:08:30 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:08:30 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:08:30 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:08:30 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:08:30 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:08:30 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:08:30 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="2:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;2:225cac89-ffa1-4579-83f6-363711860f0f" call_id="5" rc_code="0" \
op_status="0" id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:08:30 debug: \
mask(cib:diff): - </cib> tengine[2317]: 2006/05/25_17:08:30 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:08:30 debug: mask(cib:diff): + <cib num_updates="654"> tengine[2317]: \
2006/05/25_17:08:31 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:08:31 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:08:31 notice: \
mask(graph.c:run_graph): Transition 2: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:08:31 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:08:31 debug: \
mask(actions.c:notify_crmd): Transition 2 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:08:31 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:08:31 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:08:31 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:08:31 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:08:31 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:08:31 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:08:31 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="2:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;2:225cac89-ffa1-4579-83f6-363711860f0f" call_id="5" rc_code="0" \
op_status="0" id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:08:31 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:08:32 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:08:32 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:08:32 debug: mask(cib:diff): +         </lrm_resources> lrmd[2303]: \
2006/05/25_17:08:32 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2961] exited with return \
code 0 crmd[2306]: 2006/05/25_17:08:32 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:08:32 debug: mask(cib:diff): +       \
</lrm> lrmd[2303]: 2006/05/25_17:08:32 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
crmd[2306]: 2006/05/25_17:08:32 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP \
cib[2302]: 2006/05/25_17:08:32 debug: mask(cib:diff): +     </node_state> lrmd[2303]: \
2006/05/25_17:08:32 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 270 ms (GSource: 0x87a9218) crmd[2306]: 2006/05/25_17:08:32 debug: \
actions:trace: 	// A_PE_INVOKE cib[2302]: 2006/05/25_17:08:32 debug: mask(cib:diff): \
+   </status> crmd[2306]: 2006/05/25_17:08:32 debug: mask(pengine.c:do_pe_invoke): \
Requesting the current CIB: S_POLICY_ENGINE cib[2302]: 2006/05/25_17:08:33 debug: \
mask(cib:diff): + </cib> cib[2302]: 2006/05/25_17:08:33 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.653 -> 0.7.654 \
cib[2302]: 2006/05/25_17:08:33 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_query op from 2306 cib[2983]: 2006/05/25_17:08:33 \
debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
cdc8075deced90bacb6d760f30be389a crmd[2306]: 2006/05/25_17:08:33 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 27 complete crmd[2306]: \
2006/05/25_17:08:33 debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569713-19 pengine[2318]: 2006/05/25_17:08:33 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="654" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2983]: 2006/05/25_17:08:33 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.654 of the CIB to disk (digest: \
b5fd5809d3df31d5821979675bf0459a) pengine[2318]: 2006/05/25_17:08:33 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[2302]: 2006/05/25_17:08:33 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 118 from \
ourselves pengine[2318]: 2006/05/25_17:08:33 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s pengine[2318]: 2006/05/25_17:08:33 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_stickiness pengine[2318]: 2006/05/25_17:08:33 info: \
mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:08:33 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:08:33 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:08:33 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:08:33 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:08:33 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:08:33 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:08:34 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:08:34 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:08:34 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:08:34 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:08:34 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:08:34 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:08:34 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:08:34 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:08:34 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:08:34 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:08:34 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:08:34 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:08:34 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:08:34 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:08:34 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:08:35 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:08:35 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:08:35 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:08:35 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:08:35 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:08:35 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:08:35 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:08:35 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:08:35 debug: \
mask(stages.c:stage8): Creating transition graph 3. pengine[2318]: \
2006/05/25_17:08:35 notice: mask(stages.c:stage8): Created transition graph 3. \
pengine[2318]: 2006/05/25_17:08:35 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:08:35 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:08:36 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-63.bz2: In: 2990, \
out: 1012 crmd[2306]: 2006/05/25_17:08:36 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:08:36 info: mask(pengine.c:process_pe_message): \
Transition 3: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-63.bz2 \
crmd[2306]: 2006/05/25_17:08:36 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:08:36 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:08:36 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:08:36 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:08:36 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:08:36 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:08:36 info: mask(unpack.c:unpack_graph): Unpacked transition 3: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:08:36 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:08:36 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:08:36 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:08:36 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:08:36 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:08:37 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:08:37 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:08:37 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:08:37 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:08:37 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:08:37 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:08:37 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:08:37 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:08:37 debug: \
mask(graph.c:run_graph): Transition 3: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:08:37 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
lrmd[2303]: 2006/05/25_17:08:38 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
was delayed 160 ms before being called (GSource: 0x87a9218) crmd[2306]: \
2006/05/25_17:08:38 info: mask(lrm.c:do_lrm_rsc_op): Performing op monitor on \
ipaddr01 (interval=0ms, key=3:225cac89-ffa1-4579-83f6-363711860f0f) lrmd[2303]: \
2006/05/25_17:08:38 info: G_SIG_dispatch: started at 2945679 should have started at \
2945663 lrmd[2303]: 2006/05/25_17:08:38 debug: Resource Agent (operation monitor[4] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [2984] exited with return \
code 0 lrmd[2303]: 2006/05/25_17:08:38 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:08:38 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 270 ms (GSource: 0x87a9218) lrmd[2303]: 2006/05/25_17:08:38 \
debug: on_msg_perform_op: add an operation operation monitor[6] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:08:38 debug: Resource Agent (operation monitor[6] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3006] exited with return code 0 \
crmd[2306]: 2006/05/25_17:08:38 info: mask(lrm.c:process_lrm_event): LRM operation \
(6) monitor_0 on ipaddr01 complete lrmd[2303]: 2006/05/25_17:08:38 debug: \
on_op_done:operation monitor[6] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0]  is removed \
from op list lrmd[2303]: 2006/05/25_17:08:38 WARN: G_SIG_dispatch: Dispatch function \
for SIGCHLD took too long to execute: 80 ms (GSource: 0x87a9218) lrmd[2303]: \
2006/05/25_17:08:38 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:08:38 debug: \
mask(lrm.c:do_update_resource): Sent resource state update message: 29 cib[2302]: \
2006/05/25_17:08:39 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:08:39 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:29): 0.7.654 -> 0.7.655 \
(ok) cib[2302]: 2006/05/25_17:08:39 debug: mask(cib:diff): - <cib num_updates="654">
cib[2302]: 2006/05/25_17:08:39 debug: mask(cib:diff): -   <status>
cib[2302]: 2006/05/25_17:08:39 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:08:39 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:08:39 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:08:39 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:08:39 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="2:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;2:225cac89-ffa1-4579-83f6-363711860f0f" call_id="5" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:08:39 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.654 -> 0.7.655 \
tengine[2317]: 2006/05/25_17:08:39 debug: mask(events.c:extract_event): Processing \
state update from 999293f8-89a9-40a8-9d91-9561df7c6f81 mgmtd[2308]: \
2006/05/25_17:08:39 debug: update cib finished tengine[2317]: 2006/05/25_17:08:39 \
info: mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 cib[2302]: 2006/05/25_17:08:39 debug: mask(cib:diff): -           \
</lrm_resource> tengine[2317]: 2006/05/25_17:08:39 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error cib[2302]: 2006/05/25_17:08:39 debug: mask(cib:diff): -         \
</lrm_resources> tengine[2317]: 2006/05/25_17:08:39 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:08:39 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:08:39 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:08:39 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:08:39 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:08:39 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:08:40 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="3:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;3:225cac89-ffa1-4579-83f6-363711860f0f" call_id="6" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:08:40 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed \
tengine[2317]: 2006/05/25_17:08:40 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:08:40 \
debug: mask(cib:diff): - </cib> tengine[2317]: 2006/05/25_17:08:40 notice: \
mask(graph.c:run_graph): Transition 3: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:08:40 debug: mask(cib:diff): + <cib \
num_updates="655"> tengine[2317]: 2006/05/25_17:08:40 debug: \
mask(actions.c:notify_crmd): Transition 3 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:08:40 debug: mask(cib:diff): +   <status> crmd[2306]: \
2006/05/25_17:08:40 debug: mask(messages.c:handle_request): Transition cancelled: \
te_abort/Event failed cib[2302]: 2006/05/25_17:08:40 debug: mask(cib:diff): +     \
<node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: \
2006/05/25_17:08:40 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: [ \
state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:08:40 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:08:40 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_TRANSITION_ENGINE -> \
S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE origin=do_msg_route ] \
cib[2302]: 2006/05/25_17:08:40 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:08:41 info: mask(fsa.c:do_state_transition): All 1 cluster \
nodes are eligable to run resources. cib[2302]: 2006/05/25_17:08:41 debug: \
mask(cib:diff): +           <lrm_resource id="ipaddr01"> crmd[2306]: \
2006/05/25_17:08:41 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:08:41 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="3:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;3:225cac89-ffa1-4579-83f6-363711860f0f" call_id="6" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:08:41 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:08:41 debug: mask(cib:diff): +        \
</lrm_resource> crmd[2306]: 2006/05/25_17:08:41 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:08:41 debug: mask(cib:diff): +         \
</lrm_resources> crmd[2306]: 2006/05/25_17:08:41 debug: actions:trace: 	// \
A_PE_INVOKE cib[2302]: 2006/05/25_17:08:41 debug: mask(cib:diff): +       </lrm>
crmd[2306]: 2006/05/25_17:08:41 debug: mask(pengine.c:do_pe_invoke): Requesting the \
current CIB: S_POLICY_ENGINE cib[2302]: 2006/05/25_17:08:41 debug: mask(cib:diff): +  \
</node_state> cib[2302]: 2006/05/25_17:08:41 debug: mask(cib:diff): +   </status>
cib[2302]: 2006/05/25_17:08:41 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:08:41 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.654 -> 0.7.655 crmd[2306]: 2006/05/25_17:08:41 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 29 complete cib[2302]: \
2006/05/25_17:08:41 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 crmd[2306]: 2006/05/25_17:08:41 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569721-21 \
pengine[2318]: 2006/05/25_17:08:41 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="655" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3028]: 2006/05/25_17:08:41 \
debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
b5fd5809d3df31d5821979675bf0459a pengine[2318]: 2006/05/25_17:08:41 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[3028]: 2006/05/25_17:08:41 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.655 of the CIB to disk (digest: \
5d70af827b28ebe5fcf00c31adb2216a) pengine[2318]: 2006/05/25_17:08:42 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:08:42 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness pengine[2318]: 2006/05/25_17:08:42 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:08:42 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:08:42 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
cib[2302]: 2006/05/25_17:08:42 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 122 from ourselves pengine[2318]: 2006/05/25_17:08:42 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
stonith_enabled pengine[2318]: 2006/05/25_17:08:42 info: \
mask(unpack.c:unpack_config): STONITH of failed nodes is disabled pengine[2318]: \
2006/05/25_17:08:42 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_action pengine[2318]: 2006/05/25_17:08:42 info: \
mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:08:42 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:08:43 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:08:43 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:08:43 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:08:43 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:08:43 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:08:43 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources lrmd[2303]: \
2006/05/25_17:08:43 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3029] exited with return \
code 0 pengine[2318]: 2006/05/25_17:08:43 info: mask(unpack.c:unpack_config): Orphan \
resources are ignored lrmd[2303]: 2006/05/25_17:08:44 debug: on_op_done:operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
pengine[2318]: 2006/05/25_17:08:44 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions lrmd[2303]: 2006/05/25_17:08:44 \
WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 370 ms \
(GSource: 0x87a9218) pengine[2318]: 2006/05/25_17:08:44 info: \
mask(unpack.c:unpack_config): Orphan resource actions are stopped pengine[2318]: \
2006/05/25_17:08:44 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: remove_after_stop pengine[2318]: 2006/05/25_17:08:44 info: \
mask(unpack.c:unpack_config): Stopped resources are removed from the status section: \
false pengine[2318]: 2006/05/25_17:08:44 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: is_managed_default pengine[2318]: \
2006/05/25_17:08:44 info: mask(unpack.c:unpack_config): By default resources are \
managed pengine[2318]: 2006/05/25_17:08:44 info: \
ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 pengine[2318]: 2006/05/25_17:08:44 \
debug: mask(stages.c:stage3): nodo01 probed: false pengine[2318]: 2006/05/25_17:08:44 \
notice: mask(native.c:native_create_probe): nodo01: Created probe for ipaddr01 \
pengine[2318]: 2006/05/25_17:08:44 debug: mask(stages.c:stage3): nodo02 probed: \
(null) pengine[2318]: 2006/05/25_17:08:44 debug: \
mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:08:44 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:08:44 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:08:44 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:08:45 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:08:45 debug: \
mask(stages.c:stage8): Creating transition graph 4. pengine[2318]: \
2006/05/25_17:08:45 notice: mask(stages.c:stage8): Created transition graph 4. \
pengine[2318]: 2006/05/25_17:08:45 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:08:45 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:08:45 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-64.bz2: In: 2990, \
out: 1019 crmd[2306]: 2006/05/25_17:08:45 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:08:45 info: mask(pengine.c:process_pe_message): \
Transition 4: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-64.bz2 \
crmd[2306]: 2006/05/25_17:08:45 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:08:45 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:08:45 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:08:46 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:08:46 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:08:46 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:08:46 info: mask(unpack.c:unpack_graph): Unpacked transition 4: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:08:46 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:08:46 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:08:46 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:08:46 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:08:46 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:08:46 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:08:46 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:08:46 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:08:46 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:08:46 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:08:46 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:08:46 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:08:46 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:08:46 debug: \
mask(graph.c:run_graph): Transition 4: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:08:46 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:08:46 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key=4:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:08:46 debug: on_msg_perform_op: add an operation operation \
monitor[7] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:08:47 debug: Resource Agent (operation monitor[7] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3054] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:08:47 debug: on_op_done:operation monitor[7] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:08:47 info: mask(lrm.c:process_lrm_event): LRM operation (7) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:08:47 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:08:47 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 31 cib[2302]: 2006/05/25_17:08:47 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:08:47 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:31): 0.7.655 -> 0.7.656 (ok) cib[2302]: 2006/05/25_17:08:47 \
debug: mask(cib:diff): - <cib num_updates="655"> mgmtd[2308]: 2006/05/25_17:08:47 \
debug: update cib finished tengine[2317]: 2006/05/25_17:08:47 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.655 -> 0.7.656 \
cib[2302]: 2006/05/25_17:08:48 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:08:48 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:08:48 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:08:48 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:08:48 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:08:48 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="3:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;3:225cac89-ffa1-4579-83f6-363711860f0f" call_id="6" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:08:48 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:08:48 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:08:48 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:08:48 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:08:48 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:08:48 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:08:48 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:08:48 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:08:48 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:08:48 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:08:48 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:08:48 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="4:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;4:225cac89-ffa1-4579-83f6-363711860f0f" call_id="7" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:08:48 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:08:48 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:08:48 debug: \
mask(cib:diff): + <cib num_updates="656"> tengine[2317]: 2006/05/25_17:08:49 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:08:49 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:08:49 notice: \
mask(graph.c:run_graph): Transition 4: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:08:49 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> lrmd[2303]: 2006/05/25_17:08:49 debug: \
Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3076] \
exited with return code 0 tengine[2317]: 2006/05/25_17:08:49 debug: \
mask(actions.c:notify_crmd): Transition 4 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:08:49 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> lrmd[2303]: 2006/05/25_17:08:49 debug: \
on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list crmd[2306]: 2006/05/25_17:08:49 debug: mask(messages.c:handle_request): \
Transition cancelled: te_abort/Event failed cib[2302]: 2006/05/25_17:08:49 debug: \
mask(cib:diff): +         <lrm_resources> lrmd[2303]: 2006/05/25_17:08:50 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 250 ms \
(GSource: 0x87a9218) crmd[2306]: 2006/05/25_17:08:50 debug: mask(fsa.c:s_crmd_fsa): \
Processing I_PE_CALC: [ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:08:50 debug: mask(cib:diff): +         \
<lrm_resource id="ipaddr01"> crmd[2306]: 2006/05/25_17:08:50 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_TRANSITION_ENGINE -> \
S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE origin=do_msg_route ] \
cib[2302]: 2006/05/25_17:08:50 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="4:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;4:225cac89-ffa1-4579-83f6-363711860f0f" call_id="7" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:08:50 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
crmd[2306]: 2006/05/25_17:08:50 debug: actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: \
2006/05/25_17:08:50 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:08:50 debug: mask(cib:diff): +           </lrm_resource> cib[2302]: \
2006/05/25_17:08:50 debug: mask(cib:diff): +         </lrm_resources> cib[2302]: \
2006/05/25_17:08:50 debug: mask(cib:diff): +       </lrm> crmd[2306]: \
2006/05/25_17:08:50 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:08:51 debug: mask(cib:diff): +     </node_state> crmd[2306]: \
2006/05/25_17:08:51 debug: actions:trace: 	// A_PE_INVOKE cib[2302]: \
2006/05/25_17:08:51 debug: mask(cib:diff): +   </status> crmd[2306]: \
2006/05/25_17:08:51 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE cib[2302]: 2006/05/25_17:08:51 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:08:51 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.655 -> 0.7.656 crmd[2306]: 2006/05/25_17:08:51 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 31 complete cib[2302]: \
2006/05/25_17:08:51 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 crmd[2306]: 2006/05/25_17:08:51 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569731-23 \
pengine[2318]: 2006/05/25_17:08:51 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="656" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3099]: 2006/05/25_17:08:51 \
debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
5d70af827b28ebe5fcf00c31adb2216a cib[2302]: 2006/05/25_17:08:51 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_query op locally from \
3098 pengine[2318]: 2006/05/25_17:08:51 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: transition_idle_timeout cib[3099]: \
2006/05/25_17:08:51 info: mask(io.c:write_cib_contents): Wrote version 0.7.656 of the \
CIB to disk (digest: 56849af62c862f4c6c28b4fa4b552d85) pengine[2318]: \
2006/05/25_17:08:51 debug: mask(unpack.c:unpack_config): transition_idle_timeout set \
to: 60s pengine[2318]: 2006/05/25_17:08:51 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: default_resource_stickiness cib[2302]: \
2006/05/25_17:08:52 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 12c from ourselves pengine[2318]: 2006/05/25_17:08:52 info: \
mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:08:52 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:08:52 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:08:52 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:08:52 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:08:52 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:08:52 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:08:52 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:08:52 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:08:52 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:08:52 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:08:52 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:08:53 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:08:53 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:08:53 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:08:53 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:08:53 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:08:53 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:08:53 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:08:53 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:08:53 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:08:53 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:08:53 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:08:53 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:08:53 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:08:53 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:08:54 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:08:54 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:08:54 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:08:54 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:08:54 debug: \
mask(stages.c:stage8): Creating transition graph 5. pengine[2318]: \
2006/05/25_17:08:54 notice: mask(stages.c:stage8): Created transition graph 5. \
pengine[2318]: 2006/05/25_17:08:54 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:08:54 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:08:54 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-65.bz2: In: 2990, \
out: 1015 crmd[2306]: 2006/05/25_17:08:54 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:08:54 info: mask(pengine.c:process_pe_message): \
Transition 5: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-65.bz2 \
crmd[2306]: 2006/05/25_17:08:55 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:08:55 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:08:55 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP lrmd[2303]: 2006/05/25_17:08:55 debug: \
Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3100] \
exited with return code 0 crmd[2306]: 2006/05/25_17:08:55 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP lrmd[2303]: 2006/05/25_17:08:55 debug: on_op_done:operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
crmd[2306]: 2006/05/25_17:08:55 debug: actions:trace: 	// A_TE_INVOKE lrmd[2303]: \
2006/05/25_17:08:55 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 250 ms (GSource: 0x87a9218) crmd[2306]: 2006/05/25_17:08:55 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:08:55 info: mask(unpack.c:unpack_graph): Unpacked transition 5: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:08:55 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:08:55 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:08:55 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:08:56 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:08:56 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:08:56 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:08:56 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:08:56 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:08:56 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:08:56 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:08:56 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:08:56 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:08:56 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:08:56 debug: \
mask(graph.c:run_graph): Transition 5: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:08:56 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:08:56 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key=5:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:08:56 debug: on_msg_perform_op: add an operation operation \
monitor[8] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:08:57 debug: Resource Agent (operation monitor[8] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3122] exited with return code 0 \
crmd[2306]: 2006/05/25_17:08:57 info: mask(lrm.c:process_lrm_event): LRM operation \
(8) monitor_0 on ipaddr01 complete lrmd[2303]: 2006/05/25_17:08:57 debug: \
on_op_done:operation monitor[8] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0]  is removed \
from op list lrmd[2303]: 2006/05/25_17:08:57 WARN: G_SIG_dispatch: Dispatch function \
for SIGCHLD took too long to execute: 50 ms (GSource: 0x87a9218) lrmd[2303]: \
2006/05/25_17:08:57 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:08:57 debug: \
mask(lrm.c:do_update_resource): Sent resource state update message: 33 cib[2302]: \
2006/05/25_17:08:57 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:08:57 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:33): 0.7.656 -> 0.7.657 \
(ok) cib[2302]: 2006/05/25_17:08:57 debug: mask(cib:diff): - <cib num_updates="656">
cib[2302]: 2006/05/25_17:08:57 debug: mask(cib:diff): -   <status>
mgmtd[2308]: 2006/05/25_17:08:58 debug: update cib finished
cib[2302]: 2006/05/25_17:08:58 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:08:58 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:08:58 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:08:58 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:08:58 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="4:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;4:225cac89-ffa1-4579-83f6-363711860f0f" call_id="7" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:08:58 debug: mask(cib:diff): -     \
</lrm_resource> cib[2302]: 2006/05/25_17:08:58 debug: mask(cib:diff): -         \
</lrm_resources> tengine[2317]: 2006/05/25_17:08:58 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.656 -> 0.7.657 \
cib[2302]: 2006/05/25_17:08:58 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:08:58 debug: mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:08:58 debug: \
mask(cib:diff): -     </node_state> cib[2302]: 2006/05/25_17:08:58 debug: \
mask(cib:diff): -   </status> cib[2302]: 2006/05/25_17:08:58 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:08:58 info: mask(events.c:match_graph_event): \
Re-mapping op status to LRM_OP_ERROR for ipaddr01_monitor_0 cib[2302]: \
2006/05/25_17:08:58 debug: mask(cib:diff): + <cib num_updates="657"> tengine[2317]: \
2006/05/25_17:08:58 ERROR: mask(events.c:match_graph_event): Action \
ipaddr01_monitor_0 on nodo01 failed (target: 7 vs. rc: 0): Error cib[2302]: \
2006/05/25_17:08:58 debug: mask(cib:diff): +   <status> tengine[2317]: \
2006/05/25_17:08:58 info: mask(utils.c:update_abort_priority): Abort priority \
upgraded to 0 cib[2302]: 2006/05/25_17:08:58 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:08:58 info: \
mask(utils.c:update_abort_priority): Abort action 0 superceeded by 2 cib[2302]: \
2006/05/25_17:08:58 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:08:58 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:08:58 debug: mask(cib:diff): +     \
<lrm_resources> tengine[2317]: 2006/05/25_17:08:59 debug: \
mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="5:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;5:225cac89-ffa1-4579-83f6-363711860f0f" call_id="8" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:08:59 debug: mask(cib:diff): +     \
<lrm_resource id="ipaddr01"> tengine[2317]: 2006/05/25_17:08:59 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:08:59 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="5:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;5:225cac89-ffa1-4579-83f6-363711860f0f" call_id="8" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:08:59 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:08:59 \
debug: mask(cib:diff): +           </lrm_resource> tengine[2317]: 2006/05/25_17:08:59 \
notice: mask(graph.c:run_graph): Transition 5: (Complete=1, Pending=0, Fired=0, \
Skipped=2, Incomplete=0) cib[2302]: 2006/05/25_17:08:59 debug: mask(cib:diff): +      \
</lrm_resources> tengine[2317]: 2006/05/25_17:09:01 debug: \
mask(actions.c:notify_crmd): Transition 5 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:09:01 debug: mask(cib:diff): +       </lrm> crmd[2306]: \
2006/05/25_17:09:01 debug: mask(messages.c:handle_request): Transition cancelled: \
te_abort/Event failed cib[2302]: 2006/05/25_17:09:01 debug: mask(cib:diff): +     \
</node_state> lrmd[2303]: 2006/05/25_17:09:01 debug: Resource Agent (operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3144] exited with return \
code 0 crmd[2306]: 2006/05/25_17:09:01 debug: mask(fsa.c:s_crmd_fsa): Processing \
I_PE_CALC: [ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] \
cib[2302]: 2006/05/25_17:09:01 debug: mask(cib:diff): +   </status> lrmd[2303]: \
2006/05/25_17:09:01 debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  is removed from op list crmd[2306]: 2006/05/25_17:09:01 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_TRANSITION_ENGINE -> \
S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE origin=do_msg_route ] \
cib[2302]: 2006/05/25_17:09:03 debug: mask(cib:diff): + </cib> lrmd[2303]: \
2006/05/25_17:09:03 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 310 ms (GSource: 0x87a9218) crmd[2306]: 2006/05/25_17:09:03 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:09:03 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.656 -> 0.7.657 crmd[2306]: 2006/05/25_17:09:03 debug: actions:trace: \
// A_DC_TIMER_STOP cib[3166]: 2006/05/25_17:09:03 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
56849af62c862f4c6c28b4fa4b552d85 crmd[2306]: 2006/05/25_17:09:03 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:03 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:04 debug: \
actions:trace: 	// A_PE_INVOKE crmd[2306]: 2006/05/25_17:09:04 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE crmd[2306]: \
2006/05/25_17:09:04 debug: mask(lrm.c:cib_rsc_callback): Resource update 33 complete \
cib[2302]: 2006/05/25_17:09:04 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_query op from 2306 cib[3166]: 2006/05/25_17:09:04 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.657 of the CIB to disk (digest: \
70bc5a94770ae603b3615858dde379dd) crmd[2306]: 2006/05/25_17:09:04 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569744-25 \
pengine[2318]: 2006/05/25_17:09:04 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="657" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2302]: 2006/05/25_17:09:04 \
debug: mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 13a \
from ourselves pengine[2318]: 2006/05/25_17:09:04 WARN: mask(unpack.c:unpack_config): \
No value specified for cluster preference: transition_idle_timeout pengine[2318]: \
2006/05/25_17:09:04 debug: mask(unpack.c:unpack_config): transition_idle_timeout set \
to: 60s pengine[2318]: 2006/05/25_17:09:04 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: default_resource_stickiness pengine[2318]: \
2006/05/25_17:09:04 info: mask(unpack.c:unpack_config): Default stickiness: 0 \
pengine[2318]: 2006/05/25_17:09:04 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:09:04 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:09:04 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:09:04 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:09:05 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:09:05 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:09:05 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:09:05 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:09:05 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:09:05 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:09:05 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:09:05 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:09:05 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:09:05 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:09:05 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:09:05 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:09:05 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:09:05 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:09:05 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:09:06 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:09:06 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:09:06 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:09:06 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:09:06 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:09:06 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:09:06 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:09:06 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:09:06 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:09:06 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:09:07 debug: \
mask(stages.c:stage8): Creating transition graph 6. pengine[2318]: \
2006/05/25_17:09:07 notice: mask(stages.c:stage8): Created transition graph 6. \
lrmd[2303]: 2006/05/25_17:09:07 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3169] exited with return \
code 0 pengine[2318]: 2006/05/25_17:09:07 WARN: mask(pengine.c:process_pe_message): \
No value specified for cluster preference: pe-input-series-max crmd[2306]: \
2006/05/25_17:09:07 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ \
state=S_POLICY_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] lrmd[2303]: \
2006/05/25_17:09:07 debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  is removed from op list pengine[2318]: 2006/05/25_17:09:07 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-66.bz2: In: 2990, \
out: 1020 crmd[2306]: 2006/05/25_17:09:07 debug: actions:trace: 	// A_LOG
lrmd[2303]: 2006/05/25_17:09:07 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 390 ms (GSource: 0x87a9218) pengine[2318]: \
2006/05/25_17:09:07 info: mask(pengine.c:process_pe_message): Transition 6: PEngine \
Input stored in: /var/lib/heartbeat/pengine/pe-input-66.bz2 crmd[2306]: \
2006/05/25_17:09:08 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE \
origin=do_msg_route ] crmd[2306]: 2006/05/25_17:09:08 debug: actions:trace: 	// \
A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:09:08 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:08 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:08 debug: actions:trace: 	// \
A_TE_INVOKE crmd[2306]: 2006/05/25_17:09:08 debug: mask(tengine.c:do_te_invoke): \
Starting a transition tengine[2317]: 2006/05/25_17:09:08 info: \
mask(unpack.c:unpack_graph): Unpacked transition 6: 3 actions in 3 synapses \
tengine[2317]: 2006/05/25_17:09:08 debug: mask(utils.c:print_graph): Synapse 0 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:09:08 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, priority: 0) tengine[2317]: 2006/05/25_17:09:08 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:09:08 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:08 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:09:08 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:08 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:08 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:09:08 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:08 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:08 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:09:08 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:09:08 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:09:08 debug: \
mask(graph.c:run_graph): Transition 6: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:09:09 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:09 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key=6:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:09:09 debug: on_msg_perform_op: add an operation operation \
monitor[9] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:09:09 debug: Resource Agent (operation monitor[9] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3191] exited with return code 0 \
crmd[2306]: 2006/05/25_17:09:09 info: mask(lrm.c:process_lrm_event): LRM operation \
(9) monitor_0 on ipaddr01 complete lrmd[2303]: 2006/05/25_17:09:09 debug: \
on_op_done:operation monitor[9] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0]  is removed \
from op list lrmd[2303]: 2006/05/25_17:09:09 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:09 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 35 cib[2302]: 2006/05/25_17:09:09 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:09:09 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:35): 0.7.657 -> 0.7.658 (ok) cib[2302]: 2006/05/25_17:09:09 \
debug: mask(cib:diff): - <cib num_updates="657"> mgmtd[2308]: 2006/05/25_17:09:09 \
debug: update cib finished tengine[2317]: 2006/05/25_17:09:09 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.657 -> 0.7.658 \
cib[2302]: 2006/05/25_17:09:10 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:09:10 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:09:10 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:09:10 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:09:10 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:09:10 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="5:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;5:225cac89-ffa1-4579-83f6-363711860f0f" call_id="8" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:10 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:09:10 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:09:10 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:09:10 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:09:10 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:09:10 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:09:10 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:09:10 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:09:10 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:09:10 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:09:10 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:09:10 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="6:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;6:225cac89-ffa1-4579-83f6-363711860f0f" call_id="9" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:10 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:09:11 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:09:11 debug: \
mask(cib:diff): + <cib num_updates="658"> tengine[2317]: 2006/05/25_17:09:11 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:09:11 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:09:11 notice: \
mask(graph.c:run_graph): Transition 6: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:09:11 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:09:11 debug: \
mask(actions.c:notify_crmd): Transition 6 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:09:11 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:09:11 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:09:11 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:09:11 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:09:11 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:09:11 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:09:11 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="6:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;6:225cac89-ffa1-4579-83f6-363711860f0f" call_id="9" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:09:11 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:09:11 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:09:11 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:09:11 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:09:11 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:09:11 debug: mask(cib:diff): +       </lrm> crmd[2306]: \
2006/05/25_17:09:11 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:09:11 debug: mask(cib:diff): +     </node_state> crmd[2306]: \
2006/05/25_17:09:12 debug: actions:trace: 	// A_PE_INVOKE cib[2302]: \
2006/05/25_17:09:12 debug: mask(cib:diff): +   </status> crmd[2306]: \
2006/05/25_17:09:12 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE cib[2302]: 2006/05/25_17:09:12 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:09:12 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.657 -> 0.7.658 crmd[2306]: 2006/05/25_17:09:12 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 35 complete cib[2302]: \
2006/05/25_17:09:12 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 cib[3213]: 2006/05/25_17:09:12 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
70bc5a94770ae603b3615858dde379dd crmd[2306]: 2006/05/25_17:09:12 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569752-27 \
pengine[2318]: 2006/05/25_17:09:12 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="658" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3213]: 2006/05/25_17:09:12 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.658 of the CIB to disk (digest: \
e7faaf2d59d6a0cf635c16a4009a97a3) pengine[2318]: 2006/05/25_17:09:12 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[2302]: 2006/05/25_17:09:13 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 143 from \
ourselves pengine[2318]: 2006/05/25_17:09:13 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s cib[2302]: 2006/05/25_17:09:13 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 450 ms before being called \
(GSource: 0x8cc4c20) lrmd[2303]: 2006/05/25_17:09:13 debug: Resource Agent (operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3214] exited with return \
code 0 pengine[2318]: 2006/05/25_17:09:13 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: default_resource_stickiness cib[2302]: \
2006/05/25_17:09:13 info: G_SIG_dispatch: started at 2949197 should have started at \
2949152 lrmd[2303]: 2006/05/25_17:09:13 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
pengine[2318]: 2006/05/25_17:09:13 info: mask(unpack.c:unpack_config): Default \
stickiness: 0 cib[2302]: 2006/05/25_17:09:13 WARN: G_SIG_dispatch: Dispatch function \
for SIGCHLD took too long to execute: 250 ms (GSource: 0x8cc4c20) lrmd[2303]: \
2006/05/25_17:09:13 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 200 ms (GSource: 0x87a9218) pengine[2318]: 2006/05/25_17:09:13 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_failure_stickiness pengine[2318]: 2006/05/25_17:09:13 info: \
mask(unpack.c:unpack_config): Default failure stickiness: 0 pengine[2318]: \
2006/05/25_17:09:13 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:09:13 info: \
mask(unpack.c:unpack_config): STONITH of failed nodes is disabled pengine[2318]: \
2006/05/25_17:09:13 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_action pengine[2318]: 2006/05/25_17:09:13 info: \
mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:09:13 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:09:14 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:09:14 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:09:14 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:09:14 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:09:14 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:09:14 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:09:14 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:09:14 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:09:14 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:09:14 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:09:14 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:09:14 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:09:14 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:09:15 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:09:15 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:09:15 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:09:15 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:09:15 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:09:15 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:09:15 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:09:15 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:09:15 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:09:16 debug: \
mask(stages.c:stage8): Creating transition graph 7. pengine[2318]: \
2006/05/25_17:09:16 notice: mask(stages.c:stage8): Created transition graph 7. \
pengine[2318]: 2006/05/25_17:09:16 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:09:16 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:09:16 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-67.bz2: In: 2990, \
out: 1027 crmd[2306]: 2006/05/25_17:09:16 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:09:16 info: mask(pengine.c:process_pe_message): \
Transition 7: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-67.bz2 \
crmd[2306]: 2006/05/25_17:09:16 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:09:16 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:09:16 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:16 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:16 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:09:16 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:09:16 info: mask(unpack.c:unpack_graph): Unpacked transition 7: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:09:16 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:16 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:09:16 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:09:16 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:16 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:09:17 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:17 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:17 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:09:17 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:17 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:17 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:09:17 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:09:17 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:09:17 debug: \
mask(graph.c:run_graph): Transition 7: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:09:17 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:17 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key=7:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:09:18 debug: on_msg_perform_op: add an operation operation \
monitor[10] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:09:18 debug: perform_op: current op is performing. \
lrmd[2303]: 2006/05/25_17:09:18 debug: perform_op: its information: operation \
monitor[10] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
interval=[5000] crm_feature_set=[1.0.5] nic=[eth0] . lrmd[2303]: 2006/05/25_17:09:18 \
debug: Resource Agent (operation monitor[10] on ocf::IPaddr::ipaddr01 for client \
2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0] ): pid [3239] \
exited with return code 0 lrmd[2303]: 2006/05/25_17:09:18 debug: on_op_done:operation \
monitor[10] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
interval=[5000] crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:09:18 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 20 ms (GSource: 0x87a9218) crmd[2306]: 2006/05/25_17:09:18 \
info: mask(lrm.c:process_lrm_event): LRM operation (10) monitor_0 on ipaddr01 \
complete lrmd[2303]: 2006/05/25_17:09:18 debug: on_msg_get_rsc: the client [pid:2306] \
wants to get the information of the resource [rsc_id: ipaddr01] crmd[2306]: \
2006/05/25_17:09:19 debug: mask(lrm.c:do_update_resource): Sent resource state update \
message: 37 cib[2302]: 2006/05/25_17:09:19 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:09:19 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:37): 0.7.658 -> 0.7.659 (ok) mgmtd[2308]: 2006/05/25_17:09:19 \
debug: update cib finished tengine[2317]: 2006/05/25_17:09:19 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.658 -> 0.7.659 \
tengine[2317]: 2006/05/25_17:09:19 debug: mask(events.c:extract_event): Processing \
state update from 999293f8-89a9-40a8-9d91-9561df7c6f81 tengine[2317]: \
2006/05/25_17:09:19 info: mask(events.c:match_graph_event): Re-mapping op status to \
LRM_OP_ERROR for ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:09:19 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:09:19 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 tengine[2317]: \
2006/05/25_17:09:19 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:09:19 debug: mask(cib:diff): - <cib \
num_updates="658"> cib[2302]: 2006/05/25_17:09:19 debug: mask(cib:diff): -   <status>
tengine[2317]: 2006/05/25_17:09:19 debug: mask(utils.c:abort_transition_graph): \
match_graph_event:366 - Triggered graph processing : Event failed cib[2302]: \
2006/05/25_17:09:19 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:09:19 debug: \
mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="7:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;7:225cac89-ffa1-4579-83f6-363711860f0f" call_id="10" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:09:19 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:09:19 debug: mask(cib:diff): -       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:09:19 info: \
mask(graph.c:run_graph): \
===================================================lrmd[2303]: 2006/05/25_17:09:19 \
debug: Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, \
its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3261] \
exited with return code 0 cib[2302]: 2006/05/25_17:09:19 debug: mask(cib:diff): -     \
<lrm_resources> tengine[2317]: 2006/05/25_17:09:20 notice: mask(graph.c:run_graph): \
Transition 7: (Complete=1, Pending=0, Fired=0, Skipped=2, Incomplete=0) lrmd[2303]: \
2006/05/25_17:09:20 debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  is removed from op list cib[2302]: 2006/05/25_17:09:20 debug: \
mask(cib:diff): -           <lrm_resource id="ipaddr01"> tengine[2317]: \
2006/05/25_17:09:20 debug: mask(actions.c:notify_crmd): Transition 7 status: te_abort \
- Event failed lrmd[2303]: 2006/05/25_17:09:20 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD took too long to execute: 980 ms (GSource: 0x87a9218) cib[2302]: \
2006/05/25_17:09:20 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="6:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;6:225cac89-ffa1-4579-83f6-363711860f0f" call_id="9" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:09:20 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:09:20 debug: mask(cib:diff): -           </lrm_resource> \
crmd[2306]: 2006/05/25_17:09:20 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:09:20 debug: mask(cib:diff): -         </lrm_resources> cib[2302]: \
2006/05/25_17:09:20 debug: mask(cib:diff): -       </lrm> cib[2302]: \
2006/05/25_17:09:20 debug: mask(cib:diff): -     </node_state> crmd[2306]: \
2006/05/25_17:09:20 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] crmd[2306]: 2006/05/25_17:09:20 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
crmd[2306]: 2006/05/25_17:09:20 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:09:20 debug: mask(cib:diff): -   </status> crmd[2306]: \
2006/05/25_17:09:20 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:09:21 debug: mask(cib:diff): - </cib> crmd[2306]: 2006/05/25_17:09:21 \
debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:09:21 debug: \
mask(cib:diff): + <cib num_updates="659"> crmd[2306]: 2006/05/25_17:09:21 debug: \
actions:trace: 	// A_PE_INVOKE cib[2302]: 2006/05/25_17:09:21 debug: mask(cib:diff): \
+   <status> crmd[2306]: 2006/05/25_17:09:21 debug: mask(pengine.c:do_pe_invoke): \
Requesting the current CIB: S_POLICY_ENGINE cib[2302]: 2006/05/25_17:09:21 debug: \
mask(cib:diff): +     <node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
cib[2302]: 2006/05/25_17:09:21 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:09:21 debug: \
mask(cib:diff): +         <lrm_resources> cib[2302]: 2006/05/25_17:09:21 debug: \
mask(cib:diff): +           <lrm_resource id="ipaddr01"> cib[2302]: \
2006/05/25_17:09:21 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="7:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;7:225cac89-ffa1-4579-83f6-363711860f0f" call_id="10" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:21 debug: mask(cib:diff): +     \
</lrm_resource> cib[2302]: 2006/05/25_17:09:21 debug: mask(cib:diff): +         \
</lrm_resources> cib[2302]: 2006/05/25_17:09:21 debug: mask(cib:diff): +       </lrm>
cib[2302]: 2006/05/25_17:09:21 debug: mask(cib:diff): +     </node_state>
cib[2302]: 2006/05/25_17:09:21 debug: mask(cib:diff): +   </status>
cib[2302]: 2006/05/25_17:09:21 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:09:22 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.658 -> 0.7.659 crmd[2306]: 2006/05/25_17:09:22 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 37 complete cib[2302]: \
2006/05/25_17:09:22 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 cib[3283]: 2006/05/25_17:09:22 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
e7faaf2d59d6a0cf635c16a4009a97a3 crmd[2306]: 2006/05/25_17:09:22 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569762-29 \
pengine[2318]: 2006/05/25_17:09:22 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="659" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3283]: 2006/05/25_17:09:22 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.659 of the CIB to disk (digest: \
c9839abd5a325c653649ced8de1a42a8) pengine[2318]: 2006/05/25_17:09:22 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout pengine[2318]: 2006/05/25_17:09:22 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s cib[2302]: \
2006/05/25_17:09:22 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 14e from ourselves pengine[2318]: 2006/05/25_17:09:22 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_stickiness pengine[2318]: 2006/05/25_17:09:22 info: \
mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:09:22 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:09:22 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:09:22 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:09:22 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:09:23 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:09:23 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:09:23 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:09:23 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:09:23 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:09:23 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:09:23 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:09:23 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:09:23 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:09:23 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:09:23 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:09:23 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:09:24 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:09:24 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:09:24 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:09:24 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:09:24 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:09:24 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:09:24 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:09:24 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:09:24 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:09:24 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:09:25 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:09:25 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:09:25 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) lrmd[2303]: 2006/05/25_17:09:25 debug: \
Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3284] \
exited with return code 0 pengine[2318]: 2006/05/25_17:09:25 debug: \
mask(stages.c:stage8): Creating transition graph 8. lrmd[2303]: 2006/05/25_17:09:25 \
debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list pengine[2318]: 2006/05/25_17:09:25 notice: mask(stages.c:stage8): \
Created transition graph 8. lrmd[2303]: 2006/05/25_17:09:26 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD took too long to execute: 280 ms (GSource: 0x87a9218) \
pengine[2318]: 2006/05/25_17:09:26 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:09:26 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:09:26 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-68.bz2: In: 2991, \
out: 1016 crmd[2306]: 2006/05/25_17:09:26 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:09:26 info: mask(pengine.c:process_pe_message): \
Transition 8: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-68.bz2 \
crmd[2306]: 2006/05/25_17:09:26 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:09:26 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:09:26 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:26 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:26 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:09:26 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:09:26 info: mask(unpack.c:unpack_graph): Unpacked transition 8: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:09:26 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:26 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:09:26 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:09:26 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:26 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:09:26 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:27 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:27 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:09:27 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:27 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:27 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:09:27 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:09:27 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:09:27 debug: \
mask(graph.c:run_graph): Transition 8: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:09:27 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:27 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key=8:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:09:27 debug: on_msg_perform_op: add an operation operation \
monitor[11] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:09:27 debug: Resource Agent (operation monitor[11] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3306] exited with return code 0 \
crmd[2306]: 2006/05/25_17:09:27 info: mask(lrm.c:process_lrm_event): LRM operation \
(11) monitor_0 on ipaddr01 complete lrmd[2303]: 2006/05/25_17:09:28 debug: \
on_op_done:operation monitor[11] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0]  is removed \
from op list lrmd[2303]: 2006/05/25_17:09:28 WARN: G_SIG_dispatch: Dispatch function \
for SIGCHLD took too long to execute: 50 ms (GSource: 0x87a9218) lrmd[2303]: \
2006/05/25_17:09:28 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:09:28 debug: \
mask(lrm.c:do_update_resource): Sent resource state update message: 39 cib[2302]: \
2006/05/25_17:09:28 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:09:28 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:39): 0.7.659 -> 0.7.660 \
(ok) cib[2302]: 2006/05/25_17:09:28 debug: mask(cib:diff): - <cib num_updates="659">
cib[2302]: 2006/05/25_17:09:28 debug: mask(cib:diff): -   <status>
tengine[2317]: 2006/05/25_17:09:28 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.659 -> 0.7.660 tengine[2317]: 2006/05/25_17:09:28 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 tengine[2317]: 2006/05/25_17:09:28 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:09:28 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:09:28 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 mgmtd[2308]: \
2006/05/25_17:09:28 debug: update cib finished tengine[2317]: 2006/05/25_17:09:28 \
info: mask(utils.c:update_abort_priority): Abort action 0 superceeded by 2 cib[2302]: \
2006/05/25_17:09:28 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:09:28 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:09:28 debug: mask(cib:diff): -     \
<lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:09:28 \
debug: mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="8:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;8:225cac89-ffa1-4579-83f6-363711860f0f" call_id="11" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:28 debug: mask(cib:diff): -     \
<lrm_resources> tengine[2317]: 2006/05/25_17:09:28 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:09:28 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
tengine[2317]: 2006/05/25_17:09:28 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:09:29 \
debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="7:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;7:225cac89-ffa1-4579-83f6-363711860f0f" call_id="10" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:09:29 notice: \
mask(graph.c:run_graph): Transition 8: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) tengine[2317]: 2006/05/25_17:09:29 debug: mask(actions.c:notify_crmd): \
Transition 8 status: te_abort - Event failed cib[2302]: 2006/05/25_17:09:29 debug: \
mask(cib:diff): -           </lrm_resource> crmd[2306]: 2006/05/25_17:09:29 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:09:29 debug: mask(cib:diff): -         </lrm_resources> \
crmd[2306]: 2006/05/25_17:09:29 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:09:29 debug: mask(cib:diff): -       </lrm> crmd[2306]: \
2006/05/25_17:09:29 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:09:29 debug: mask(cib:diff): -     \
</node_state> crmd[2306]: 2006/05/25_17:09:29 info: mask(fsa.c:do_state_transition): \
All 1 cluster nodes are eligable to run resources. cib[2302]: 2006/05/25_17:09:29 \
debug: mask(cib:diff): -   </status> crmd[2306]: 2006/05/25_17:09:29 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:09:29 debug: \
mask(cib:diff): - </cib> crmd[2306]: 2006/05/25_17:09:29 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:09:29 debug: mask(cib:diff): + <cib \
num_updates="660"> crmd[2306]: 2006/05/25_17:09:29 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:09:29 debug: mask(cib:diff): +   \
<status> crmd[2306]: 2006/05/25_17:09:29 debug: actions:trace: 	// A_PE_INVOKE
cib[2302]: 2006/05/25_17:09:29 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:09:30 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE cib[2302]: \
2006/05/25_17:09:30 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:09:30 debug: \
mask(cib:diff): +         <lrm_resources> cib[2302]: 2006/05/25_17:09:30 debug: \
mask(cib:diff): +           <lrm_resource id="ipaddr01"> cib[2302]: \
2006/05/25_17:09:30 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="8:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;8:225cac89-ffa1-4579-83f6-363711860f0f" call_id="11" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:30 debug: mask(cib:diff): +     \
</lrm_resource> cib[2302]: 2006/05/25_17:09:30 debug: mask(cib:diff): +         \
</lrm_resources> cib[2302]: 2006/05/25_17:09:30 debug: mask(cib:diff): +       </lrm>
cib[2302]: 2006/05/25_17:09:30 debug: mask(cib:diff): +     </node_state>
cib[2302]: 2006/05/25_17:09:30 debug: mask(cib:diff): +   </status>
cib[2302]: 2006/05/25_17:09:30 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:09:30 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.659 -> 0.7.660 crmd[2306]: 2006/05/25_17:09:30 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 39 complete cib[2302]: \
2006/05/25_17:09:30 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 crmd[2306]: 2006/05/25_17:09:30 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569770-31 \
pengine[2318]: 2006/05/25_17:09:31 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="660" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3328]: 2006/05/25_17:09:31 \
debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
c9839abd5a325c653649ced8de1a42a8 cib[2302]: 2006/05/25_17:09:31 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 157 from \
ourselves pengine[2318]: 2006/05/25_17:09:31 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: transition_idle_timeout cib[3328]: \
2006/05/25_17:09:31 info: mask(io.c:write_cib_contents): Wrote version 0.7.660 of the \
CIB to disk (digest: 725ab68327c9a70998f70aaefe4ec31a) lrmd[2303]: \
2006/05/25_17:09:31 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3329] exited with return \
code 0 pengine[2318]: 2006/05/25_17:09:31 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s lrmd[2303]: 2006/05/25_17:09:31 debug: \
on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list pengine[2318]: 2006/05/25_17:09:31 WARN: mask(unpack.c:unpack_config): \
No value specified for cluster preference: default_resource_stickiness lrmd[2303]: \
2006/05/25_17:09:31 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 230 ms (GSource: 0x87a9218) pengine[2318]: 2006/05/25_17:09:31 info: \
mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:09:31 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:09:31 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:09:31 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:09:31 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:09:32 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:09:32 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:09:32 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:09:32 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:09:32 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:09:32 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:09:32 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:09:32 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:09:32 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:09:32 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:09:32 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:09:33 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:09:33 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:09:33 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:09:33 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:09:33 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:09:33 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:09:33 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:09:33 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:09:33 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:09:33 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:09:33 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:09:34 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:09:34 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:09:34 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:09:34 debug: \
mask(stages.c:stage8): Creating transition graph 9. pengine[2318]: \
2006/05/25_17:09:34 notice: mask(stages.c:stage8): Created transition graph 9. \
pengine[2318]: 2006/05/25_17:09:34 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:09:34 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:09:34 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-69.bz2: In: 2991, \
out: 1021 crmd[2306]: 2006/05/25_17:09:34 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:09:34 info: mask(pengine.c:process_pe_message): \
Transition 9: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-69.bz2 \
crmd[2306]: 2006/05/25_17:09:34 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:09:34 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:09:34 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:34 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:34 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:09:35 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:09:35 info: mask(unpack.c:unpack_graph): Unpacked transition 9: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:09:35 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:35 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:09:35 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:09:35 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:35 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:09:35 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:35 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:35 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:09:35 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:35 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:35 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:09:35 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:09:35 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:09:35 debug: \
mask(graph.c:run_graph): Transition 9: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:09:35 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:36 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key=9:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:09:36 debug: on_msg_perform_op: add an operation operation \
monitor[12] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:09:36 debug: Resource Agent (operation monitor[12] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3351] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:09:36 debug: on_op_done:operation monitor[12] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:09:36 info: mask(lrm.c:process_lrm_event): LRM operation (12) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:09:36 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:36 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 41 cib[2302]: 2006/05/25_17:09:36 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:09:36 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:41): 0.7.660 -> 0.7.661 (ok) cib[2302]: 2006/05/25_17:09:36 \
debug: mask(cib:diff): - <cib num_updates="660"> mgmtd[2308]: 2006/05/25_17:09:36 \
debug: update cib finished tengine[2317]: 2006/05/25_17:09:36 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.660 -> 0.7.661 \
cib[2302]: 2006/05/25_17:09:37 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:09:37 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:09:37 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:09:37 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:09:37 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:09:37 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="8:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;8:225cac89-ffa1-4579-83f6-363711860f0f" call_id="11" \
id="ipaddr01_monitor_0"/> lrmd[2303]: 2006/05/25_17:09:37 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3373] exited with return \
code 0 cib[2302]: 2006/05/25_17:09:37 debug: mask(cib:diff): -           \
</lrm_resource> tengine[2317]: 2006/05/25_17:09:37 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:09:37 debug: \
mask(cib:diff): -         </lrm_resources> cib[2302]: 2006/05/25_17:09:37 debug: \
mask(cib:diff): -       </lrm> tengine[2317]: 2006/05/25_17:09:37 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 cib[2302]: 2006/05/25_17:09:37 debug: mask(cib:diff): -     \
</node_state> lrmd[2303]: 2006/05/25_17:09:37 debug: on_op_done:operation monitor[4] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
tengine[2317]: 2006/05/25_17:09:37 ERROR: mask(events.c:match_graph_event): Action \
ipaddr01_monitor_0 on nodo01 failed (target: 7 vs. rc: 0): Error cib[2302]: \
2006/05/25_17:09:37 debug: mask(cib:diff): -   </status> lrmd[2303]: \
2006/05/25_17:09:37 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 650 ms (GSource: 0x87a9218) tengine[2317]: 2006/05/25_17:09:37 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 tengine[2317]: \
2006/05/25_17:09:37 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 tengine[2317]: 2006/05/25_17:09:37 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:09:37 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:09:37 debug: mask(abort_transition_graph): Cause \
<lrm_rsc_op transition_key="9:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;9:225cac89-ffa1-4579-83f6-363711860f0f" call_id="12" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:38 debug: mask(cib:diff): + \
<cib num_updates="661"> tengine[2317]: 2006/05/25_17:09:38 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:09:38 debug: mask(cib:diff): +   <status> cib[2302]: \
2006/05/25_17:09:38 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:09:38 debug: \
mask(cib:diff): +       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
tengine[2317]: 2006/05/25_17:09:38 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:09:38 \
debug: mask(cib:diff): +         <lrm_resources> tengine[2317]: 2006/05/25_17:09:38 \
notice: mask(graph.c:run_graph): Transition 9: (Complete=1, Pending=0, Fired=0, \
Skipped=2, Incomplete=0) cib[2302]: 2006/05/25_17:09:38 debug: mask(cib:diff): +      \
<lrm_resource id="ipaddr01"> tengine[2317]: 2006/05/25_17:09:38 debug: \
mask(actions.c:notify_crmd): Transition 9 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:09:38 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="9:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;9:225cac89-ffa1-4579-83f6-363711860f0f" call_id="12" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:09:38 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:09:38 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:09:38 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:09:38 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:09:38 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:09:38 debug: mask(cib:diff): +       \
</lrm> crmd[2306]: 2006/05/25_17:09:39 info: mask(fsa.c:do_state_transition): All 1 \
cluster nodes are eligable to run resources. cib[2302]: 2006/05/25_17:09:39 debug: \
mask(cib:diff): +     </node_state> crmd[2306]: 2006/05/25_17:09:39 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:09:39 debug: \
mask(cib:diff): +   </status> crmd[2306]: 2006/05/25_17:09:39 debug: actions:trace: \
// A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:09:39 debug: mask(cib:diff): + \
</cib> crmd[2306]: 2006/05/25_17:09:39 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:09:39 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.660 -> 0.7.661 \
crmd[2306]: 2006/05/25_17:09:39 debug: actions:trace: 	// A_PE_INVOKE cib[3395]: \
2006/05/25_17:09:39 debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
725ab68327c9a70998f70aaefe4ec31a crmd[2306]: 2006/05/25_17:09:39 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE cib[3395]: \
2006/05/25_17:09:39 info: mask(io.c:write_cib_contents): Wrote version 0.7.661 of the \
CIB to disk (digest: 00767d22b301a82343ace81ba8fb3e5e) crmd[2306]: \
2006/05/25_17:09:39 debug: mask(lrm.c:cib_rsc_callback): Resource update 41 complete \
cib[2302]: 2006/05/25_17:09:39 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_query op from 2306 cib[2302]: 2006/05/25_17:09:40 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 150 ms before being called \
(GSource: 0x8cc4c20) crmd[2306]: 2006/05/25_17:09:40 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569779-33 \
pengine[2318]: 2006/05/25_17:09:40 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="661" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2302]: 2006/05/25_17:09:40 info: \
G_SIG_dispatch: started at 2951854 should have started at 2951839 pengine[2318]: \
2006/05/25_17:09:40 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: transition_idle_timeout cib[2302]: 2006/05/25_17:09:40 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 690 ms \
(GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:09:40 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s cib[2302]: \
2006/05/25_17:09:40 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 161 from ourselves pengine[2318]: 2006/05/25_17:09:40 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_stickiness pengine[2318]: 2006/05/25_17:09:40 info: \
mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:09:40 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:09:40 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:09:40 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:09:40 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:09:40 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:09:41 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:09:41 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:09:41 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:09:41 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:09:41 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:09:41 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:09:41 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:09:41 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:09:41 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:09:41 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:09:41 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:09:41 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:09:41 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:09:42 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:09:42 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:09:42 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:09:42 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:09:42 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:09:42 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:09:42 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:09:42 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:09:43 debug: \
lrmd[2303]: 2006/05/25_17:09:43 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3396] exited with return \
code 0 pengine[2318]: 2006/05/25_17:09:43 debug: mask(native.c:Recurring): nodo01	   \
ipaddr01_monitor_5000 (optional) lrmd[2303]: 2006/05/25_17:09:43 debug: \
on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list pengine[2318]: 2006/05/25_17:09:43 debug: mask(stages.c:stage8): \
Creating transition graph 10. lrmd[2303]: 2006/05/25_17:09:43 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD took too long to execute: 240 ms (GSource: 0x87a9218) \
pengine[2318]: 2006/05/25_17:09:43 notice: mask(stages.c:stage8): Created transition \
graph 10. pengine[2318]: 2006/05/25_17:09:43 WARN: \
mask(pengine.c:process_pe_message): No value specified for cluster preference: \
pe-input-series-max crmd[2306]: 2006/05/25_17:09:43 debug: mask(fsa.c:s_crmd_fsa): \
Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE cause=C_IPC_MESSAGE \
origin=do_msg_route ] pengine[2318]: 2006/05/25_17:09:43 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-70.bz2: In: 2991, \
out: 1023 crmd[2306]: 2006/05/25_17:09:43 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:09:43 info: mask(pengine.c:process_pe_message): \
Transition 10: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-70.bz2 \
crmd[2306]: 2006/05/25_17:09:43 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:09:43 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:09:44 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:44 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:44 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:09:44 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:09:44 info: mask(unpack.c:unpack_graph): Unpacked transition 10: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:09:44 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:44 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:09:44 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:09:44 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:44 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:09:44 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:44 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:44 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:09:44 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:44 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:44 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:09:44 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:09:44 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:09:44 debug: \
mask(graph.c:run_graph): Transition 10: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:09:44 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:45 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:09:45 debug: on_msg_perform_op: add an operation operation \
monitor[13] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:09:45 debug: Resource Agent (operation monitor[13] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3421] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:09:45 debug: on_op_done:operation monitor[13] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:09:45 info: mask(lrm.c:process_lrm_event): LRM operation (13) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:09:45 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:45 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 43 cib[2302]: 2006/05/25_17:09:45 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:09:45 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:43): 0.7.661 -> 0.7.662 (ok) cib[2302]: 2006/05/25_17:09:46 \
debug: mask(cib:diff): - <cib num_updates="661"> mgmtd[2308]: 2006/05/25_17:09:46 \
debug: update cib finished tengine[2317]: 2006/05/25_17:09:46 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.661 -> 0.7.662 \
cib[2302]: 2006/05/25_17:09:46 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:09:46 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:09:46 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:09:46 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:09:46 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:09:46 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="9:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;9:225cac89-ffa1-4579-83f6-363711860f0f" call_id="12" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:46 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:09:46 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:09:46 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:09:46 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:09:46 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:09:46 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:09:46 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:09:46 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:09:46 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:09:46 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:09:46 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:09:46 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="10:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;10:225cac89-ffa1-4579-83f6-363711860f0f" call_id="13" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:46 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:09:46 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:09:46 debug: \
mask(cib:diff): + <cib num_updates="662"> tengine[2317]: 2006/05/25_17:09:46 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:09:47 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:09:47 notice: \
mask(graph.c:run_graph): Transition 10: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:09:47 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:09:47 debug: \
mask(actions.c:notify_crmd): Transition 10 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:09:47 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:09:47 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:09:47 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:09:47 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:09:47 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:09:47 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:09:47 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="10:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;10:225cac89-ffa1-4579-83f6-363711860f0f" call_id="13" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:09:47 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:09:47 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:09:47 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:09:48 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:09:48 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:09:48 debug: mask(cib:diff): +       </lrm> crmd[2306]: \
2006/05/25_17:09:48 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:09:48 debug: mask(cib:diff): +     </node_state> crmd[2306]: \
2006/05/25_17:09:48 debug: actions:trace: 	// A_PE_INVOKE cib[2302]: \
2006/05/25_17:09:48 debug: mask(cib:diff): +   </status> crmd[2306]: \
2006/05/25_17:09:48 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE cib[2302]: 2006/05/25_17:09:48 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:09:48 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.661 -> 0.7.662 crmd[2306]: 2006/05/25_17:09:48 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 43 complete cib[2302]: \
2006/05/25_17:09:49 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 lrmd[2303]: 2006/05/25_17:09:49 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3443] exited with return \
code 0 cib[2302]: 2006/05/25_17:09:49 debug: mask(callbacks.c:cib_peer_callback): \
Discarding cib_apply_diff message 16b from ourselves crmd[2306]: 2006/05/25_17:09:49 \
debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569789-35 pengine[2318]: 2006/05/25_17:09:49 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="662" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> lrmd[2303]: 2006/05/25_17:09:49 \
debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list cib[3465]: 2006/05/25_17:09:49 debug: mask(io.c:validate_cib_digest): \
Digest comparision passed: 00767d22b301a82343ace81ba8fb3e5e pengine[2318]: \
2006/05/25_17:09:49 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: transition_idle_timeout lrmd[2303]: 2006/05/25_17:09:49 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 390 ms \
(GSource: 0x87a9218) cib[3465]: 2006/05/25_17:09:49 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.662 of the CIB to disk (digest: \
f5ff9bb2bafbdaed80892549dd0398ef) pengine[2318]: 2006/05/25_17:09:49 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:09:49 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness pengine[2318]: 2006/05/25_17:09:49 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:09:49 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:09:49 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:09:49 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:09:49 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:09:49 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:09:50 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:09:50 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:09:50 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:09:50 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:09:50 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:09:50 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:09:50 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:09:50 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:09:50 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:09:50 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:09:50 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:09:50 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:09:50 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:09:50 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:09:51 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:09:51 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:09:51 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:09:51 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:09:51 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:09:51 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:09:51 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:09:51 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:09:51 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:09:51 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:09:51 debug: \
mask(stages.c:stage8): Creating transition graph 11. pengine[2318]: \
2006/05/25_17:09:52 notice: mask(stages.c:stage8): Created transition graph 11. \
pengine[2318]: 2006/05/25_17:09:52 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:09:52 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:09:52 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-71.bz2: In: 2993, \
out: 1020 crmd[2306]: 2006/05/25_17:09:52 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:09:52 info: mask(pengine.c:process_pe_message): \
Transition 11: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-71.bz2 \
crmd[2306]: 2006/05/25_17:09:52 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:09:52 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:09:52 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:52 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:09:52 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:09:52 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:09:52 info: mask(unpack.c:unpack_graph): Unpacked transition 11: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:09:52 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:52 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:09:53 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:09:53 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:09:53 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:09:53 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:53 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:53 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:09:53 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:09:53 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:09:53 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:09:53 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:09:53 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:09:53 debug: \
mask(graph.c:run_graph): Transition 11: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:09:53 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:53 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:09:53 debug: on_msg_perform_op: add an operation operation \
monitor[14] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:09:54 debug: Resource Agent (operation monitor[14] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3466] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:09:54 debug: on_op_done:operation monitor[14] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:09:54 info: mask(lrm.c:process_lrm_event): LRM operation (14) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:09:54 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:09:54 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 45 cib[2302]: 2006/05/25_17:09:54 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:09:54 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:45): 0.7.662 -> 0.7.663 (ok) cib[2302]: 2006/05/25_17:09:54 \
debug: mask(cib:diff): - <cib num_updates="662"> mgmtd[2308]: 2006/05/25_17:09:54 \
debug: update cib finished tengine[2317]: 2006/05/25_17:09:54 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.662 -> 0.7.663 \
cib[2302]: 2006/05/25_17:09:55 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:09:55 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:09:55 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:09:55 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:09:55 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:09:55 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="10:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;10:225cac89-ffa1-4579-83f6-363711860f0f" call_id="13" \
id="ipaddr01_monitor_0"/> lrmd[2303]: 2006/05/25_17:09:55 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3488] exited with return \
code 0 cib[2302]: 2006/05/25_17:09:55 debug: mask(cib:diff): -           \
</lrm_resource> tengine[2317]: 2006/05/25_17:09:55 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:09:55 debug: \
mask(cib:diff): -         </lrm_resources> cib[2302]: 2006/05/25_17:09:55 debug: \
mask(cib:diff): -       </lrm> tengine[2317]: 2006/05/25_17:09:55 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 cib[2302]: 2006/05/25_17:09:55 debug: mask(cib:diff): -     \
</node_state> lrmd[2303]: 2006/05/25_17:09:55 debug: on_op_done:operation monitor[4] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
tengine[2317]: 2006/05/25_17:09:55 ERROR: mask(events.c:match_graph_event): Action \
ipaddr01_monitor_0 on nodo01 failed (target: 7 vs. rc: 0): Error cib[2302]: \
2006/05/25_17:09:55 debug: mask(cib:diff): -   </status> lrmd[2303]: \
2006/05/25_17:09:55 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 880 ms (GSource: 0x87a9218) tengine[2317]: 2006/05/25_17:09:55 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 tengine[2317]: \
2006/05/25_17:09:55 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 tengine[2317]: 2006/05/25_17:09:55 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:09:55 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:09:55 debug: mask(abort_transition_graph): Cause \
<lrm_rsc_op transition_key="11:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;11:225cac89-ffa1-4579-83f6-363711860f0f" call_id="14" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:09:55 debug: mask(cib:diff): + \
<cib num_updates="663"> tengine[2317]: 2006/05/25_17:09:56 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:09:56 debug: mask(cib:diff): +   <status> cib[2302]: \
2006/05/25_17:09:56 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:09:56 debug: \
mask(cib:diff): +       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
tengine[2317]: 2006/05/25_17:09:56 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:09:56 \
debug: mask(cib:diff): +         <lrm_resources> tengine[2317]: 2006/05/25_17:09:56 \
notice: mask(graph.c:run_graph): Transition 11: (Complete=1, Pending=0, Fired=0, \
Skipped=2, Incomplete=0) cib[2302]: 2006/05/25_17:09:56 debug: mask(cib:diff): +      \
<lrm_resource id="ipaddr01"> tengine[2317]: 2006/05/25_17:09:56 debug: \
mask(actions.c:notify_crmd): Transition 11 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:09:56 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="11:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;11:225cac89-ffa1-4579-83f6-363711860f0f" call_id="14" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:09:56 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:09:56 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:09:56 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:09:56 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:09:56 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:09:56 debug: mask(cib:diff): +       \
</lrm> crmd[2306]: 2006/05/25_17:09:56 info: mask(fsa.c:do_state_transition): All 1 \
cluster nodes are eligable to run resources. cib[2302]: 2006/05/25_17:09:56 debug: \
mask(cib:diff): +     </node_state> crmd[2306]: 2006/05/25_17:09:56 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:09:57 debug: \
mask(cib:diff): +   </status> crmd[2306]: 2006/05/25_17:09:57 debug: actions:trace: \
// A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:09:57 debug: mask(cib:diff): + \
</cib> crmd[2306]: 2006/05/25_17:09:57 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:09:57 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.662 -> 0.7.663 \
crmd[2306]: 2006/05/25_17:09:57 debug: actions:trace: 	// A_PE_INVOKE cib[3510]: \
2006/05/25_17:09:57 debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
f5ff9bb2bafbdaed80892549dd0398ef crmd[2306]: 2006/05/25_17:09:57 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE cib[3510]: \
2006/05/25_17:09:57 info: mask(io.c:write_cib_contents): Wrote version 0.7.663 of the \
CIB to disk (digest: abaf2148c44afbb1fa32f087757ba7e2) crmd[2306]: \
2006/05/25_17:09:57 debug: mask(lrm.c:cib_rsc_callback): Resource update 45 complete \
cib[2302]: 2006/05/25_17:09:57 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_query op from 2306 cib[2302]: 2006/05/25_17:09:57 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 190 ms before being called \
(GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:09:58 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="663" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> crmd[2306]: 2006/05/25_17:09:58 \
debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569797-37 cib[2302]: 2006/05/25_17:09:58 info: G_SIG_dispatch: started \
at 2953660 should have started at 2953641 pengine[2318]: 2006/05/25_17:09:58 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[2302]: 2006/05/25_17:09:58 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD took too long to execute: 350 ms (GSource: 0x8cc4c20) \
pengine[2318]: 2006/05/25_17:09:58 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s cib[2302]: 2006/05/25_17:09:58 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 175 from \
ourselves pengine[2318]: 2006/05/25_17:09:58 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: default_resource_stickiness pengine[2318]: \
2006/05/25_17:09:58 info: mask(unpack.c:unpack_config): Default stickiness: 0 \
pengine[2318]: 2006/05/25_17:09:58 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:09:58 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:09:58 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:09:58 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:09:58 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:09:58 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:09:59 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:09:59 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:09:59 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:09:59 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:09:59 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:09:59 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:09:59 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:09:59 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:09:59 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:09:59 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:09:59 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:09:59 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:09:59 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:10:00 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:10:00 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:10:00 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:10:00 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:10:01 debug: \
mask(stages.c:stage3): nodo02 probed: (null) lrmd[2303]: 2006/05/25_17:10:01 debug: \
Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3511] \
lrmd[2303]: 2006/05/25_17:10:01 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
pengine[2318]: 2006/05/25_17:10:01 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started lrmd[2303]: 2006/05/25_17:10:01 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD took too long to execute: 500 ms (GSource: 0x87a9218) \
pengine[2318]: 2006/05/25_17:10:01 debug: mask(native.c:NoRoleChange): Executing: \
ipaddr01 (role=Started) pengine[2318]: 2006/05/25_17:10:02 notice: \
mask(native.c:NoRoleChange): Leave resource ipaddr01	(nodo01) pengine[2318]: \
2006/05/25_17:10:02 debug: mask(native.c:Recurring): nodo01	   ipaddr01_monitor_5000 \
(optional) pengine[2318]: 2006/05/25_17:10:02 debug: mask(stages.c:stage8): Creating \
transition graph 12. pengine[2318]: 2006/05/25_17:10:02 notice: \
mask(stages.c:stage8): Created transition graph 12. pengine[2318]: \
2006/05/25_17:10:02 WARN: mask(pengine.c:process_pe_message): No value specified for \
cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:10:02 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:10:02 debug: \
actions:trace: 	// A_LOG crmd[2306]: 2006/05/25_17:10:02 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_POLICY_ENGINE -> \
S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=do_msg_route ] \
crmd[2306]: 2006/05/25_17:10:02 debug: actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: \
2006/05/25_17:10:02 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP pengine[2318]: \
2006/05/25_17:10:02 debug: mask(xml.c:write_xml_file): \
/var/lib/heartbeat/pengine/pe-input-72.bz2: In: 2993, out: 1017 crmd[2306]: \
2006/05/25_17:10:02 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP pengine[2318]: \
2006/05/25_17:10:03 info: mask(pengine.c:process_pe_message): Transition 12: PEngine \
Input stored in: /var/lib/heartbeat/pengine/pe-input-72.bz2 crmd[2306]: \
2006/05/25_17:10:03 debug: actions:trace: 	// A_TE_INVOKE pengine[2318]: \
2006/05/25_17:10:03 ERROR: mask(ipc.c:subsystem_msg_dispatch): pengine took 5300ms to \
complete crmd[2306]: 2006/05/25_17:10:03 debug: mask(tengine.c:do_te_invoke): \
Starting a transition tengine[2317]: 2006/05/25_17:10:03 info: \
mask(unpack.c:unpack_graph): Unpacked transition 12: 3 actions in 3 synapses \
tengine[2317]: 2006/05/25_17:10:04 debug: mask(utils.c:print_graph): Synapse 0 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:10:04 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, priority: 0) tengine[2317]: 2006/05/25_17:10:04 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:10:04 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:04 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:10:04 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:04 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:04 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:10:05 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:05 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:05 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:10:05 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:10:05 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:10:05 debug: \
mask(graph.c:run_graph): Transition 12: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:10:05 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:10:06 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:10:06 debug: on_msg_perform_op: add an operation operation \
monitor[15] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:10:06 debug: Resource Agent (operation monitor[15] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3536] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:10:06 debug: on_op_done:operation monitor[15] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:10:06 info: mask(lrm.c:process_lrm_event): LRM operation (15) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:10:06 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:10:06 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 47 cib[2302]: 2006/05/25_17:10:06 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:10:06 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:47): 0.7.663 -> 0.7.664 (ok) cib[2302]: 2006/05/25_17:10:06 \
debug: mask(cib:diff): - <cib num_updates="663"> mgmtd[2308]: 2006/05/25_17:10:07 \
debug: update cib finished tengine[2317]: 2006/05/25_17:10:07 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.663 -> 0.7.664 \
cib[2302]: 2006/05/25_17:10:07 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:10:07 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:10:07 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:10:07 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:10:07 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:10:07 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="11:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;11:225cac89-ffa1-4579-83f6-363711860f0f" call_id="14" \
id="ipaddr01_monitor_0"/> lrmd[2303]: 2006/05/25_17:10:07 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3558] exited with return \
code 0 cib[2302]: 2006/05/25_17:10:07 debug: mask(cib:diff): -           \
</lrm_resource> tengine[2317]: 2006/05/25_17:10:07 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:10:07 debug: \
mask(cib:diff): -         </lrm_resources> cib[2302]: 2006/05/25_17:10:07 debug: \
mask(cib:diff): -       </lrm> tengine[2317]: 2006/05/25_17:10:07 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 cib[2302]: 2006/05/25_17:10:08 debug: mask(cib:diff): -     \
</node_state> lrmd[2303]: 2006/05/25_17:10:08 debug: on_op_done:operation monitor[4] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
tengine[2317]: 2006/05/25_17:10:08 ERROR: mask(events.c:match_graph_event): Action \
ipaddr01_monitor_0 on nodo01 failed (target: 7 vs. rc: 0): Error cib[2302]: \
2006/05/25_17:10:08 debug: mask(cib:diff): -   </status> lrmd[2303]: \
2006/05/25_17:10:08 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 1050 ms (GSource: 0x87a9218) tengine[2317]: 2006/05/25_17:10:08 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 tengine[2317]: \
2006/05/25_17:10:08 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 tengine[2317]: 2006/05/25_17:10:09 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:10:09 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:10:09 debug: mask(abort_transition_graph): Cause \
<lrm_rsc_op transition_key="12:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;12:225cac89-ffa1-4579-83f6-363711860f0f" call_id="15" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:10:09 debug: mask(cib:diff): + \
<cib num_updates="664"> tengine[2317]: 2006/05/25_17:10:09 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:10:09 debug: mask(cib:diff): +   <status> cib[2302]: \
2006/05/25_17:10:09 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:10:10 debug: \
mask(cib:diff): +       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
tengine[2317]: 2006/05/25_17:10:10 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:10:10 \
debug: mask(cib:diff): +         <lrm_resources> tengine[2317]: 2006/05/25_17:10:10 \
notice: mask(graph.c:run_graph): Transition 12: (Complete=1, Pending=0, Fired=0, \
Skipped=2, Incomplete=0) cib[2302]: 2006/05/25_17:10:11 debug: mask(cib:diff): +      \
<lrm_resource id="ipaddr01"> tengine[2317]: 2006/05/25_17:10:11 debug: \
mask(actions.c:notify_crmd): Transition 12 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:10:11 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="12:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;12:225cac89-ffa1-4579-83f6-363711860f0f" call_id="15" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:10:11 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:10:11 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:10:11 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:10:11 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:10:11 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:10:11 debug: mask(cib:diff): +       \
</lrm> crmd[2306]: 2006/05/25_17:10:12 info: mask(fsa.c:do_state_transition): All 1 \
cluster nodes are eligable to run resources. cib[2302]: 2006/05/25_17:10:12 debug: \
mask(cib:diff): +     </node_state> crmd[2306]: 2006/05/25_17:10:12 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:10:12 debug: \
mask(cib:diff): +   </status> crmd[2306]: 2006/05/25_17:10:12 debug: actions:trace: \
// A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:10:13 debug: mask(cib:diff): + \
</cib> crmd[2306]: 2006/05/25_17:10:13 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:10:13 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.663 -> 0.7.664 \
crmd[2306]: 2006/05/25_17:10:13 debug: actions:trace: 	// A_PE_INVOKE cib[3601]: \
2006/05/25_17:10:13 debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
abaf2148c44afbb1fa32f087757ba7e2 lrmd[2303]: 2006/05/25_17:10:14 debug: Resource \
Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3580] exited with return \
code 0 crmd[2306]: 2006/05/25_17:10:14 debug: mask(pengine.c:do_pe_invoke): \
Requesting the current CIB: S_POLICY_ENGINE cib[3601]: 2006/05/25_17:10:14 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.664 of the CIB to disk (digest: \
cf67a606ac6cb4bd8aaf1bd48c4bd900) lrmd[2303]: 2006/05/25_17:10:14 debug: \
on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list crmd[2306]: 2006/05/25_17:10:14 debug: mask(lrm.c:cib_rsc_callback): \
Resource update 47 complete cib[2302]: 2006/05/25_17:10:14 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_query op from \
2306 lrmd[2303]: 2006/05/25_17:10:15 WARN: G_SIG_dispatch: Dispatch function for \
SIGCHLD took too long to execute: 930 ms (GSource: 0x87a9218) cib[2302]: \
2006/05/25_17:10:15 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD was delayed \
410 ms before being called (GSource: 0x8cc4c20) crmd[2306]: 2006/05/25_17:10:15 \
debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569814-39 pengine[2318]: 2006/05/25_17:10:15 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="664" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2302]: 2006/05/25_17:10:15 info: \
G_SIG_dispatch: started at 2955372 should have started at 2955331 pengine[2318]: \
2006/05/25_17:10:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: transition_idle_timeout pengine[2318]: 2006/05/25_17:10:15 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:10:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness pengine[2318]: 2006/05/25_17:10:15 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:10:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:10:15 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
cib[2302]: 2006/05/25_17:10:15 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 640 ms (GSource: 0x8cc4c20) pengine[2318]: \
2006/05/25_17:10:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_enabled cib[2302]: 2006/05/25_17:10:16 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 186 from \
ourselves pengine[2318]: 2006/05/25_17:10:16 info: mask(unpack.c:unpack_config): \
STONITH of failed nodes is disabled pengine[2318]: 2006/05/25_17:10:16 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
pengine[2318]: 2006/05/25_17:10:16 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: symmetric_cluster pengine[2318]: \
2006/05/25_17:10:16 info: mask(unpack.c:unpack_config): Cluster is symmetric - \
resources can run anywhere by default pengine[2318]: 2006/05/25_17:10:16 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
short_resource_names pengine[2318]: 2006/05/25_17:10:16 info: \
mask(unpack.c:unpack_config): Using short resource names: false pengine[2318]: \
2006/05/25_17:10:16 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:10:16 info: \
mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:10:16 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:10:16 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:10:16 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:10:16 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:10:17 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:10:17 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:10:17 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:10:17 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:10:17 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:10:17 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:10:17 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:10:17 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:10:17 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:10:17 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:10:18 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:10:18 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:10:18 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:10:18 debug: \
mask(stages.c:stage8): Creating transition graph 13. pengine[2318]: \
2006/05/25_17:10:18 notice: mask(stages.c:stage8): Created transition graph 13. \
pengine[2318]: 2006/05/25_17:10:18 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:10:18 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:10:18 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-73.bz2: In: 2993, \
out: 1021 crmd[2306]: 2006/05/25_17:10:18 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:10:18 info: mask(pengine.c:process_pe_message): \
Transition 13: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-73.bz2 \
crmd[2306]: 2006/05/25_17:10:18 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:10:19 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:10:19 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:10:19 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:10:19 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:10:19 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:10:19 info: mask(unpack.c:unpack_graph): Unpacked transition 13: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:10:19 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:19 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:10:19 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:10:19 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:19 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:10:20 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) lrmd[2303]: 2006/05/25_17:10:20 debug: Resource Agent (operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3606] exited with return \
code 0 tengine[2317]: 2006/05/25_17:10:20 debug: mask(utils.c:print_elem):      * \
[Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
lrmd[2303]: 2006/05/25_17:10:20 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
tengine[2317]: 2006/05/25_17:10:20 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) lrmd[2303]: 2006/05/25_17:10:20 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD took too long to execute: 490 ms (GSource: 0x87a9218) \
tengine[2317]: 2006/05/25_17:10:20 debug: mask(utils.c:print_elem):     [Action 3]: \
Pending (id: probe_complete, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:10:20 debug: mask(utils.c:print_elem):     [Action 3]: Pending (id: \
probe_complete, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:10:20 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:10:20 \
debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:10:20 info: \
mask(actions.c:send_rsc_command): Initiating action 4: ipaddr01_monitor_0 on nodo01 \
tengine[2317]: 2006/05/25_17:10:20 debug: mask(graph.c:run_graph): Transition 13: \
(Complete=0, Pending=0, Fired=1, Skipped=0, Incomplete=2) lrmd[2303]: \
2006/05/25_17:10:21 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:10:21 info: \
mask(lrm.c:do_lrm_rsc_op): Performing op monitor on ipaddr01 (interval=0ms, \
key:225cac89-ffa1-4579-83f6-363711860f0f) lrmd[2303]: 2006/05/25_17:10:21 debug: \
on_msg_perform_op: add an operation operation monitor[16] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  to the operation list. lrmd[2303]: 2006/05/25_17:10:21 debug: Resource \
Agent (operation monitor[16] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0] ): pid [3628] \
exited with return code 0 crmd[2306]: 2006/05/25_17:10:21 info: \
mask(lrm.c:process_lrm_event): LRM operation (16) monitor_0 on ipaddr01 complete \
lrmd[2303]: 2006/05/25_17:10:21 debug: on_op_done:operation monitor[16] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list lrmd[2303]: \
2006/05/25_17:10:21 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:10:21 debug: \
mask(lrm.c:do_update_resource): Sent resource state update message: 49 cib[2302]: \
2006/05/25_17:10:21 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:10:21 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:49): 0.7.664 -> 0.7.665 \
(ok) cib[2302]: 2006/05/25_17:10:21 debug: mask(cib:diff): - <cib num_updates="664">
mgmtd[2308]: 2006/05/25_17:10:22 debug: update cib finished
tengine[2317]: 2006/05/25_17:10:22 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.664 -> 0.7.665 cib[2302]: 2006/05/25_17:10:22 debug: \
mask(cib:diff): -   <status> cib[2302]: 2006/05/25_17:10:22 debug: mask(cib:diff): -  \
<node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:10:22 \
debug: mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
cib[2302]: 2006/05/25_17:10:22 debug: mask(cib:diff): -         <lrm_resources> \
cib[2302]: 2006/05/25_17:10:22 debug: mask(cib:diff): -           <lrm_resource \
id="ipaddr01"> cib[2302]: 2006/05/25_17:10:22 debug: mask(cib:diff): -             \
<lrm_rsc_op transition_key="12:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;12:225cac89-ffa1-4579-83f6-363711860f0f" call_id="15" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:10:22 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:10:22 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:10:22 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:10:22 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:10:22 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:10:22 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:10:22 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:10:22 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:10:22 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:10:22 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:10:23 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:10:23 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="13:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;13:225cac89-ffa1-4579-83f6-363711860f0f" call_id="16" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:10:23 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:10:23 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:10:23 debug: \
mask(cib:diff): + <cib num_updates="665"> tengine[2317]: 2006/05/25_17:10:23 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:10:23 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:10:23 notice: \
mask(graph.c:run_graph): Transition 13: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:10:23 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:10:23 debug: \
mask(actions.c:notify_crmd): Transition 13 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:10:23 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:10:23 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:10:23 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:10:23 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:10:23 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:10:23 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:10:23 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="13:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;13:225cac89-ffa1-4579-83f6-363711860f0f" call_id="16" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:10:24 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:10:24 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:10:24 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:10:24 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:10:24 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:10:24 debug: mask(cib:diff): +       </lrm> crmd[2306]: \
2006/05/25_17:10:24 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:10:24 debug: mask(cib:diff): +     </node_state> crmd[2306]: \
2006/05/25_17:10:24 debug: actions:trace: 	// A_PE_INVOKE cib[2302]: \
2006/05/25_17:10:24 debug: mask(cib:diff): +   </status> crmd[2306]: \
2006/05/25_17:10:24 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE cib[2302]: 2006/05/25_17:10:24 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:10:24 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.664 -> 0.7.665 crmd[2306]: 2006/05/25_17:10:24 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 49 complete cib[2302]: \
2006/05/25_17:10:25 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 crmd[2306]: 2006/05/25_17:10:25 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569825-41 \
cib[3650]: 2006/05/25_17:10:25 debug: mask(io.c:validate_cib_digest): Digest \
comparision passed: cf67a606ac6cb4bd8aaf1bd48c4bd900 pengine[2318]: \
2006/05/25_17:10:25 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="665" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3650]: 2006/05/25_17:10:25 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.665 of the CIB to disk (digest: \
3901722673cd79ae0bf301d136ba6143) pengine[2318]: 2006/05/25_17:10:25 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[2302]: 2006/05/25_17:10:25 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 192 from \
ourselves pengine[2318]: 2006/05/25_17:10:25 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s pengine[2318]: 2006/05/25_17:10:25 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_stickiness pengine[2318]: 2006/05/25_17:10:25 info: \
mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:10:26 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:10:26 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
lrmd[2303]: 2006/05/25_17:10:26 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3651] exited with return \
code 0 pengine[2318]: 2006/05/25_17:10:26 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: stonith_enabled lrmd[2303]: \
2006/05/25_17:10:26 debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  is removed from op list pengine[2318]: 2006/05/25_17:10:26 info: \
mask(unpack.c:unpack_config): STONITH of failed nodes is disabled lrmd[2303]: \
2006/05/25_17:10:26 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 200 ms (GSource: 0x87a9218) pengine[2318]: 2006/05/25_17:10:26 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
stonith_action pengine[2318]: 2006/05/25_17:10:26 info: mask(unpack.c:unpack_config): \
STONITH will reboot nodes pengine[2318]: 2006/05/25_17:10:26 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
symmetric_cluster pengine[2318]: 2006/05/25_17:10:26 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:10:26 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:10:26 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:10:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:10:26 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:10:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:10:26 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:10:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:10:26 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:10:27 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:10:27 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:10:27 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:10:27 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:10:27 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:10:27 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:10:27 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:10:27 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:10:28 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:10:28 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:10:28 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:10:28 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:10:28 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:10:28 debug: \
mask(stages.c:stage8): Creating transition graph 14. pengine[2318]: \
2006/05/25_17:10:28 notice: mask(stages.c:stage8): Created transition graph 14. \
pengine[2318]: 2006/05/25_17:10:28 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:10:28 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:10:28 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-74.bz2: In: 2993, \
out: 1016 crmd[2306]: 2006/05/25_17:10:28 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:10:28 info: mask(pengine.c:process_pe_message): \
Transition 14: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-74.bz2 \
crmd[2306]: 2006/05/25_17:10:28 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:10:28 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:10:28 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:10:29 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:10:29 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:10:29 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:10:29 info: mask(unpack.c:unpack_graph): Unpacked transition 14: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:10:29 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:29 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:10:29 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:10:29 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:29 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:10:29 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:29 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:29 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:10:29 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:29 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:29 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:10:29 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:10:29 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:10:29 debug: \
mask(graph.c:run_graph): Transition 14: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:10:29 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:10:29 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:10:29 debug: on_msg_perform_op: add an operation operation \
monitor[17] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:10:30 debug: Resource Agent (operation monitor[17] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3673] exited with return code 0 \
crmd[2306]: 2006/05/25_17:10:30 info: mask(lrm.c:process_lrm_event): LRM operation \
(17) monitor_0 on ipaddr01 complete lrmd[2303]: 2006/05/25_17:10:30 debug: \
on_op_done:operation monitor[17] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0]  is removed \
from op list lrmd[2303]: 2006/05/25_17:10:30 WARN: G_SIG_dispatch: Dispatch function \
for SIGCHLD took too long to execute: 110 ms (GSource: 0x87a9218) lrmd[2303]: \
2006/05/25_17:10:30 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:10:30 debug: \
mask(lrm.c:do_update_resource): Sent resource state update message: 51 cib[2302]: \
2006/05/25_17:10:30 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:10:31 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:51): 0.7.665 -> 0.7.666 \
(ok) cib[2302]: 2006/05/25_17:10:31 debug: mask(cib:diff): - <cib num_updates="665">
cib[2302]: 2006/05/25_17:10:31 debug: mask(cib:diff): -   <status>
tengine[2317]: 2006/05/25_17:10:31 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.665 -> 0.7.666 tengine[2317]: 2006/05/25_17:10:31 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 tengine[2317]: 2006/05/25_17:10:31 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:10:31 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:10:31 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 mgmtd[2308]: \
2006/05/25_17:10:31 debug: update cib finished tengine[2317]: 2006/05/25_17:10:31 \
info: mask(utils.c:update_abort_priority): Abort action 0 superceeded by 2 cib[2302]: \
2006/05/25_17:10:31 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:10:31 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:10:31 debug: mask(cib:diff): -     \
<lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> lrmd[2303]: 2006/05/25_17:10:31 \
debug: Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, \
its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3695] \
exited with return code 0 tengine[2317]: 2006/05/25_17:10:31 debug: \
mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="14:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;14:225cac89-ffa1-4579-83f6-363711860f0f" call_id="17" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:10:31 debug: mask(cib:diff): -     \
<lrm_resources> lrmd[2303]: 2006/05/25_17:10:32 debug: on_op_done:operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
tengine[2317]: 2006/05/25_17:10:32 info: mask(events.c:match_graph_event): Action \
ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:10:32 debug: \
mask(cib:diff): -           <lrm_resource id="ipaddr01"> tengine[2317]: \
2006/05/25_17:10:32 info: mask(graph.c:run_graph): \
===================================================tengine[2317]: 2006/05/25_17:10:32 \
notice: mask(graph.c:run_graph): Transition 14: (Complete=1, Pending=0, Fired=0, \
Skipped=2, Incomplete=0) cib[2302]: 2006/05/25_17:10:32 debug: mask(cib:diff): -      \
<lrm_rsc_op transition_key="13:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;13:225cac89-ffa1-4579-83f6-363711860f0f" call_id="16" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:10:32 debug: \
mask(actions.c:notify_crmd): Transition 14 status: te_abort - Event failed \
lrmd[2303]: 2006/05/25_17:10:32 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 290 ms (GSource: 0x87a9218) cib[2302]: 2006/05/25_17:10:32 \
debug: mask(cib:diff): -           </lrm_resource> cib[2302]: 2006/05/25_17:10:32 \
debug: mask(cib:diff): -         </lrm_resources> cib[2302]: 2006/05/25_17:10:32 \
debug: mask(cib:diff): -       </lrm> crmd[2306]: 2006/05/25_17:10:32 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
crmd[2306]: 2006/05/25_17:10:32 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: \
2006/05/25_17:10:32 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:10:32 debug: mask(cib:diff): -     \
</node_state> crmd[2306]: 2006/05/25_17:10:33 info: mask(fsa.c:do_state_transition): \
All 1 cluster nodes are eligable to run resources. cib[2302]: 2006/05/25_17:10:33 \
debug: mask(cib:diff): -   </status> crmd[2306]: 2006/05/25_17:10:33 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:10:33 debug: \
mask(cib:diff): - </cib> crmd[2306]: 2006/05/25_17:10:33 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:10:33 debug: mask(cib:diff): + <cib \
num_updates="666"> crmd[2306]: 2006/05/25_17:10:33 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:10:33 debug: mask(cib:diff): +   \
<status> crmd[2306]: 2006/05/25_17:10:33 debug: actions:trace: 	// A_PE_INVOKE
cib[2302]: 2006/05/25_17:10:33 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:10:33 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE cib[2302]: \
2006/05/25_17:10:33 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:10:33 debug: \
mask(cib:diff): +         <lrm_resources> cib[2302]: 2006/05/25_17:10:33 debug: \
mask(cib:diff): +           <lrm_resource id="ipaddr01"> cib[2302]: \
2006/05/25_17:10:33 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="14:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;14:225cac89-ffa1-4579-83f6-363711860f0f" call_id="17" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:10:33 debug: mask(cib:diff): +     \
</lrm_resource> cib[2302]: 2006/05/25_17:10:34 debug: mask(cib:diff): +         \
</lrm_resources> cib[2302]: 2006/05/25_17:10:34 debug: mask(cib:diff): +       </lrm>
cib[2302]: 2006/05/25_17:10:34 debug: mask(cib:diff): +     </node_state>
cib[2302]: 2006/05/25_17:10:34 debug: mask(cib:diff): +   </status>
cib[2302]: 2006/05/25_17:10:34 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:10:34 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.665 -> 0.7.666 crmd[2306]: 2006/05/25_17:10:34 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 51 complete cib[2302]: \
2006/05/25_17:10:34 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 cib[3717]: 2006/05/25_17:10:34 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
3901722673cd79ae0bf301d136ba6143 crmd[2306]: 2006/05/25_17:10:34 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569834-43 \
pengine[2318]: 2006/05/25_17:10:34 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="666" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3717]: 2006/05/25_17:10:34 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.666 of the CIB to disk (digest: \
87440cb916a30255db6bddba97830ac9) pengine[2318]: 2006/05/25_17:10:34 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout pengine[2318]: 2006/05/25_17:10:34 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:10:34 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness cib[2302]: 2006/05/25_17:10:34 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 19c from \
ourselves pengine[2318]: 2006/05/25_17:10:34 info: mask(unpack.c:unpack_config): \
Default stickiness: 0 pengine[2318]: 2006/05/25_17:10:35 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_failure_stickiness pengine[2318]: 2006/05/25_17:10:35 info: \
mask(unpack.c:unpack_config): Default failure stickiness: 0 pengine[2318]: \
2006/05/25_17:10:35 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:10:35 info: \
mask(unpack.c:unpack_config): STONITH of failed nodes is disabled pengine[2318]: \
2006/05/25_17:10:35 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_action pengine[2318]: 2006/05/25_17:10:35 info: \
mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:10:35 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:10:35 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:10:35 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:10:35 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:10:35 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:10:35 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:10:36 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:10:36 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:10:36 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:10:36 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:10:36 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:10:36 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:10:36 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:10:36 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:10:36 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:10:36 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:10:37 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:10:37 debug: \
mask(stages.c:stage3): nodo02 probed: (null) lrmd[2303]: 2006/05/25_17:10:37 debug: \
Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3718] \
exited with return code 0 pengine[2318]: 2006/05/25_17:10:37 debug: \
mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
lrmd[2303]: 2006/05/25_17:10:38 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
pengine[2318]: 2006/05/25_17:10:38 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started lrmd[2303]: 2006/05/25_17:10:38 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD took too long to execute: 530 ms (GSource: 0x87a9218) \
pengine[2318]: 2006/05/25_17:10:38 debug: mask(native.c:NoRoleChange): Executing: \
ipaddr01 (role=Started) pengine[2318]: 2006/05/25_17:10:38 notice: \
mask(native.c:NoRoleChange): Leave resource ipaddr01	(nodo01) pengine[2318]: \
2006/05/25_17:10:38 debug: mask(native.c:Recurring): nodo01	   ipaddr01_monitor_5000 \
(optional) pengine[2318]: 2006/05/25_17:10:38 debug: mask(stages.c:stage8): Creating \
transition graph 15. pengine[2318]: 2006/05/25_17:10:38 notice: \
mask(stages.c:stage8): Created transition graph 15. pengine[2318]: \
2006/05/25_17:10:38 WARN: mask(pengine.c:process_pe_message): No value specified for \
cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:10:38 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:10:38 debug: \
actions:trace: 	// A_LOG crmd[2306]: 2006/05/25_17:10:38 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_POLICY_ENGINE -> \
S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=do_msg_route ] \
crmd[2306]: 2006/05/25_17:10:38 debug: actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: \
2006/05/25_17:10:38 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP pengine[2318]: \
2006/05/25_17:10:38 debug: mask(xml.c:write_xml_file): \
/var/lib/heartbeat/pengine/pe-input-75.bz2: In: 2993, out: 1021 crmd[2306]: \
2006/05/25_17:10:38 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP pengine[2318]: \
2006/05/25_17:10:38 info: mask(pengine.c:process_pe_message): Transition 15: PEngine \
Input stored in: /var/lib/heartbeat/pengine/pe-input-75.bz2 crmd[2306]: \
2006/05/25_17:10:38 debug: actions:trace: 	// A_TE_INVOKE crmd[2306]: \
2006/05/25_17:10:38 debug: mask(tengine.c:do_te_invoke): Starting a transition \
tengine[2317]: 2006/05/25_17:10:39 info: mask(unpack.c:unpack_graph): Unpacked \
transition 15: 3 actions in 3 synapses tengine[2317]: 2006/05/25_17:10:39 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:39 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:10:39 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:10:39 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:39 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:10:39 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:39 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:39 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:10:39 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:39 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:39 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:10:39 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:10:40 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:10:40 debug: \
mask(graph.c:run_graph): Transition 15: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:10:40 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:10:40 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:10:40 debug: on_msg_perform_op: add an operation operation \
monitor[18] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:10:40 debug: Resource Agent (operation monitor[18] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3740] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:10:40 debug: on_op_done:operation monitor[18] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:10:40 info: mask(lrm.c:process_lrm_event): LRM operation (18) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:10:40 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:10:40 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 53 cib[2302]: 2006/05/25_17:10:40 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:10:40 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:53): 0.7.666 -> 0.7.667 (ok) cib[2302]: 2006/05/25_17:10:40 \
debug: mask(cib:diff): - <cib num_updates="666"> mgmtd[2308]: 2006/05/25_17:10:40 \
debug: update cib finished tengine[2317]: 2006/05/25_17:10:40 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.666 -> 0.7.667 \
cib[2302]: 2006/05/25_17:10:41 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:10:41 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:10:41 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:10:41 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:10:41 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:10:41 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="14:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;14:225cac89-ffa1-4579-83f6-363711860f0f" call_id="17" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:10:41 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:10:41 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:10:41 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:10:41 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:10:41 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:10:41 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:10:41 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:10:41 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:10:41 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:10:41 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:10:41 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:10:41 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="15:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;15:225cac89-ffa1-4579-83f6-363711860f0f" call_id="18" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:10:41 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:10:41 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:10:41 debug: \
mask(cib:diff): + <cib num_updates="667"> tengine[2317]: 2006/05/25_17:10:41 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:10:41 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:10:41 notice: \
mask(graph.c:run_graph): Transition 15: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:10:42 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:10:42 debug: \
mask(actions.c:notify_crmd): Transition 15 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:10:42 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:10:42 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:10:42 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:10:42 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:10:42 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:10:42 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:10:42 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="15:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;15:225cac89-ffa1-4579-83f6-363711860f0f" call_id="18" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:10:42 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:10:42 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:10:43 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
cib[2302]: 2006/05/25_17:10:43 debug: mask(cib:diff): +       </lrm>
crmd[2306]: 2006/05/25_17:10:43 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP
cib[2302]: 2006/05/25_17:10:43 debug: mask(cib:diff): +     </node_state>
lrmd[2303]: 2006/05/25_17:10:43 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3762] exited with return \
code 0 crmd[2306]: 2006/05/25_17:10:43 debug: actions:trace: 	// A_PE_INVOKE
cib[2302]: 2006/05/25_17:10:43 debug: mask(cib:diff): +   </status>
lrmd[2303]: 2006/05/25_17:10:43 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
crmd[2306]: 2006/05/25_17:10:43 debug: mask(pengine.c:do_pe_invoke): Requesting the \
current CIB: S_POLICY_ENGINE cib[2302]: 2006/05/25_17:10:43 debug: mask(cib:diff): + \
</cib> lrmd[2303]: 2006/05/25_17:10:43 WARN: G_SIG_dispatch: Dispatch function for \
SIGCHLD took too long to execute: 270 ms (GSource: 0x87a9218) cib[2302]: \
2006/05/25_17:10:43 debug: mask(callbacks.c:cib_process_request): Sending update diff \
0.7.666 -> 0.7.667 crmd[2306]: 2006/05/25_17:10:43 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 53 complete cib[2302]: \
2006/05/25_17:10:44 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 cib[3784]: 2006/05/25_17:10:44 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
87440cb916a30255db6bddba97830ac9 crmd[2306]: 2006/05/25_17:10:44 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569844-45 \
pengine[2318]: 2006/05/25_17:10:44 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="667" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3784]: 2006/05/25_17:10:44 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.667 of the CIB to disk (digest: \
ef60af10cd51c327ba9f123b8e4943bd) pengine[2318]: 2006/05/25_17:10:44 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout pengine[2318]: 2006/05/25_17:10:44 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:10:44 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness pengine[2318]: 2006/05/25_17:10:44 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:10:44 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:10:44 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:10:44 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:10:44 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:10:44 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action cib[2302]: 2006/05/25_17:10:44 \
debug: mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 1a7 \
from ourselves pengine[2318]: 2006/05/25_17:10:44 info: mask(unpack.c:unpack_config): \
STONITH will reboot nodes pengine[2318]: 2006/05/25_17:10:44 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
symmetric_cluster pengine[2318]: 2006/05/25_17:10:44 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:10:44 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:10:44 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:10:45 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:10:45 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:10:45 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:10:45 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:10:45 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:10:45 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:10:45 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:10:45 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:10:45 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:10:45 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:10:46 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:10:46 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:10:46 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:10:46 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:10:46 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:10:46 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:10:46 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:10:46 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:10:46 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:10:46 debug: \
mask(stages.c:stage8): Creating transition graph 16. pengine[2318]: \
2006/05/25_17:10:46 notice: mask(stages.c:stage8): Created transition graph 16. \
pengine[2318]: 2006/05/25_17:10:46 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:10:47 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:10:47 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-76.bz2: In: 2993, \
out: 1021 crmd[2306]: 2006/05/25_17:10:47 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:10:47 info: mask(pengine.c:process_pe_message): \
Transition 16: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-76.bz2 \
crmd[2306]: 2006/05/25_17:10:47 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:10:47 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:10:47 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:10:47 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:10:47 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:10:47 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:10:47 info: mask(unpack.c:unpack_graph): Unpacked transition 16: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:10:47 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:47 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:10:47 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:10:47 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:47 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:10:48 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:48 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:48 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:10:48 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:48 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:48 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:10:48 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:10:48 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:10:48 debug: \
mask(graph.c:run_graph): Transition 16: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:10:48 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:10:48 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:10:48 debug: on_msg_perform_op: add an operation operation \
monitor[19] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:10:48 debug: perform_op: current op is performing. \
lrmd[2303]: 2006/05/25_17:10:49 debug: perform_op: its information: operation \
monitor[19] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
interval=[5000] crm_feature_set=[1.0.5] nic=[eth0] . lrmd[2303]: 2006/05/25_17:10:49 \
debug: Resource Agent (operation monitor[19] on ocf::IPaddr::ipaddr01 for client \
2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0] ): pid [3788] \
exited with return code 0 crmd[2306]: 2006/05/25_17:10:49 info: \
mask(lrm.c:process_lrm_event): LRM operation (19) monitor_0 on ipaddr01 complete \
lrmd[2303]: 2006/05/25_17:10:49 debug: on_op_done:operation monitor[19] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list lrmd[2303]: \
2006/05/25_17:10:49 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 190 ms (GSource: 0x87a9218) lrmd[2303]: 2006/05/25_17:10:49 debug: \
on_msg_get_rsc: the client [pid:2306] wants to get the information of the resource \
[rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:10:49 debug: \
mask(lrm.c:do_update_resource): Sent resource state update message: 55 cib[2302]: \
2006/05/25_17:10:49 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:10:49 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:55): 0.7.667 -> 0.7.668 \
(ok) cib[2302]: 2006/05/25_17:10:49 debug: mask(cib:diff): - <cib num_updates="667">
cib[2302]: 2006/05/25_17:10:49 debug: mask(cib:diff): -   <status>
cib[2302]: 2006/05/25_17:10:49 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:10:49 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:10:49 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:10:49 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:10:49 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="15:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;15:225cac89-ffa1-4579-83f6-363711860f0f" call_id="18" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:10:49 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.667 -> 0.7.668 \
tengine[2317]: 2006/05/25_17:10:49 debug: mask(events.c:extract_event): Processing \
state update from 999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:10:50 \
debug: mask(cib:diff): -           </lrm_resource> mgmtd[2308]: 2006/05/25_17:10:50 \
debug: update cib finished tengine[2317]: 2006/05/25_17:10:50 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 lrmd[2303]: 2006/05/25_17:10:50 debug: Resource Agent (operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3810] exited with return \
code 0 cib[2302]: 2006/05/25_17:10:50 debug: mask(cib:diff): -         \
</lrm_resources> tengine[2317]: 2006/05/25_17:10:50 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error lrmd[2303]: 2006/05/25_17:10:50 debug: on_op_done:operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
cib[2302]: 2006/05/25_17:10:50 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:10:50 info: mask(utils.c:update_abort_priority): Abort priority \
upgraded to 0 lrmd[2303]: 2006/05/25_17:10:50 WARN: G_SIG_dispatch: Dispatch function \
for SIGCHLD took too long to execute: 670 ms (GSource: 0x87a9218) cib[2302]: \
2006/05/25_17:10:50 debug: mask(cib:diff): -     </node_state> tengine[2317]: \
2006/05/25_17:10:50 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:10:50 debug: mask(cib:diff): -   </status>
cib[2302]: 2006/05/25_17:10:50 debug: mask(cib:diff): - </cib>
cib[2302]: 2006/05/25_17:10:50 debug: mask(cib:diff): + <cib num_updates="668">
cib[2302]: 2006/05/25_17:10:50 debug: mask(cib:diff): +   <status>
cib[2302]: 2006/05/25_17:10:50 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:10:50 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed tengine[2317]: 2006/05/25_17:10:50 debug: \
mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="16:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;16:225cac89-ffa1-4579-83f6-363711860f0f" call_id="19" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:10:50 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:10:50 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:10:51 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:10:51 \
debug: mask(cib:diff): +         <lrm_resources> tengine[2317]: 2006/05/25_17:10:51 \
notice: mask(graph.c:run_graph): Transition 16: (Complete=1, Pending=0, Fired=0, \
Skipped=2, Incomplete=0) cib[2302]: 2006/05/25_17:10:51 debug: mask(cib:diff): +      \
<lrm_resource id="ipaddr01"> tengine[2317]: 2006/05/25_17:10:51 debug: \
mask(actions.c:notify_crmd): Transition 16 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:10:51 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="16:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;16:225cac89-ffa1-4579-83f6-363711860f0f" call_id="19" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:10:51 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:10:51 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:10:51 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:10:51 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:10:51 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:10:51 debug: mask(cib:diff): +       \
</lrm> crmd[2306]: 2006/05/25_17:10:51 info: mask(fsa.c:do_state_transition): All 1 \
cluster nodes are eligable to run resources. cib[2302]: 2006/05/25_17:10:51 debug: \
mask(cib:diff): +     </node_state> crmd[2306]: 2006/05/25_17:10:51 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:10:51 debug: \
mask(cib:diff): +   </status> crmd[2306]: 2006/05/25_17:10:52 debug: actions:trace: \
// A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:10:52 debug: mask(cib:diff): + \
</cib> crmd[2306]: 2006/05/25_17:10:52 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:10:52 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.667 -> 0.7.668 \
crmd[2306]: 2006/05/25_17:10:52 debug: actions:trace: 	// A_PE_INVOKE cib[3832]: \
2006/05/25_17:10:52 debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
ef60af10cd51c327ba9f123b8e4943bd crmd[2306]: 2006/05/25_17:10:52 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE cib[3832]: \
2006/05/25_17:10:52 info: mask(io.c:write_cib_contents): Wrote version 0.7.668 of the \
CIB to disk (digest: 2a47a80b47781aaac37dbb4372c42bfb) crmd[2306]: \
2006/05/25_17:10:52 debug: mask(lrm.c:cib_rsc_callback): Resource update 55 complete \
cib[2302]: 2006/05/25_17:10:52 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_query op from 2306 cib[2302]: 2006/05/25_17:10:52 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 370 ms before being called \
(GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:10:53 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="668" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> crmd[2306]: 2006/05/25_17:10:53 \
debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569852-47 cib[2302]: 2006/05/25_17:10:53 info: G_SIG_dispatch: started \
at 2959162 should have started at 2959125 pengine[2318]: 2006/05/25_17:10:53 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[2302]: 2006/05/25_17:10:53 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD took too long to execute: 520 ms (GSource: 0x8cc4c20) \
pengine[2318]: 2006/05/25_17:10:53 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s cib[2302]: 2006/05/25_17:10:53 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 1b0 from \
ourselves pengine[2318]: 2006/05/25_17:10:53 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: default_resource_stickiness pengine[2318]: \
2006/05/25_17:10:53 info: mask(unpack.c:unpack_config): Default stickiness: 0 \
pengine[2318]: 2006/05/25_17:10:53 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:10:54 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:10:54 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:10:54 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:10:54 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:10:54 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:10:54 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:10:54 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:10:54 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:10:54 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:10:54 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:10:54 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:10:54 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:10:55 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:10:55 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:10:55 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:10:55 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop lrmd[2303]: \
2006/05/25_17:10:55 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3833] exited with return \
code 0 pengine[2318]: 2006/05/25_17:10:56 info: mask(unpack.c:unpack_config): Stopped \
resources are removed from the status section: false lrmd[2303]: 2006/05/25_17:10:56 \
debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list pengine[2318]: 2006/05/25_17:10:56 WARN: mask(unpack.c:unpack_config): \
No value specified for cluster preference: is_managed_default lrmd[2303]: \
2006/05/25_17:10:56 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 250 ms (GSource: 0x87a9218) pengine[2318]: 2006/05/25_17:10:56 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:10:56 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:10:56 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:10:56 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:10:56 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:10:56 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:10:56 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:10:56 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:10:56 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:10:56 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:10:56 debug: \
mask(stages.c:stage8): Creating transition graph 17. pengine[2318]: \
2006/05/25_17:10:56 notice: mask(stages.c:stage8): Created transition graph 17. \
pengine[2318]: 2006/05/25_17:10:57 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:10:57 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:10:57 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-77.bz2: In: 2993, \
out: 1023 crmd[2306]: 2006/05/25_17:10:57 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:10:57 info: mask(pengine.c:process_pe_message): \
Transition 17: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-77.bz2 \
crmd[2306]: 2006/05/25_17:10:57 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:10:57 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:10:57 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:10:57 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:10:57 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:10:57 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:10:57 info: mask(unpack.c:unpack_graph): Unpacked transition 17: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:10:58 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:58 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:10:58 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:10:58 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:10:58 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:10:58 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:58 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:58 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:10:58 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:10:58 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:10:58 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:10:58 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:10:58 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:10:58 debug: \
mask(graph.c:run_graph): Transition 17: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:10:58 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:10:58 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:10:58 debug: on_msg_perform_op: add an operation operation \
monitor[20] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:10:59 debug: Resource Agent (operation monitor[20] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3855] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:10:59 debug: on_op_done:operation monitor[20] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:10:59 info: mask(lrm.c:process_lrm_event): LRM operation (20) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:10:59 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:10:59 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 57 cib[2302]: 2006/05/25_17:10:59 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:10:59 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:57): 0.7.668 -> 0.7.669 (ok) cib[2302]: 2006/05/25_17:10:59 \
debug: mask(cib:diff): - <cib num_updates="668"> mgmtd[2308]: 2006/05/25_17:10:59 \
debug: update cib finished tengine[2317]: 2006/05/25_17:10:59 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.668 -> 0.7.669 \
cib[2302]: 2006/05/25_17:10:59 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:10:59 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:10:59 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:10:59 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:10:59 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:10:59 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="16:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;16:225cac89-ffa1-4579-83f6-363711860f0f" call_id="19" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:10:59 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:10:59 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:10:59 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:10:59 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:10:59 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:10:59 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:11:00 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:11:00 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:11:00 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:11:00 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:11:00 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:11:00 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="17:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;17:225cac89-ffa1-4579-83f6-363711860f0f" call_id="20" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:00 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:11:00 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:11:00 debug: \
mask(cib:diff): + <cib num_updates="669"> tengine[2317]: 2006/05/25_17:11:00 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:11:00 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:11:01 notice: \
mask(graph.c:run_graph): Transition 17: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:11:01 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:11:01 debug: \
mask(actions.c:notify_crmd): Transition 17 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:11:01 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:11:01 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:11:01 debug: mask(cib:diff): +         <lrm_resources> \
lrmd[2303]: 2006/05/25_17:11:01 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3877] exited with return \
code 0 crmd[2306]: 2006/05/25_17:11:01 debug: mask(fsa.c:s_crmd_fsa): Processing \
I_PE_CALC: [ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] \
cib[2302]: 2006/05/25_17:11:01 debug: mask(cib:diff): +           <lrm_resource \
id="ipaddr01"> lrmd[2303]: 2006/05/25_17:11:01 debug: on_op_done:operation monitor[4] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
crmd[2306]: 2006/05/25_17:11:01 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:11:01 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="17:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;17:225cac89-ffa1-4579-83f6-363711860f0f" call_id="20" \
id="ipaddr01_monitor_0"/> lrmd[2303]: 2006/05/25_17:11:02 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD took too long to execute: 300 ms (GSource: 0x87a9218) \
crmd[2306]: 2006/05/25_17:11:02 info: mask(fsa.c:do_state_transition): All 1 cluster \
nodes are eligable to run resources. cib[2302]: 2006/05/25_17:11:02 debug: \
mask(cib:diff): +           </lrm_resource> crmd[2306]: 2006/05/25_17:11:02 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:11:02 debug: \
mask(cib:diff): +         </lrm_resources> crmd[2306]: 2006/05/25_17:11:02 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:02 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:02 debug: \
actions:trace: 	// A_PE_INVOKE cib[2302]: 2006/05/25_17:11:02 debug: mask(cib:diff): \
+       </lrm> cib[2302]: 2006/05/25_17:11:02 debug: mask(cib:diff): +     \
</node_state> cib[2302]: 2006/05/25_17:11:02 debug: mask(cib:diff): +   </status>
crmd[2306]: 2006/05/25_17:11:02 debug: mask(pengine.c:do_pe_invoke): Requesting the \
current CIB: S_POLICY_ENGINE cib[2302]: 2006/05/25_17:11:02 debug: mask(cib:diff): + \
</cib> cib[2302]: 2006/05/25_17:11:02 debug: mask(callbacks.c:cib_process_request): \
Sending update diff 0.7.668 -> 0.7.669 crmd[2306]: 2006/05/25_17:11:03 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 57 complete cib[2302]: \
2006/05/25_17:11:03 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 crmd[2306]: 2006/05/25_17:11:03 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569863-49 \
pengine[2318]: 2006/05/25_17:11:03 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="669" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[3899]: 2006/05/25_17:11:03 \
debug: mask(io.c:validate_cib_digest): Digest comparision passed: \
2a47a80b47781aaac37dbb4372c42bfb pengine[2318]: 2006/05/25_17:11:03 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[3899]: 2006/05/25_17:11:03 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.669 of the CIB to disk (digest: \
caab2822a66cd9cac246270bc57606eb) pengine[2318]: 2006/05/25_17:11:03 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s cib[2302]: \
2006/05/25_17:11:04 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 1bc from ourselves pengine[2318]: 2006/05/25_17:11:04 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_stickiness cib[2302]: 2006/05/25_17:11:04 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD was delayed 350 ms before being called (GSource: \
0x8cc4c20) pengine[2318]: 2006/05/25_17:11:04 info: mask(unpack.c:unpack_config): \
Default stickiness: 0 cib[2302]: 2006/05/25_17:11:04 info: G_SIG_dispatch: started at \
2960292 should have started at 2960257 pengine[2318]: 2006/05/25_17:11:04 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_failure_stickiness cib[2302]: 2006/05/25_17:11:04 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 580 ms \
(GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:11:05 info: \
mask(unpack.c:unpack_config): Default failure stickiness: 0 pengine[2318]: \
2006/05/25_17:11:05 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:11:05 info: \
mask(unpack.c:unpack_config): STONITH of failed nodes is disabled pengine[2318]: \
2006/05/25_17:11:05 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_action pengine[2318]: 2006/05/25_17:11:05 info: \
mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:11:05 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:11:06 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:11:06 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:11:06 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:11:06 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:11:06 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:11:06 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:11:06 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:11:06 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:11:06 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:11:07 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:11:07 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false lrmd[2303]: 2006/05/25_17:11:07 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3900] exited with return \
code 0 pengine[2318]: 2006/05/25_17:11:07 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: is_managed_default lrmd[2303]: \
2006/05/25_17:11:07 debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  is removed from op list pengine[2318]: 2006/05/25_17:11:07 info: \
mask(unpack.c:unpack_config): By default resources are managed lrmd[2303]: \
2006/05/25_17:11:08 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 510 ms (GSource: 0x87a9218) pengine[2318]: 2006/05/25_17:11:08 info: \
ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 pengine[2318]: 2006/05/25_17:11:08 \
debug: mask(stages.c:stage3): nodo01 probed: false pengine[2318]: 2006/05/25_17:11:08 \
notice: mask(native.c:native_create_probe): nodo01: Created probe for ipaddr01 \
pengine[2318]: 2006/05/25_17:11:08 debug: mask(stages.c:stage3): nodo02 probed: \
(null) pengine[2318]: 2006/05/25_17:11:08 debug: \
mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:11:08 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:11:08 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:11:08 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:11:08 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:11:08 debug: \
mask(stages.c:stage8): Creating transition graph 18. pengine[2318]: \
2006/05/25_17:11:08 notice: mask(stages.c:stage8): Created transition graph 18. \
pengine[2318]: 2006/05/25_17:11:08 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:11:08 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:11:08 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-78.bz2: In: 2993, \
out: 1022 crmd[2306]: 2006/05/25_17:11:09 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:11:09 info: mask(pengine.c:process_pe_message): \
Transition 18: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-78.bz2 \
crmd[2306]: 2006/05/25_17:11:09 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:11:09 ERROR: \
mask(ipc.c:subsystem_msg_dispatch): pengine took 5980ms to complete crmd[2306]: \
2006/05/25_17:11:09 debug: actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: \
2006/05/25_17:11:09 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: \
2006/05/25_17:11:09 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: \
2006/05/25_17:11:09 debug: actions:trace: 	// A_TE_INVOKE crmd[2306]: \
2006/05/25_17:11:09 debug: mask(tengine.c:do_te_invoke): Starting a transition \
tengine[2317]: 2006/05/25_17:11:09 info: mask(unpack.c:unpack_graph): Unpacked \
transition 18: 3 actions in 3 synapses tengine[2317]: 2006/05/25_17:11:09 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:11:09 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:11:09 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:11:09 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:11:09 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:11:10 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:10 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:10 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:11:10 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:10 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:10 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:11:10 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:11:10 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:11:10 debug: \
mask(graph.c:run_graph): Transition 18: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:11:10 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:10 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:11:10 debug: on_msg_perform_op: add an operation operation \
monitor[21] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:11:11 debug: Resource Agent (operation monitor[21] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [3922] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:11:11 debug: on_op_done:operation monitor[21] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:11:11 info: mask(lrm.c:process_lrm_event): LRM operation (21) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:11:11 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:11 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 59 cib[2302]: 2006/05/25_17:11:11 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:11:11 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:59): 0.7.669 -> 0.7.670 (ok) cib[2302]: 2006/05/25_17:11:11 \
debug: mask(cib:diff): - <cib num_updates="669"> mgmtd[2308]: 2006/05/25_17:11:11 \
debug: update cib finished tengine[2317]: 2006/05/25_17:11:11 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.669 -> 0.7.670 \
cib[2302]: 2006/05/25_17:11:11 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:11:11 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:11:11 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:11:11 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:11:11 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:11:11 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="17:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;17:225cac89-ffa1-4579-83f6-363711860f0f" call_id="20" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:11 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:11:11 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:11:11 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:11:11 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:11:11 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:11:12 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:11:12 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:11:12 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:11:12 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:11:12 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:11:12 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:11:12 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="18:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;18:225cac89-ffa1-4579-83f6-363711860f0f" call_id="21" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:12 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:11:12 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:11:12 debug: \
mask(cib:diff): + <cib num_updates="670"> tengine[2317]: 2006/05/25_17:11:12 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:11:12 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:11:12 notice: \
mask(graph.c:run_graph): Transition 18: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:11:12 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:11:13 debug: \
mask(actions.c:notify_crmd): Transition 18 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:11:13 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:11:13 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:11:13 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:11:13 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] lrmd[2303]: \
2006/05/25_17:11:13 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3944] exited with return \
code 0 cib[2302]: 2006/05/25_17:11:13 debug: mask(cib:diff): +           \
<lrm_resource id="ipaddr01"> crmd[2306]: 2006/05/25_17:11:13 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_TRANSITION_ENGINE -> \
S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE origin=do_msg_route ] \
lrmd[2303]: 2006/05/25_17:11:13 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
cib[2302]: 2006/05/25_17:11:13 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="18:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;18:225cac89-ffa1-4579-83f6-363711860f0f" call_id="21" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:11:13 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
lrmd[2303]: 2006/05/25_17:11:13 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 280 ms (GSource: 0x87a9218) cib[2302]: 2006/05/25_17:11:13 \
debug: mask(cib:diff): +           </lrm_resource> crmd[2306]: 2006/05/25_17:11:13 \
debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:11:13 debug: \
mask(cib:diff): +         </lrm_resources> crmd[2306]: 2006/05/25_17:11:13 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:11:13 debug: \
mask(cib:diff): +       </lrm> cib[2302]: 2006/05/25_17:11:13 debug: mask(cib:diff): \
+     </node_state> cib[2302]: 2006/05/25_17:11:13 debug: mask(cib:diff): +   \
</status> crmd[2306]: 2006/05/25_17:11:14 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:11:14 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:11:14 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.669 -> 0.7.670 crmd[2306]: 2006/05/25_17:11:14 debug: actions:trace: \
// A_PE_INVOKE cib[3969]: 2006/05/25_17:11:14 debug: mask(io.c:validate_cib_digest): \
Digest comparision passed: caab2822a66cd9cac246270bc57606eb crmd[2306]: \
2006/05/25_17:11:14 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE cib[3969]: 2006/05/25_17:11:14 info: mask(io.c:write_cib_contents): \
Wrote version 0.7.670 of the CIB to disk (digest: c39af48783047a4bdcc93af55a18ee9d) \
crmd[2306]: 2006/05/25_17:11:14 debug: mask(lrm.c:cib_rsc_callback): Resource update \
59 complete cib[2302]: 2006/05/25_17:11:14 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_query op from \
2306 crmd[2306]: 2006/05/25_17:11:14 debug: mask(pengine.c:do_pe_invoke_callback): \
Invoking the PE: pe_calc-dc-1148569874-51 pengine[2318]: 2006/05/25_17:11:14 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="670" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> pengine[2318]: 2006/05/25_17:11:14 \
WARN: mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout pengine[2318]: 2006/05/25_17:11:14 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:11:14 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness cib[2302]: 2006/05/25_17:11:14 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 1c8 from \
ourselves pengine[2318]: 2006/05/25_17:11:14 info: mask(unpack.c:unpack_config): \
Default stickiness: 0 pengine[2318]: 2006/05/25_17:11:14 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_failure_stickiness pengine[2318]: 2006/05/25_17:11:14 info: \
mask(unpack.c:unpack_config): Default failure stickiness: 0 pengine[2318]: \
2006/05/25_17:11:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:11:15 info: \
mask(unpack.c:unpack_config): STONITH of failed nodes is disabled pengine[2318]: \
2006/05/25_17:11:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_action pengine[2318]: 2006/05/25_17:11:15 info: \
mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:11:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:11:15 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:11:15 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:11:15 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:11:15 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:11:15 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:11:16 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:11:16 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:11:16 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:11:16 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:11:16 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:11:16 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:11:16 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:11:16 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:11:16 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:11:16 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:11:16 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:11:17 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:11:17 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:11:17 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:11:17 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:11:17 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:11:17 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:11:17 debug: \
mask(stages.c:stage8): Creating transition graph 19. pengine[2318]: \
2006/05/25_17:11:17 notice: mask(stages.c:stage8): Created transition graph 19. \
pengine[2318]: 2006/05/25_17:11:18 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:11:18 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:11:18 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-79.bz2: In: 2993, \
out: 1015 crmd[2306]: 2006/05/25_17:11:18 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:11:18 info: mask(pengine.c:process_pe_message): \
Transition 19: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-79.bz2 \
crmd[2306]: 2006/05/25_17:11:18 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:11:18 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:11:18 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:18 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:18 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:11:18 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:11:18 info: mask(unpack.c:unpack_graph): Unpacked transition 19: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:11:19 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) lrmd[2303]: \
2006/05/25_17:11:19 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [3970] exited with return \
code 0 tengine[2317]: 2006/05/25_17:11:19 debug: mask(utils.c:print_elem):     \
[Action 4]: Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) lrmd[2303]: \
2006/05/25_17:11:19 debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  is removed from op list tengine[2317]: 2006/05/25_17:11:19 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, type: rsc, priority: 0) lrmd[2303]: 2006/05/25_17:11:19 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD took too long to execute: 150 ms (GSource: 0x87a9218) \
tengine[2317]: 2006/05/25_17:11:19 debug: mask(utils.c:print_graph): Synapse 1 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:11:19 debug: \
mask(utils.c:print_elem):     [Action 2]: Pending (id: probe_complete, type: pseduo, \
priority: 0) tengine[2317]: 2006/05/25_17:11:19 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:11:19 debug: mask(utils.c:print_elem):      * [Input 3]: Pending (id: \
probe_complete, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:11:19 debug: mask(utils.c:print_graph): Synapse 2 is pending (priority: \
0) tengine[2317]: 2006/05/25_17:11:19 debug: mask(utils.c:print_elem):     [Action \
3]: Pending (id: probe_complete, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:11:19 debug: mask(utils.c:print_elem):     [Action 3]: Pending (id: \
probe_complete, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:11:19 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:11:19 \
debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:11:19 info: \
mask(actions.c:send_rsc_command): Initiating action 4: ipaddr01_monitor_0 on nodo01 \
tengine[2317]: 2006/05/25_17:11:20 debug: mask(graph.c:run_graph): Transition 19: \
(Complete=0, Pending=0, Fired=1, Skipped=0, Incomplete=2) lrmd[2303]: \
2006/05/25_17:11:20 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:11:20 info: \
mask(lrm.c:do_lrm_rsc_op): Performing op monitor on ipaddr01 (interval=0ms, \
key:225cac89-ffa1-4579-83f6-363711860f0f) lrmd[2303]: 2006/05/25_17:11:20 debug: \
on_msg_perform_op: add an operation operation monitor[22] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  to the operation list. lrmd[2303]: 2006/05/25_17:11:20 debug: Resource \
Agent (operation monitor[22] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0] ): pid [3992] \
exited with return code 0 crmd[2306]: 2006/05/25_17:11:20 info: \
mask(lrm.c:process_lrm_event): LRM operation (22) monitor_0 on ipaddr01 complete \
lrmd[2303]: 2006/05/25_17:11:20 debug: on_op_done:operation monitor[22] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list lrmd[2303]: \
2006/05/25_17:11:20 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 70 ms (GSource: 0x87a9218) lrmd[2303]: 2006/05/25_17:11:20 debug: \
on_msg_get_rsc: the client [pid:2306] wants to get the information of the resource \
[rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:11:20 debug: \
mask(lrm.c:do_update_resource): Sent resource state update message: 61 cib[2302]: \
2006/05/25_17:11:20 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:11:20 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:61): 0.7.670 -> 0.7.671 \
(ok) cib[2302]: 2006/05/25_17:11:21 debug: mask(cib:diff): - <cib num_updates="670">
cib[2302]: 2006/05/25_17:11:21 debug: mask(cib:diff): -   <status>
tengine[2317]: 2006/05/25_17:11:21 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.670 -> 0.7.671 tengine[2317]: 2006/05/25_17:11:21 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 tengine[2317]: 2006/05/25_17:11:21 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:11:21 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error cib[2302]: 2006/05/25_17:11:21 debug: mask(cib:diff): -     \
<node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> mgmtd[2308]: \
2006/05/25_17:11:21 debug: update cib finished cib[2302]: 2006/05/25_17:11:21 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
tengine[2317]: 2006/05/25_17:11:21 info: mask(utils.c:update_abort_priority): Abort \
priority upgraded to 0 cib[2302]: 2006/05/25_17:11:21 debug: mask(cib:diff): -        \
<lrm_resources> tengine[2317]: 2006/05/25_17:11:21 info: \
mask(utils.c:update_abort_priority): Abort action 0 superceeded by 2 cib[2302]: \
2006/05/25_17:11:21 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
tengine[2317]: 2006/05/25_17:11:21 debug: mask(utils.c:abort_transition_graph): \
match_graph_event:366 - Triggered graph processing : Event failed cib[2302]: \
2006/05/25_17:11:21 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="18:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;18:225cac89-ffa1-4579-83f6-363711860f0f" call_id="21" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:11:21 debug: \
mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="19:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;19:225cac89-ffa1-4579-83f6-363711860f0f" call_id="22" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:21 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:11:21 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:11:21 debug: mask(cib:diff): -         </lrm_resources> cib[2302]: \
2006/05/25_17:11:21 debug: mask(cib:diff): -       </lrm> cib[2302]: \
2006/05/25_17:11:22 debug: mask(cib:diff): -     </node_state> tengine[2317]: \
2006/05/25_17:11:22 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:11:22 \
debug: mask(cib:diff): -   </status> tengine[2317]: 2006/05/25_17:11:22 notice: \
mask(graph.c:run_graph): Transition 19: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:11:22 debug: mask(cib:diff): - </cib>
tengine[2317]: 2006/05/25_17:11:22 debug: mask(actions.c:notify_crmd): Transition 19 \
status: te_abort - Event failed cib[2302]: 2006/05/25_17:11:22 debug: mask(cib:diff): \
+ <cib num_updates="671"> crmd[2306]: 2006/05/25_17:11:22 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:11:22 debug: mask(cib:diff): +   <status> crmd[2306]: \
2006/05/25_17:11:22 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: [ \
state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:11:22 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:11:22 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_TRANSITION_ENGINE -> \
S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE origin=do_msg_route ] \
cib[2302]: 2006/05/25_17:11:22 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:11:22 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:11:23 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:11:23 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:11:23 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:11:23 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP \
cib[2302]: 2006/05/25_17:11:23 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="19:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;19:225cac89-ffa1-4579-83f6-363711860f0f" call_id="22" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:11:23 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:11:23 debug: mask(cib:diff): +         \
</lrm_resource> crmd[2306]: 2006/05/25_17:11:23 debug: actions:trace: 	// A_PE_INVOKE
cib[2302]: 2006/05/25_17:11:23 debug: mask(cib:diff): +         </lrm_resources>
crmd[2306]: 2006/05/25_17:11:23 debug: mask(pengine.c:do_pe_invoke): Requesting the \
current CIB: S_POLICY_ENGINE cib[2302]: 2006/05/25_17:11:23 debug: mask(cib:diff): +  \
</lrm> cib[2302]: 2006/05/25_17:11:23 debug: mask(cib:diff): +     </node_state>
cib[2302]: 2006/05/25_17:11:23 debug: mask(cib:diff): +   </status>
cib[2302]: 2006/05/25_17:11:23 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:11:23 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.670 -> 0.7.671 crmd[2306]: 2006/05/25_17:11:23 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 61 complete cib[2302]: \
2006/05/25_17:11:23 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 cib[4014]: 2006/05/25_17:11:23 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
c39af48783047a4bdcc93af55a18ee9d crmd[2306]: 2006/05/25_17:11:23 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569883-53 \
pengine[2318]: 2006/05/25_17:11:23 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="671" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[4014]: 2006/05/25_17:11:24 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.671 of the CIB to disk (digest: \
4b294dfbbda21a1ae5c1ab3bf1778122) pengine[2318]: 2006/05/25_17:11:24 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[2302]: 2006/05/25_17:11:24 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 1d2 from \
ourselves pengine[2318]: 2006/05/25_17:11:24 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s cib[2302]: 2006/05/25_17:11:24 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 130 ms before being called \
(GSource: 0x8cc4c20) pengine[2318]: 2006/05/25_17:11:24 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_stickiness cib[2302]: 2006/05/25_17:11:24 info: G_SIG_dispatch: \
started at 2962302 should have started at 2962289 pengine[2318]: 2006/05/25_17:11:24 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 cib[2302]: \
2006/05/25_17:11:24 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 420 ms (GSource: 0x8cc4c20) lrmd[2303]: 2006/05/25_17:11:24 debug: \
Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4015] \
exited with return code 0 pengine[2318]: 2006/05/25_17:11:25 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_failure_stickiness lrmd[2303]: 2006/05/25_17:11:25 debug: \
on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list pengine[2318]: 2006/05/25_17:11:25 info: mask(unpack.c:unpack_config): \
Default failure stickiness: 0 lrmd[2303]: 2006/05/25_17:11:25 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD took too long to execute: 490 ms (GSource: 0x87a9218) \
pengine[2318]: 2006/05/25_17:11:25 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:11:25 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:11:25 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:11:25 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:11:25 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:11:25 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:11:25 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:11:25 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:11:25 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:11:25 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:11:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:11:26 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:11:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:11:26 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:11:26 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:11:26 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:11:26 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:11:26 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:11:26 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:11:26 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:11:26 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:11:26 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:11:26 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:11:27 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:11:27 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:11:27 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:11:27 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:11:27 debug: \
mask(stages.c:stage8): Creating transition graph 20. pengine[2318]: \
2006/05/25_17:11:27 notice: mask(stages.c:stage8): Created transition graph 20. \
pengine[2318]: 2006/05/25_17:11:27 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:11:27 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:11:27 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-80.bz2: In: 2993, \
out: 1015 crmd[2306]: 2006/05/25_17:11:27 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:11:28 info: mask(pengine.c:process_pe_message): \
Transition 20: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-80.bz2 \
crmd[2306]: 2006/05/25_17:11:28 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:11:28 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:11:28 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:28 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:28 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:11:28 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:11:28 info: mask(unpack.c:unpack_graph): Unpacked transition 20: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:11:28 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:11:28 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:11:28 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:11:28 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:11:28 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:11:28 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:28 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:28 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:11:28 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:28 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:28 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:11:28 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:11:29 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:11:29 debug: \
mask(graph.c:run_graph): Transition 20: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:11:29 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:29 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key :225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:11:29 debug: on_msg_perform_op: add an operation operation \
monitor[23] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:11:29 debug: Resource Agent (operation monitor[23] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [4037] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:11:29 debug: on_op_done:operation monitor[23] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:11:29 info: mask(lrm.c:process_lrm_event): LRM operation (23) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:11:29 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:29 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 63 cib[2302]: 2006/05/25_17:11:29 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:11:29 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:63): 0.7.671 -> 0.7.672 (ok) cib[2302]: 2006/05/25_17:11:29 \
debug: mask(cib:diff): - <cib num_updates="671"> mgmtd[2308]: 2006/05/25_17:11:30 \
debug: update cib finished tengine[2317]: 2006/05/25_17:11:30 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.671 -> 0.7.672 \
cib[2302]: 2006/05/25_17:11:30 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:11:30 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:11:30 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:11:30 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:11:30 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:11:30 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="19:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;19:225cac89-ffa1-4579-83f6-363711860f0f" call_id="22" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:30 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:11:30 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 lrmd[2303]: 2006/05/25_17:11:31 debug: Resource \
Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4059] exited with return \
code 0 cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): -         \
</lrm_resources> cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): -       </lrm>
lrmd[2303]: 2006/05/25_17:11:31 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): -     </node_state> \
tengine[2317]: 2006/05/25_17:11:31 info: mask(events.c:match_graph_event): Re-mapping \
op status to LRM_OP_ERROR for ipaddr01_monitor_0 lrmd[2303]: 2006/05/25_17:11:31 \
WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 470 ms \
(GSource: 0x87a9218) cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:11:31 ERROR: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 on nodo01 failed (target: 7 vs. rc: 0): Error cib[2302]: \
2006/05/25_17:11:31 debug: mask(cib:diff): - </cib> tengine[2317]: \
2006/05/25_17:11:31 info: mask(utils.c:update_abort_priority): Abort priority \
upgraded to 0 cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): + <cib \
num_updates="672"> cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): +   <status>
cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:11:31 info: \
mask(utils.c:update_abort_priority): Abort action 0 superceeded by 2 tengine[2317]: \
2006/05/25_17:11:31 debug: mask(utils.c:abort_transition_graph): \
match_graph_event:366 - Triggered graph processing : Event failed tengine[2317]: \
2006/05/25_17:11:31 debug: mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="20:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;20:225cac89-ffa1-4579-83f6-363711860f0f" call_id="23" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): +     \
<lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:11:31 \
info: mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed \
cib[2302]: 2006/05/25_17:11:31 debug: mask(cib:diff): +         <lrm_resources> \
tengine[2317]: 2006/05/25_17:11:31 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:11:31 \
debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> tengine[2317]: \
2006/05/25_17:11:32 notice: mask(graph.c:run_graph): Transition 20: (Complete=1, \
Pending=0, Fired=0, Skipped=2, Incomplete=0) cib[2302]: 2006/05/25_17:11:32 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="20:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;20:225cac89-ffa1-4579-83f6-363711860f0f" call_id="23" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:11:32 debug: \
mask(actions.c:notify_crmd): Transition 20 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:11:32 debug: mask(cib:diff): +           </lrm_resource> crmd[2306]: \
2006/05/25_17:11:32 debug: mask(messages.c:handle_request): Transition cancelled: \
te_abort/Event failed cib[2302]: 2006/05/25_17:11:32 debug: mask(cib:diff): +         \
</lrm_resources> crmd[2306]: 2006/05/25_17:11:32 debug: mask(fsa.c:s_crmd_fsa): \
Processing I_PE_CALC: [ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:11:32 debug: mask(cib:diff): +       \
</lrm> crmd[2306]: 2006/05/25_17:11:32 info: mask(fsa.c:do_state_transition): nodo01: \
State transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:11:32 debug: \
mask(cib:diff): +     </node_state> crmd[2306]: 2006/05/25_17:11:32 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:11:32 debug: mask(cib:diff): +   </status> crmd[2306]: \
2006/05/25_17:11:32 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:11:33 debug: mask(cib:diff): + </cib> crmd[2306]: 2006/05/25_17:11:33 \
debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:11:33 \
debug: mask(callbacks.c:cib_process_request): Sending update diff 0.7.671 -> 0.7.672 \
crmd[2306]: 2006/05/25_17:11:33 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP \
cib[4081]: 2006/05/25_17:11:33 debug: mask(io.c:validate_cib_digest): Digest \
comparision passed: 4b294dfbbda21a1ae5c1ab3bf1778122 crmd[2306]: 2006/05/25_17:11:33 \
debug: actions:trace: 	// A_PE_INVOKE cib[4081]: 2006/05/25_17:11:33 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.672 of the CIB to disk (digest: \
e45788f6055f869e3229a0cbb17d180f) crmd[2306]: 2006/05/25_17:11:33 debug: \
mask(pengine.c:do_pe_invoke): Requesting the current CIB: S_POLICY_ENGINE crmd[2306]: \
2006/05/25_17:11:33 debug: mask(lrm.c:cib_rsc_callback): Resource update 63 complete \
cib[2302]: 2006/05/25_17:11:33 debug: mask(callbacks.c:cib_process_request): \
Processing locally scoped cib_query op from 2306 crmd[2306]: 2006/05/25_17:11:33 \
debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569893-55 pengine[2318]: 2006/05/25_17:11:33 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="672" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> pengine[2318]: 2006/05/25_17:11:33 \
WARN: mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout pengine[2318]: 2006/05/25_17:11:33 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:11:33 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness pengine[2318]: 2006/05/25_17:11:33 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:11:33 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness cib[2302]: \
2006/05/25_17:11:34 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 1dd from ourselves pengine[2318]: 2006/05/25_17:11:34 info: \
mask(unpack.c:unpack_config): Default failure stickiness: 0 pengine[2318]: \
2006/05/25_17:11:34 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:11:34 info: \
mask(unpack.c:unpack_config): STONITH of failed nodes is disabled pengine[2318]: \
2006/05/25_17:11:34 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_action pengine[2318]: 2006/05/25_17:11:34 info: \
mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:11:34 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:11:34 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:11:34 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:11:34 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:11:34 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:11:34 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:11:34 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:11:34 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:11:34 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:11:35 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:11:35 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:11:35 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:11:35 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:11:35 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:11:35 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:11:35 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:11:35 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:11:35 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:11:35 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:11:35 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:11:36 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:11:36 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:11:36 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:11:36 debug: \
mask(stages.c:stage8): Creating transition graph 21. pengine[2318]: \
2006/05/25_17:11:36 notice: mask(stages.c:stage8): Created transition graph 21. \
lrmd[2303]: 2006/05/25_17:11:36 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4082] exited with return \
code 0 pengine[2318]: 2006/05/25_17:11:37 WARN: mask(pengine.c:process_pe_message): \
No value specified for cluster preference: pe-input-series-max crmd[2306]: \
2006/05/25_17:11:37 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ \
state=S_POLICY_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] lrmd[2303]: \
2006/05/25_17:11:37 debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  is removed from op list pengine[2318]: 2006/05/25_17:11:37 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-81.bz2: In: 2993, \
out: 1020 crmd[2306]: 2006/05/25_17:11:37 debug: actions:trace: 	// A_LOG
lrmd[2303]: 2006/05/25_17:11:37 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 490 ms (GSource: 0x87a9218) pengine[2318]: \
2006/05/25_17:11:37 info: mask(pengine.c:process_pe_message): Transition 21: PEngine \
Input stored in: /var/lib/heartbeat/pengine/pe-input-81.bz2 crmd[2306]: \
2006/05/25_17:11:37 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE \
origin=do_msg_route ] crmd[2306]: 2006/05/25_17:11:37 debug: actions:trace: 	// \
A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:11:37 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:37 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:37 debug: actions:trace: 	// \
A_TE_INVOKE crmd[2306]: 2006/05/25_17:11:37 debug: mask(tengine.c:do_te_invoke): \
Starting a transition tengine[2317]: 2006/05/25_17:11:37 info: \
mask(unpack.c:unpack_graph): Unpacked transition 21: 3 actions in 3 synapses \
tengine[2317]: 2006/05/25_17:11:37 debug: mask(utils.c:print_graph): Synapse 0 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:11:37 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, priority: 0) tengine[2317]: 2006/05/25_17:11:37 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:11:37 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:11:37 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:11:38 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:38 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:38 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:11:38 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:38 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:38 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:11:38 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:11:38 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:11:38 debug: \
mask(graph.c:run_graph): Transition 21: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:11:38 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:38 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key!:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:11:38 debug: on_msg_perform_op: add an operation operation \
monitor[24] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:11:38 debug: Resource Agent (operation monitor[24] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [4104] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:11:38 debug: on_op_done:operation monitor[24] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:11:39 info: mask(lrm.c:process_lrm_event): LRM operation (24) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:11:39 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:39 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 65 cib[2302]: 2006/05/25_17:11:39 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:11:39 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:65): 0.7.672 -> 0.7.673 (ok) cib[2302]: 2006/05/25_17:11:39 \
debug: mask(cib:diff): - <cib num_updates="672"> mgmtd[2308]: 2006/05/25_17:11:39 \
debug: update cib finished tengine[2317]: 2006/05/25_17:11:39 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.672 -> 0.7.673 \
cib[2302]: 2006/05/25_17:11:39 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:11:39 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:11:39 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:11:39 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:11:39 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:11:39 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="20:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;20:225cac89-ffa1-4579-83f6-363711860f0f" call_id="23" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:39 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:11:39 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:11:39 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:11:39 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:11:39 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:11:39 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:11:39 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:11:40 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:11:40 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:11:40 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:11:40 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:11:40 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="21:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;21:225cac89-ffa1-4579-83f6-363711860f0f" call_id="24" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:40 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:11:40 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:11:40 debug: \
mask(cib:diff): + <cib num_updates="673"> tengine[2317]: 2006/05/25_17:11:40 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:11:40 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:11:40 notice: \
mask(graph.c:run_graph): Transition 21: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:11:40 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:11:40 debug: \
mask(actions.c:notify_crmd): Transition 21 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:11:41 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:11:41 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:11:41 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:11:41 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:11:41 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:11:41 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:11:41 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="21:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;21:225cac89-ffa1-4579-83f6-363711860f0f" call_id="24" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:11:41 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:11:41 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:11:41 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:11:41 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:11:41 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:11:41 debug: mask(cib:diff): +       </lrm> crmd[2306]: \
2006/05/25_17:11:41 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:11:41 debug: mask(cib:diff): +     </node_state> crmd[2306]: \
2006/05/25_17:11:41 debug: actions:trace: 	// A_PE_INVOKE cib[2302]: \
2006/05/25_17:11:41 debug: mask(cib:diff): +   </status> crmd[2306]: \
2006/05/25_17:11:41 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE cib[2302]: 2006/05/25_17:11:41 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:11:42 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.672 -> 0.7.673 crmd[2306]: 2006/05/25_17:11:42 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 65 complete cib[2302]: \
2006/05/25_17:11:42 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 cib[4126]: 2006/05/25_17:11:42 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
e45788f6055f869e3229a0cbb17d180f crmd[2306]: 2006/05/25_17:11:42 debug: \
mask(pengine.c:do_pe_invoke_callback): Invoking the PE: pe_calc-dc-1148569902-57 \
pengine[2318]: 2006/05/25_17:11:42 info: mask(process_pe_message): [generation] <cib \
generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="673" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[4126]: 2006/05/25_17:11:42 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.673 of the CIB to disk (digest: \
07d7fb61c8b3c852040a056c523c50d3) lrmd[2303]: 2006/05/25_17:11:42 debug: Resource \
Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4127] exited with return \
code 0 pengine[2318]: 2006/05/25_17:11:42 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: transition_idle_timeout cib[2302]: \
2006/05/25_17:11:43 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 1e6 from ourselves lrmd[2303]: 2006/05/25_17:11:43 debug: \
on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list pengine[2318]: 2006/05/25_17:11:43 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s cib[2302]: 2006/05/25_17:11:43 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 330 ms before being called \
(GSource: 0x8cc4c20) lrmd[2303]: 2006/05/25_17:11:43 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD took too long to execute: 520 ms (GSource: 0x87a9218) \
pengine[2318]: 2006/05/25_17:11:43 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: default_resource_stickiness cib[2302]: \
2006/05/25_17:11:43 info: G_SIG_dispatch: started at 2964189 should have started at \
2964156 pengine[2318]: 2006/05/25_17:11:43 info: mask(unpack.c:unpack_config): \
Default stickiness: 0 cib[2302]: 2006/05/25_17:11:43 WARN: G_SIG_dispatch: Dispatch \
function for SIGCHLD took too long to execute: 340 ms (GSource: 0x8cc4c20) \
pengine[2318]: 2006/05/25_17:11:43 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:11:43 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:11:43 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:11:43 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:11:43 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:11:43 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:11:43 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:11:43 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:11:43 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:11:44 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:11:44 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:11:44 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:11:44 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:11:44 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:11:44 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:11:44 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:11:44 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:11:44 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:11:44 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:11:44 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:11:44 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:11:44 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:11:45 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:11:45 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:11:45 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:11:45 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:11:45 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:11:45 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:11:45 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:11:45 debug: \
mask(stages.c:stage8): Creating transition graph 22. pengine[2318]: \
2006/05/25_17:11:45 notice: mask(stages.c:stage8): Created transition graph 22. \
pengine[2318]: 2006/05/25_17:11:45 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:11:45 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:11:45 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-82.bz2: In: 2993, \
out: 1018 crmd[2306]: 2006/05/25_17:11:46 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:11:46 info: mask(pengine.c:process_pe_message): \
Transition 22: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-82.bz2 \
crmd[2306]: 2006/05/25_17:11:46 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:11:46 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:11:46 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:46 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:46 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:11:46 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:11:46 info: mask(unpack.c:unpack_graph): Unpacked transition 22: 3 \
actions in 3 synapses tengine[2317]: 2006/05/25_17:11:46 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:11:46 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:11:46 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:11:46 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:11:46 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:11:46 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:46 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:46 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:11:46 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:47 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:47 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:11:47 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:11:47 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:11:47 debug: \
mask(graph.c:run_graph): Transition 22: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:11:47 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:47 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key":225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:11:47 debug: on_msg_perform_op: add an operation operation \
monitor[25] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:11:47 debug: Resource Agent (operation monitor[25] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [4152] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:11:47 debug: on_op_done:operation monitor[25] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:11:47 info: mask(lrm.c:process_lrm_event): LRM operation (25) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:11:47 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:47 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 67 cib[2302]: 2006/05/25_17:11:47 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:11:47 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:67): 0.7.673 -> 0.7.674 (ok) cib[2302]: 2006/05/25_17:11:47 \
debug: mask(cib:diff): - <cib num_updates="673"> mgmtd[2308]: 2006/05/25_17:11:48 \
debug: update cib finished tengine[2317]: 2006/05/25_17:11:48 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.673 -> 0.7.674 \
cib[2302]: 2006/05/25_17:11:48 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:11:48 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:11:48 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:11:48 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:11:48 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:11:48 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="21:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;21:225cac89-ffa1-4579-83f6-363711860f0f" call_id="24" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:48 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:11:48 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:11:48 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:11:48 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:11:48 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error cib[2302]: 2006/05/25_17:11:48 debug: mask(cib:diff): -       \
</lrm> tengine[2317]: 2006/05/25_17:11:48 info: mask(utils.c:update_abort_priority): \
Abort priority upgraded to 0 lrmd[2303]: 2006/05/25_17:11:49 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4174] exited with return \
code 0 cib[2302]: 2006/05/25_17:11:49 debug: mask(cib:diff): -     </node_state>
tengine[2317]: 2006/05/25_17:11:49 info: mask(utils.c:update_abort_priority): Abort \
action 0 superceeded by 2 lrmd[2303]: 2006/05/25_17:11:49 debug: on_op_done:operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
cib[2302]: 2006/05/25_17:11:49 debug: mask(cib:diff): -   </status> tengine[2317]: \
2006/05/25_17:11:49 debug: mask(utils.c:abort_transition_graph): \
match_graph_event:366 - Triggered graph processing : Event failed lrmd[2303]: \
2006/05/25_17:11:49 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 660 ms (GSource: 0x87a9218) cib[2302]: 2006/05/25_17:11:49 debug: \
mask(cib:diff): - </cib> tengine[2317]: 2006/05/25_17:11:49 debug: \
mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="22:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;22:225cac89-ffa1-4579-83f6-363711860f0f" call_id="25" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:49 debug: mask(cib:diff): + \
<cib num_updates="674"> tengine[2317]: 2006/05/25_17:11:49 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:11:49 debug: mask(cib:diff): +   <status> cib[2302]: \
2006/05/25_17:11:49 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:11:49 debug: \
mask(cib:diff): +       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
tengine[2317]: 2006/05/25_17:11:49 info: mask(graph.c:run_graph): \
===================================================tengine[2317]: 2006/05/25_17:11:49 \
notice: mask(graph.c:run_graph): Transition 22: (Complete=1, Pending=0, Fired=0, \
Skipped=2, Incomplete=0) tengine[2317]: 2006/05/25_17:11:49 debug: \
mask(actions.c:notify_crmd): Transition 22 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:11:49 debug: mask(cib:diff): +         <lrm_resources> crmd[2306]: \
2006/05/25_17:11:49 debug: mask(messages.c:handle_request): Transition cancelled: \
te_abort/Event failed cib[2302]: 2006/05/25_17:11:49 debug: mask(cib:diff): +         \
<lrm_resource id="ipaddr01"> crmd[2306]: 2006/05/25_17:11:50 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: [ state=S_TRANSITION_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:11:50 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="22:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;22:225cac89-ffa1-4579-83f6-363711860f0f" call_id="25" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:11:50 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_TRANSITION_ENGINE -> \
S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE origin=do_msg_route ] \
cib[2302]: 2006/05/25_17:11:50 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:11:50 info: mask(fsa.c:do_state_transition): All 1 cluster \
nodes are eligable to run resources. cib[2302]: 2006/05/25_17:11:50 debug: \
mask(cib:diff): +         </lrm_resources> crmd[2306]: 2006/05/25_17:11:50 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:11:50 debug: \
mask(cib:diff): +       </lrm> crmd[2306]: 2006/05/25_17:11:50 debug: actions:trace: \
// A_INTEGRATE_TIMER_STOP cib[2302]: 2006/05/25_17:11:50 debug: mask(cib:diff): +     \
</node_state> crmd[2306]: 2006/05/25_17:11:50 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP cib[2302]: 2006/05/25_17:11:50 debug: mask(cib:diff): +   \
</status> crmd[2306]: 2006/05/25_17:11:50 debug: actions:trace: 	// A_PE_INVOKE
cib[2302]: 2006/05/25_17:11:50 debug: mask(cib:diff): + </cib>
crmd[2306]: 2006/05/25_17:11:50 debug: mask(pengine.c:do_pe_invoke): Requesting the \
current CIB: S_POLICY_ENGINE cib[2302]: 2006/05/25_17:11:50 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.673 -> 0.7.674 \
crmd[2306]: 2006/05/25_17:11:50 debug: mask(lrm.c:cib_rsc_callback): Resource update \
67 complete cib[2302]: 2006/05/25_17:11:51 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_query op from \
2306 cib[4196]: 2006/05/25_17:11:51 debug: mask(io.c:validate_cib_digest): Digest \
comparision passed: 07d7fb61c8b3c852040a056c523c50d3 crmd[2306]: 2006/05/25_17:11:51 \
debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569911-59 pengine[2318]: 2006/05/25_17:11:51 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="674" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[4196]: 2006/05/25_17:11:51 info: \
mask(io.c:write_cib_contents): Wrote version 0.7.674 of the CIB to disk (digest: \
51868f0963d74c0d30cfc2f88a33db8a) pengine[2318]: 2006/05/25_17:11:51 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout cib[2302]: 2006/05/25_17:11:51 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 1f0 from \
ourselves pengine[2318]: 2006/05/25_17:11:51 debug: mask(unpack.c:unpack_config): \
transition_idle_timeout set to: 60s pengine[2318]: 2006/05/25_17:11:51 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_stickiness pengine[2318]: 2006/05/25_17:11:51 info: \
mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:11:51 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:11:51 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:11:51 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:11:51 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:11:51 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:11:51 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:11:52 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:11:52 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:11:52 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:11:52 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:11:52 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:11:52 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:11:52 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:11:52 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:11:53 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:11:53 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:11:53 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:11:53 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:11:53 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:11:53 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:11:53 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:11:53 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:11:53 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:11:53 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:11:53 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:11:54 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Started pengine[2318]: 2006/05/25_17:11:54 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) pengine[2318]: \
2006/05/25_17:11:54 notice: mask(native.c:NoRoleChange): Leave resource \
ipaddr01	(nodo01) pengine[2318]: 2006/05/25_17:11:54 debug: mask(native.c:Recurring): \
nodo01	   ipaddr01_monitor_5000 (optional) pengine[2318]: 2006/05/25_17:11:54 debug: \
mask(stages.c:stage8): Creating transition graph 23. pengine[2318]: \
2006/05/25_17:11:54 notice: mask(stages.c:stage8): Created transition graph 23. \
lrmd[2303]: 2006/05/25_17:11:54 debug: Resource Agent (operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4197] exited with return \
code 0 pengine[2318]: 2006/05/25_17:11:55 WARN: mask(pengine.c:process_pe_message): \
No value specified for cluster preference: pe-input-series-max crmd[2306]: \
2006/05/25_17:11:55 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ \
state=S_POLICY_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] lrmd[2303]: \
2006/05/25_17:11:55 debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] \
nic=[eth0]  is removed from op list pengine[2318]: 2006/05/25_17:11:55 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-83.bz2: In: 2993, \
out: 1020 crmd[2306]: 2006/05/25_17:11:55 debug: actions:trace: 	// A_LOG
lrmd[2303]: 2006/05/25_17:11:55 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 730 ms (GSource: 0x87a9218) pengine[2318]: \
2006/05/25_17:11:55 info: mask(pengine.c:process_pe_message): Transition 23: PEngine \
Input stored in: /var/lib/heartbeat/pengine/pe-input-83.bz2 crmd[2306]: \
2006/05/25_17:11:55 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS cause=C_IPC_MESSAGE \
origin=do_msg_route ] crmd[2306]: 2006/05/25_17:11:55 debug: actions:trace: 	// \
A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:11:55 debug: actions:trace: 	// \
A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:55 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:11:55 debug: actions:trace: 	// \
A_TE_INVOKE crmd[2306]: 2006/05/25_17:11:55 debug: mask(tengine.c:do_te_invoke): \
Starting a transition tengine[2317]: 2006/05/25_17:11:55 info: \
mask(unpack.c:unpack_graph): Unpacked transition 23: 3 actions in 3 synapses \
tengine[2317]: 2006/05/25_17:11:55 debug: mask(utils.c:print_graph): Synapse 0 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:11:55 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, priority: 0) tengine[2317]: 2006/05/25_17:11:56 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:11:56 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:11:56 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:11:56 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:56 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:56 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:11:56 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:11:56 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:11:56 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:11:56 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:11:56 info: mask(actions.c:send_rsc_command): Initiating action 4: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:11:56 debug: \
mask(graph.c:run_graph): Transition 23: (Complete=0, Pending=0, Fired=1, Skipped=0, \
Incomplete=2) lrmd[2303]: 2006/05/25_17:11:56 debug: on_msg_get_rsc: the client \
[pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:56 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key#:225cac89-ffa1-4579-83f6-363711860f0f) \
lrmd[2303]: 2006/05/25_17:11:56 debug: on_msg_perform_op: add an operation operation \
monitor[26] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:11:57 debug: Resource Agent (operation monitor[26] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [4219] exited with return code 0 \
lrmd[2303]: 2006/05/25_17:11:57 debug: on_op_done:operation monitor[26] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list crmd[2306]: \
2006/05/25_17:11:57 info: mask(lrm.c:process_lrm_event): LRM operation (26) monitor_0 \
on ipaddr01 complete lrmd[2303]: 2006/05/25_17:11:57 debug: on_msg_get_rsc: the \
client [pid:2306] wants to get the information of the resource [rsc_id: ipaddr01] \
crmd[2306]: 2006/05/25_17:11:57 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 69 cib[2302]: 2006/05/25_17:11:57 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 cib[2302]: 2006/05/25_17:11:57 info: mask(notify.c:cib_diff_notify): Update \
(client: 2306, call:69): 0.7.674 -> 0.7.675 (ok) cib[2302]: 2006/05/25_17:11:57 \
debug: mask(cib:diff): - <cib num_updates="674"> mgmtd[2308]: 2006/05/25_17:11:57 \
debug: update cib finished tengine[2317]: 2006/05/25_17:11:57 info: \
mask(callbacks.c:te_update_diff): Processing diff (cib_update): 0.7.674 -> 0.7.675 \
cib[2302]: 2006/05/25_17:11:58 debug: mask(cib:diff): -   <status> cib[2302]: \
2006/05/25_17:11:58 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:11:58 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:11:58 debug: mask(cib:diff): -         <lrm_resources> cib[2302]: \
2006/05/25_17:11:58 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:11:58 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="22:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;22:225cac89-ffa1-4579-83f6-363711860f0f" call_id="25" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:58 debug: mask(cib:diff): -     \
</lrm_resource> tengine[2317]: 2006/05/25_17:11:58 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:11:58 debug: \
mask(cib:diff): -         </lrm_resources> tengine[2317]: 2006/05/25_17:11:58 info: \
mask(events.c:match_graph_event): Re-mapping op status to LRM_OP_ERROR for \
ipaddr01_monitor_0 tengine[2317]: 2006/05/25_17:11:58 ERROR: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 on nodo01 failed (target: \
7 vs. rc: 0): Error tengine[2317]: 2006/05/25_17:11:58 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 cib[2302]: \
2006/05/25_17:11:58 debug: mask(cib:diff): -       </lrm> tengine[2317]: \
2006/05/25_17:11:58 info: mask(utils.c:update_abort_priority): Abort action 0 \
superceeded by 2 cib[2302]: 2006/05/25_17:11:58 debug: mask(cib:diff): -     \
</node_state> tengine[2317]: 2006/05/25_17:11:58 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed cib[2302]: 2006/05/25_17:11:58 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:11:58 debug: mask(abort_transition_graph): \
Cause <lrm_rsc_op transition_key="23:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;23:225cac89-ffa1-4579-83f6-363711860f0f" call_id="26" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:11:58 debug: mask(cib:diff): - \
</cib> tengine[2317]: 2006/05/25_17:11:58 info: mask(events.c:match_graph_event): \
Action ipaddr01_monitor_0 (4) confirmed cib[2302]: 2006/05/25_17:11:58 debug: \
mask(cib:diff): + <cib num_updates="675"> tengine[2317]: 2006/05/25_17:11:58 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:11:59 \
debug: mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:11:59 notice: \
mask(graph.c:run_graph): Transition 23: (Complete=1, Pending=0, Fired=0, Skipped=2, \
Incomplete=0) cib[2302]: 2006/05/25_17:11:59 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:11:59 debug: \
mask(actions.c:notify_crmd): Transition 23 status: te_abort - Event failed cib[2302]: \
2006/05/25_17:11:59 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:11:59 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:11:59 debug: mask(cib:diff): +         <lrm_resources> \
crmd[2306]: 2006/05/25_17:11:59 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: \
[ state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:11:59 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:11:59 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC \
cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: 2006/05/25_17:11:59 debug: \
mask(cib:diff): +             <lrm_rsc_op \
transition_key="23:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;23:225cac89-ffa1-4579-83f6-363711860f0f" call_id="26" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:11:59 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:11:59 debug: mask(cib:diff): +           </lrm_resource> \
crmd[2306]: 2006/05/25_17:11:59 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:11:59 debug: mask(cib:diff): +         </lrm_resources> crmd[2306]: \
2006/05/25_17:11:59 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:11:59 debug: mask(cib:diff): +       </lrm> crmd[2306]: \
2006/05/25_17:11:59 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:11:59 debug: mask(cib:diff): +     </node_state> crmd[2306]: \
2006/05/25_17:11:59 debug: actions:trace: 	// A_PE_INVOKE cib[2302]: \
2006/05/25_17:12:00 debug: mask(cib:diff): +   </status> crmd[2306]: \
2006/05/25_17:12:00 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE cib[2302]: 2006/05/25_17:12:00 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:12:00 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.674 -> 0.7.675 crmd[2306]: 2006/05/25_17:12:00 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 69 complete cib[2302]: \
2006/05/25_17:12:00 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 lrmd[2303]: 2006/05/25_17:12:01 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4241] exited with return \
code 0 cib[4263]: 2006/05/25_17:12:01 debug: mask(io.c:validate_cib_digest): Digest \
comparision passed: 51868f0963d74c0d30cfc2f88a33db8a crmd[2306]: 2006/05/25_17:12:01 \
debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569920-61 pengine[2318]: 2006/05/25_17:12:01 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="675" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2302]: 2006/05/25_17:12:01 \
debug: mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 1fb \
from ourselves lrmd[2303]: 2006/05/25_17:12:01 debug: on_op_done:operation monitor[4] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
cib[4263]: 2006/05/25_17:12:01 info: mask(io.c:write_cib_contents): Wrote version \
0.7.675 of the CIB to disk (digest: 8a99000f5a53f4b97c584ec74a3a8c8b) pengine[2318]: \
2006/05/25_17:12:01 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: transition_idle_timeout lrmd[2303]: 2006/05/25_17:12:01 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 820 ms \
(GSource: 0x87a9218) pengine[2318]: 2006/05/25_17:12:01 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:12:01 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness pengine[2318]: 2006/05/25_17:12:01 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:12:01 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:12:01 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:12:02 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:12:02 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:12:02 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:12:02 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:12:02 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:12:02 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:12:02 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:12:02 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:12:02 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:12:02 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:12:03 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:12:03 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
heartbeat[2287]: 2006/05/25_17:12:03 debug: Process 2287 processing SIGTERM \
heartbeat[2287]: 2006/05/25_17:12:03 debug: hb_initiate_shutdown() called. \
heartbeat[2287]: 2006/05/25_17:12:03 debug: hb_initiate_shutdown(): calling \
hb_mcp_final_shutdown() heartbeat[2287]: 2006/05/25_17:12:03 debug: \
hb_mcp_final_shutdown() phase 0 heartbeat[2287]: 2006/05/25_17:12:03 debug: Shutting \
down client /usr/lib/heartbeat/mgmtd -v heartbeat[2287]: 2006/05/25_17:12:03 info: \
killing /usr/lib/heartbeat/mgmtd -v process group 2308 with signal 15 pengine[2318]: \
2006/05/25_17:12:03 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stop_orphan_actions mgmtd[2308]: 2006/05/25_17:12:04 info: mgmtd \
is shutting down heartbeat[2287]: 2006/05/25_17:12:04 debug: Signing client 2308 off
heartbeat[2287]: 2006/05/25_17:12:04 debug: G_remove_client(pid#08, reason='signoff' \
gsource=0x822a728) { heartbeat[2287]: 2006/05/25_17:12:04 debug: \
api_remove_client_int: removing pid [2308] reason: signoff heartbeat[2287]: \
2006/05/25_17:12:04 debug: }/*G_remove_client;*/ pengine[2318]: 2006/05/25_17:12:04 \
info: mask(unpack.c:unpack_config): Orphan resource actions are stopped mgmtd[2308]: \
2006/05/25_17:12:04 debug: [mgmtd] stopped heartbeat[2287]: 2006/05/25_17:12:04 \
debug: Shutting down client /usr/lib/heartbeat/crmd heartbeat[2287]: \
2006/05/25_17:12:04 info: killing /usr/lib/heartbeat/crmd process group 2306 with \
signal 15 lrmd[2303]: 2006/05/25_17:12:04 debug: on_receive_cmd: the IPC to client \
[pid:2308] disconnected. pengine[2318]: 2006/05/25_17:12:04 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
remove_after_stop crmd[2306]: 2006/05/25_17:12:04 info: mask(control.c:crm_shutdown): \
Requesting shutdown lrmd[2303]: 2006/05/25_17:12:04 debug: unregister_client: client \
mgmtd [pid:2308] is unregistered pengine[2318]: 2006/05/25_17:12:04 info: \
mask(unpack.c:unpack_config): Stopped resources are removed from the status section: \
false crmd[2306]: 2006/05/25_17:12:04 debug: mask(utils.c:crm_timer_start): Started \
Shutdown Escalation (I_STOP:1200000ms), src pengine[2318]: 2006/05/25_17:12:04 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default crmd[2306]: 2006/05/25_17:12:04 debug: mask(fsa.c:s_crmd_fsa): \
Processing I_SHUTDOWN: [ state=S_POLICY_ENGINE cause=C_SHUTDOWN origin=crm_shutdown ] \
pengine[2318]: 2006/05/25_17:12:05 info: mask(unpack.c:unpack_config): By default \
resources are managed crmd[2306]: 2006/05/25_17:12:05 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:12:05 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started \
nodo01 pengine[2318]: 2006/05/25_17:12:05 debug: mask(stages.c:stage3): nodo01 \
probed: false pengine[2318]: 2006/05/25_17:12:05 notice: \
mask(native.c:native_create_probe): nodo01: Created probe for ipaddr01 pengine[2318]: \
2006/05/25_17:12:05 debug: mask(stages.c:stage3): nodo02 probed: (null) crmd[2306]: \
2006/05/25_17:12:05 debug: actions:trace: 	// A_SHUTDOWN_REQ crmd[2306]: \
2006/05/25_17:12:05 info: mask(control.c:do_shutdown_req): Sending shutdown request \
to DC: nodo01 crmd[2306]: 2006/05/25_17:12:05 info: mask(control.c:do_shutdown_req): \
Processing shutdown locally pengine[2318]: 2006/05/25_17:12:05 debug: \
mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
crmd[2306]: 2006/05/25_17:12:05 info: mask(messages.c:handle_shutdown_request): \
Creating shutdown request for nodo01 pengine[2318]: 2006/05/25_17:12:05 debug: \
mask(native.c:native_create_actions): ipaddr01: Started->Started cib[2302]: \
2006/05/25_17:12:06 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 pengine[2318]: 2006/05/25_17:12:06 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Started) cib[2302]: \
2006/05/25_17:12:06 info: mask(notify.c:cib_diff_notify): Update (client: 2306, \
call:71): 0.7.675 -> 0.7.676 (ok) pengine[2318]: 2006/05/25_17:12:06 notice: \
mask(native.c:NoRoleChange): Leave resource ipaddr01	(nodo01) tengine[2317]: \
2006/05/25_17:12:06 info: mask(callbacks.c:te_update_diff): Processing diff \
(cib_update): 0.7.675 -> 0.7.676 cib[2302]: 2006/05/25_17:12:06 debug: \
mask(cib:diff): - <cib num_updates="675"> pengine[2318]: 2006/05/25_17:12:06 debug: \
mask(native.c:Recurring): nodo01	   ipaddr01_monitor_5000 (optional) tengine[2317]: \
2006/05/25_17:12:06 debug: mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:12:06 debug: \
mask(cib:diff): -   <status> pengine[2318]: 2006/05/25_17:12:06 debug: \
mask(stages.c:stage8): Creating transition graph 24. tengine[2317]: \
2006/05/25_17:12:06 info: mask(events.c:extract_event): Aborting on shutdown \
attribute cib[2302]: 2006/05/25_17:12:06 debug: mask(cib:diff): -     <node_state \
shutdown="0" expected="member" id="999293f8-89a9-40a8-9d91-9561df7c6f81"/> \
pengine[2318]: 2006/05/25_17:12:06 notice: mask(stages.c:stage8): Created transition \
graph 24. tengine[2317]: 2006/05/25_17:12:07 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 1000000 cib[2302]: \
2006/05/25_17:12:07 debug: mask(cib:diff): -   </status> pengine[2318]: \
2006/05/25_17:12:07 WARN: mask(pengine.c:process_pe_message): No value specified for \
cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:12:07 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] tengine[2317]: 2006/05/25_17:12:07 debug: \
mask(utils.c:abort_transition_graph): extract_event:159 - Triggered graph processing \
: Shutdown request lrmd[2303]: 2006/05/25_17:12:07 debug: Resource Agent (operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4274] exited with return \
code 0 cib[2302]: 2006/05/25_17:12:07 debug: mask(cib:diff): - </cib>
pengine[2318]: 2006/05/25_17:12:07 debug: mask(xml.c:write_xml_file): \
/var/lib/heartbeat/pengine/pe-input-84.bz2: In: 2993, out: 1024 crmd[2306]: \
2006/05/25_17:12:07 debug: actions:trace: 	// A_LOG tengine[2317]: \
2006/05/25_17:12:07 debug: mask(abort_transition_graph): Cause <node_state \
shutdown="1148569925" expected="down" id="999293f8-89a9-40a8-9d91-9561df7c6f81"/> \
lrmd[2303]: 2006/05/25_17:12:07 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
cib[2302]: 2006/05/25_17:12:07 debug: mask(cib:diff): + <cib num_updates="676"> \
pengine[2318]: 2006/05/25_17:12:07 info: mask(pengine.c:process_pe_message): \
Transition 24: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-84.bz2 \
crmd[2306]: 2006/05/25_17:12:07 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] tengine[2317]: 2006/05/25_17:12:08 debug: \
mask(actions.c:notify_crmd): Transition 23 status: te_abort - Shutdown request \
lrmd[2303]: 2006/05/25_17:12:08 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 630 ms (GSource: 0x87a9218) cib[2302]: 2006/05/25_17:12:08 \
debug: mask(cib:diff): +   <status> cib[2302]: 2006/05/25_17:12:08 debug: \
mask(cib:diff): +     <node_state shutdown="1148569925" expected="down" \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"/> crmd[2306]: 2006/05/25_17:12:08 debug: \
actions:trace: 	// A_DC_TIMER_STOP cib[2302]: 2006/05/25_17:12:08 debug: \
mask(cib:diff): +   </status> pengine[2318]: 2006/05/25_17:12:08 ERROR: \
mask(ipc.c:subsystem_msg_dispatch): pengine took 6900ms to complete crmd[2306]: \
2006/05/25_17:12:08 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: \
2006/05/25_17:12:08 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: \
2006/05/25_17:12:08 debug: actions:trace: 	// A_TE_INVOKE cib[2302]: \
2006/05/25_17:12:08 debug: mask(cib:diff): + </cib> crmd[2306]: 2006/05/25_17:12:08 \
debug: mask(tengine.c:do_te_invoke): Starting a transition cib[2302]: \
2006/05/25_17:12:08 debug: mask(callbacks.c:cib_process_request): Sending update diff \
0.7.675 -> 0.7.676 crmd[2306]: 2006/05/25_17:12:08 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Shutdown request \
tengine[2317]: 2006/05/25_17:12:08 info: mask(unpack.c:unpack_graph): Unpacked \
transition 24: 3 actions in 3 synapses cib[4296]: 2006/05/25_17:12:08 debug: \
mask(io.c:validate_cib_digest): Digest comparision passed: \
8a99000f5a53f4b97c584ec74a3a8c8b crmd[2306]: 2006/05/25_17:12:08 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: [ state=S_TRANSITION_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] tengine[2317]: 2006/05/25_17:12:08 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) cib[4296]: \
2006/05/25_17:12:08 info: mask(io.c:write_cib_contents): Wrote version 0.7.676 of the \
CIB to disk (digest: ee567ab84cf8bb7238e0e1072562aa4c) crmd[2306]: \
2006/05/25_17:12:08 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] tengine[2317]: 2006/05/25_17:12:09 debug: \
mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, priority: 0) cib[2302]: 2006/05/25_17:12:09 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 206 from \
ourselves crmd[2306]: 2006/05/25_17:12:09 info: mask(fsa.c:do_state_transition): All \
1 cluster nodes are eligable to run resources. tengine[2317]: 2006/05/25_17:12:09 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) cib[2302]: 2006/05/25_17:12:09 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 170 ms before being called \
(GSource: 0x8cc4c20) crmd[2306]: 2006/05/25_17:12:09 debug: actions:trace: 	// \
A_DC_TIMER_STOP tengine[2317]: 2006/05/25_17:12:09 debug: mask(utils.c:print_graph): \
Synapse 1 is pending (priority: 0) cib[2302]: 2006/05/25_17:12:09 info: \
G_SIG_dispatch: started at 2966789 should have started at 2966772 crmd[2306]: \
2006/05/25_17:12:09 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP tengine[2317]: \
2006/05/25_17:12:09 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) cib[2302]: 2006/05/25_17:12:09 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 320 ms \
(GSource: 0x8cc4c20) crmd[2306]: 2006/05/25_17:12:09 debug: actions:trace: 	// \
A_FINALIZE_TIMER_STOP tengine[2317]: 2006/05/25_17:12:09 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) crmd[2306]: 2006/05/25_17:12:09 debug: actions:trace: 	// A_PE_INVOKE
tengine[2317]: 2006/05/25_17:12:09 debug: mask(utils.c:print_elem):      * [Input 3]: \
Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) crmd[2306]: \
2006/05/25_17:12:10 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE tengine[2317]: 2006/05/25_17:12:10 debug: mask(utils.c:print_graph): \
Synapse 2 is pending (priority: 0) cib[2302]: 2006/05/25_17:12:10 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_query op from \
2306 tengine[2317]: 2006/05/25_17:12:10 debug: mask(utils.c:print_elem):     [Action \
3]: Pending (id: probe_complete, loc: nodo01, priority: 0) crmd[2306]: \
2006/05/25_17:12:10 debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569930-64 pengine[2318]: 2006/05/25_17:12:10 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="676" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> tengine[2317]: 2006/05/25_17:12:10 \
debug: mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: \
nodo01, type: rsc, priority: 0) pengine[2318]: 2006/05/25_17:12:10 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout tengine[2317]: 2006/05/25_17:12:10 debug: \
mask(utils.c:print_elem):      * [Input 4]: Pending (id: ipaddr01_monitor_0, loc: \
nodo01, priority: 0) pengine[2318]: 2006/05/25_17:12:10 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s tengine[2317]: \
2006/05/25_17:12:10 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) pengine[2318]: \
2006/05/25_17:12:10 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness tengine[2317]: 2006/05/25_17:12:10 \
info: mask(actions.c:send_rsc_command): Initiating action 4: ipaddr01_monitor_0 on \
nodo01 pengine[2318]: 2006/05/25_17:12:10 info: mask(unpack.c:unpack_config): Default \
stickiness: 0 tengine[2317]: 2006/05/25_17:12:10 debug: mask(graph.c:run_graph): \
Transition 24: (Complete=0, Pending=0, Fired=1, Skipped=0, Incomplete=2) lrmd[2303]: \
2006/05/25_17:12:10 debug: on_msg_get_rsc: the client [pid:2306] wants to get the \
information of the resource [rsc_id: ipaddr01] pengine[2318]: 2006/05/25_17:12:10 \
WARN: mask(unpack.c:unpack_config): No value specified for cluster preference: \
default_resource_failure_stickiness crmd[2306]: 2006/05/25_17:12:11 info: \
mask(lrm.c:do_lrm_rsc_op): Performing op monitor on ipaddr01 (interval=0ms, \
key$:225cac89-ffa1-4579-83f6-363711860f0f) pengine[2318]: 2006/05/25_17:12:11 info: \
mask(unpack.c:unpack_config): Default failure stickiness: 0 crmd[2306]: \
2006/05/25_17:12:11 info: mask(lrm.c:do_lrm_rsc_op): Discarding attempt to perform \
action monitor on ipaddr01 in state S_POLICY_ENGINE pengine[2318]: \
2006/05/25_17:12:11 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stonith_enabled crmd[2306]: 2006/05/25_17:12:11 info: \
mask(lrm.c:send_direct_ack): ACK'ing resource op: monitor for ipaddr01 pengine[2318]: \
2006/05/25_17:12:11 info: mask(unpack.c:unpack_config): STONITH of failed nodes is \
disabled crmd[2306]: 2006/05/25_17:12:11 debug: mask(lrm.c:build_operation_update): \
Resource action ipaddr01/monitor Error: 99 pengine[2318]: 2006/05/25_17:12:11 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
stonith_action crmd[2306]: 2006/05/25_17:12:11 debug: mask(lrm.c:send_direct_ack): \
Sending ACK: lrm_invoke-lrmd-1148569931-65 pengine[2318]: 2006/05/25_17:12:11 info: \
mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:12:11 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:12:11 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default tengine[2317]: 2006/05/25_17:12:11 debug: \
mask(callbacks.c:process_te_message): Processing (N)ACK from nodo01 pengine[2318]: \
2006/05/25_17:12:11 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: short_resource_names tengine[2317]: 2006/05/25_17:12:11 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 pengine[2318]: 2006/05/25_17:12:12 info: \
mask(unpack.c:unpack_config): Using short resource names: false tengine[2317]: \
2006/05/25_17:12:12 WARN: mask(events.c:match_graph_event): Action ipaddr01_monitor_0 \
on nodo01 failed (target: 7 vs. rc: 99): Error pengine[2318]: 2006/05/25_17:12:12 \
WARN: mask(unpack.c:unpack_config): No value specified for cluster preference: \
no_quorum_policy tengine[2317]: 2006/05/25_17:12:12 info: \
mask(utils.c:update_abort_priority): Abort priority upgraded to 0 pengine[2318]: \
2006/05/25_17:12:12 info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop \
ALL resources tengine[2317]: 2006/05/25_17:12:12 info: \
mask(utils.c:update_abort_priority): Abort action 0 superceeded by 2 pengine[2318]: \
2006/05/25_17:12:12 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: stop_orphan_resources tengine[2317]: 2006/05/25_17:12:12 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed pengine[2318]: 2006/05/25_17:12:12 info: \
mask(unpack.c:unpack_config): Orphan resources are ignored tengine[2317]: \
2006/05/25_17:12:12 debug: mask(abort_transition_graph): Cause <lrm_rsc_op \
id="ipaddr01_monitor_0" operation="monitor" crm-debug-origin="send_direct_ack" \
transition_key="24:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="4:99;24:225cac89-ffa1-4579-83f6-363711860f0f" call_id="0" \
rc_code="99" op_status="4" interval="0" \
op_digest="c130435822f94ddce36a047a6f10e86c"/> pengine[2318]: 2006/05/25_17:12:12 \
WARN: mask(unpack.c:unpack_config): No value specified for cluster preference: \
stop_orphan_actions tengine[2317]: 2006/05/25_17:12:12 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed \
pengine[2318]: 2006/05/25_17:12:12 info: mask(unpack.c:unpack_config): Orphan \
resource actions are stopped tengine[2317]: 2006/05/25_17:12:12 info: \
mask(graph.c:run_graph): \
===================================================pengine[2318]: 2006/05/25_17:12:13 \
WARN: mask(unpack.c:unpack_config): No value specified for cluster preference: \
remove_after_stop tengine[2317]: 2006/05/25_17:12:13 notice: mask(graph.c:run_graph): \
Transition 24: (Complete=1, Pending=0, Fired=0, Skipped=2, Incomplete=0) \
pengine[2318]: 2006/05/25_17:12:13 info: mask(unpack.c:unpack_config): Stopped \
resources are removed from the status section: false lrmd[2303]: 2006/05/25_17:12:13 \
debug: Resource Agent (operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, \
its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4297] \
exited with return code 0 tengine[2317]: 2006/05/25_17:12:13 debug: \
mask(actions.c:notify_crmd): Transition 24 status: te_abort - Event failed \
pengine[2318]: 2006/05/25_17:12:13 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: is_managed_default lrmd[2303]: 2006/05/25_17:12:13 \
debug: on_op_done:operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed \
from op list crmd[2306]: 2006/05/25_17:12:13 debug: mask(messages.c:handle_request): \
Transition cancelled: te_abort/Event failed pengine[2318]: 2006/05/25_17:12:13 info: \
mask(unpack.c:unpack_config): By default resources are managed lrmd[2303]: \
2006/05/25_17:12:13 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long \
to execute: 400 ms (GSource: 0x87a9218) crmd[2306]: 2006/05/25_17:12:13 debug: \
mask(messages.c:handle_request): Cancelling pe_calc-dc-1148569930-64... \
pengine[2318]: 2006/05/25_17:12:13 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started \
nodo01 crmd[2306]: 2006/05/25_17:12:13 debug: mask(fsa.c:s_crmd_fsa): Processing \
I_PE_CALC: [ state=S_POLICY_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] \
pengine[2318]: 2006/05/25_17:12:14 debug: mask(stages.c:stage3): nodo01 probed: false \
crmd[2306]: 2006/05/25_17:12:14 debug: actions:trace: 	// A_PE_INVOKE crmd[2306]: \
2006/05/25_17:12:14 debug: mask(pengine.c:do_pe_invoke): Requesting the current CIB: \
S_POLICY_ENGINE pengine[2318]: 2006/05/25_17:12:14 notice: \
mask(native.c:native_create_probe): nodo01: Created probe for ipaddr01 cib[2302]: \
2006/05/25_17:12:14 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_query op from 2306 pengine[2318]: 2006/05/25_17:12:14 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:12:14 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
crmd[2306]: 2006/05/25_17:12:14 debug: mask(pengine.c:do_pe_invoke_callback): \
Invoking the PE: pe_calc-dc-1148569934-66 pengine[2318]: 2006/05/25_17:12:14 debug: \
mask(stages.c:choose_node_from_list): Could not allocate a node for color 1 \
pengine[2318]: 2006/05/25_17:12:14 debug: mask(native.c:native_create_actions): \
ipaddr01: Started->Stopped pengine[2318]: 2006/05/25_17:12:14 debug: \
mask(native.c:NoRoleChange): Executing: ipaddr01 (role=Stopped) pengine[2318]: \
2006/05/25_17:12:14 notice: mask(native.c:StopRsc):   nodo01	Stop ipaddr01 \
pengine[2318]: 2006/05/25_17:12:14 info: mask(stages.c:stage6): Scheduling Node \
nodo01 for shutdown pengine[2318]: 2006/05/25_17:12:14 debug: mask(stages.c:stage8): \
Creating transition graph 25. pengine[2318]: 2006/05/25_17:12:14 notice: \
mask(stages.c:stage8): Created transition graph 25. pengine[2318]: \
2006/05/25_17:12:14 WARN: mask(pengine.c:process_pe_message): No value specified for \
cluster preference: pe-input-series-max pengine[2318]: 2006/05/25_17:12:14 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-85.bz2: In: 3005, \
out: 1044 pengine[2318]: 2006/05/25_17:12:14 info: \
mask(pengine.c:process_pe_message): Transition 25: PEngine Input stored in: \
/var/lib/heartbeat/pengine/pe-input-85.bz2 pengine[2318]: 2006/05/25_17:12:14 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="676" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> pengine[2318]: 2006/05/25_17:12:14 \
WARN: mask(unpack.c:unpack_config): No value specified for cluster preference: \
transition_idle_timeout pengine[2318]: 2006/05/25_17:12:15 debug: \
mask(unpack.c:unpack_config): transition_idle_timeout set to: 60s pengine[2318]: \
2006/05/25_17:12:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_stickiness pengine[2318]: 2006/05/25_17:12:15 \
info: mask(unpack.c:unpack_config): Default stickiness: 0 pengine[2318]: \
2006/05/25_17:12:15 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:12:15 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:12:15 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:12:15 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:12:15 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:12:15 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:12:16 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:12:16 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:12:16 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:12:16 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:12:16 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:12:16 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:12:16 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:12:16 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:12:16 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:12:16 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:12:16 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:12:16 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:12:17 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:12:17 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:12:17 info: ipaddr01	(heartbeat::ocf:IPaddr):	Started nodo01 \
pengine[2318]: 2006/05/25_17:12:17 debug: mask(stages.c:stage3): nodo01 probed: false \
pengine[2318]: 2006/05/25_17:12:17 notice: mask(native.c:native_create_probe): \
nodo01: Created probe for ipaddr01 pengine[2318]: 2006/05/25_17:12:17 debug: \
mask(stages.c:stage3): nodo02 probed: (null) pengine[2318]: 2006/05/25_17:12:17 \
debug: mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:12:17 debug: mask(stages.c:choose_node_from_list): Could \
not allocate a node for color 1 pengine[2318]: 2006/05/25_17:12:17 debug: \
mask(native.c:native_create_actions): ipaddr01: Started->Stopped pengine[2318]: \
2006/05/25_17:12:17 debug: mask(native.c:NoRoleChange): Executing: ipaddr01 \
(role=Stopped) pengine[2318]: 2006/05/25_17:12:17 notice: mask(native.c:StopRsc):   \
nodo01	Stop ipaddr01 pengine[2318]: 2006/05/25_17:12:18 info: mask(stages.c:stage6): \
Scheduling Node nodo01 for shutdown pengine[2318]: 2006/05/25_17:12:18 debug: \
mask(stages.c:stage8): Creating transition graph 26. pengine[2318]: \
2006/05/25_17:12:18 notice: mask(stages.c:stage8): Created transition graph 26. \
pengine[2318]: 2006/05/25_17:12:18 WARN: mask(pengine.c:process_pe_message): No value \
specified for cluster preference: pe-input-series-max crmd[2306]: 2006/05/25_17:12:18 \
debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE \
cause=C_IPC_MESSAGE origin=do_msg_route ] pengine[2318]: 2006/05/25_17:12:18 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-86.bz2: In: 3005, \
out: 1037 crmd[2306]: 2006/05/25_17:12:18 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:12:18 info: mask(pengine.c:process_pe_message): \
Transition 26: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-86.bz2 \
crmd[2306]: 2006/05/25_17:12:18 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:12:18 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:12:18 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:12:19 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:12:19 debug: \
actions:trace: 	// A_TE_INVOKE lrmd[2303]: 2006/05/25_17:12:19 debug: Resource Agent \
(operation monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0] ): pid [4322] exited with return \
code 0 crmd[2306]: 2006/05/25_17:12:19 debug: mask(tengine.c:do_te_invoke): Starting \
a transition lrmd[2303]: 2006/05/25_17:12:19 debug: on_op_done:operation monitor[4] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  is removed from op list \
tengine[2317]: 2006/05/25_17:12:19 info: mask(unpack.c:unpack_graph): Unpacked \
transition 26: 5 actions in 5 synapses lrmd[2303]: 2006/05/25_17:12:19 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 230 ms \
(GSource: 0x87a9218) tengine[2317]: 2006/05/25_17:12:19 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:12:19 debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:12:19 \
debug: mask(utils.c:print_elem):     [Action 4]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:12:19 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:12:19 debug: mask(utils.c:print_elem):     [Action 5]: Pending (id: \
ipaddr01_stop_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:12:19 debug: \
mask(utils.c:print_elem):     [Action 5]: Pending (id: ipaddr01_stop_0, loc: nodo01, \
type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:12:19 debug: \
mask(utils.c:print_graph): Synapse 2 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:12:19 debug: mask(utils.c:print_elem):     [Action 2]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:12:19 debug: \
mask(utils.c:print_elem):      * [Input 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:12:19 debug: mask(utils.c:print_elem):      \
* [Input 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:12:19 debug: mask(utils.c:print_graph): Synapse 3 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:12:19 debug: \
mask(utils.c:print_elem):     [Action 3]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:12:19 debug: mask(utils.c:print_elem):     \
[Action 3]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:12:19 debug: mask(utils.c:print_elem):      * [Input 4]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:12:19 debug: mask(utils.c:print_elem):      * [Input 4]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:12:19 debug: mask(utils.c:print_graph): Synapse 4 is pending (priority: \
0) tengine[2317]: 2006/05/25_17:12:20 debug: mask(utils.c:print_elem):     [Action \
6]: Pending (id: do_shutdown, loc: nodo01, type: crm, priority: 0) tengine[2317]: \
2006/05/25_17:12:20 debug: mask(utils.c:print_elem):      * [Input 5]: Pending (id: \
ipaddr01_stop_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:12:20 debug: \
mask(utils.c:print_elem):      * [Input 5]: Pending (id: ipaddr01_stop_0, loc: \
nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:12:20 info: \
mask(actions.c:send_rsc_command): Initiating action 4: ipaddr01_monitor_0 on nodo01 \
tengine[2317]: 2006/05/25_17:12:20 info: mask(actions.c:send_rsc_command): Initiating \
action 5: ipaddr01_stop_0 on nodo01 lrmd[2303]: 2006/05/25_17:12:20 debug: \
on_msg_get_rsc: the client [pid:2306] wants to get the information of the resource \
[rsc_id: ipaddr01] tengine[2317]: 2006/05/25_17:12:20 debug: mask(graph.c:run_graph): \
Transition 26: (Complete=0, Pending=0, Fired=2, Skipped=0, Incomplete=3) crmd[2306]: \
2006/05/25_17:12:20 info: mask(lrm.c:do_lrm_rsc_op): Performing op monitor on \
ipaddr01 (interval=0ms, key&:225cac89-ffa1-4579-83f6-363711860f0f) lrmd[2303]: \
2006/05/25_17:12:20 debug: on_msg_perform_op: add an operation operation monitor[27] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
crm_feature_set=[1.0.5] interval=[5000] nic=[eth0]  to the operation list. \
lrmd[2303]: 2006/05/25_17:12:20 debug: on_msg_get_rsc: the client [pid:2306] wants to \
get the information of the resource [rsc_id: ipaddr01] crmd[2306]: \
2006/05/25_17:12:20 debug: mask(lrm.c:stop_recurring_action): Stopping recurring op 4 \
for ipaddr01 (ipaddr01_monitor_5000) lrmd[2303]: 2006/05/25_17:12:20 debug: \
on_msg_perform_op:client [pid:2306] cancel the operation [callid:4] lrmd[2303]: \
2006/05/25_17:12:21 debug: on_msg_perform_op: cancel the operation operation \
monitor[4] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
interval=[5000] crm_feature_set=[1.0.5] nic=[eth0]  from the internal repeat \
operation list) lrmd[2303]: 2006/05/25_17:12:21 debug: flush_op: start.
lrmd[2303]: 2006/05/25_17:12:21 debug: on_op_done:operation monitor[4] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list lrmd[2303]: \
2006/05/25_17:12:21 debug: flush_op: end. crmd[2306]: 2006/05/25_17:12:21 info: \
mask(lrm.c:do_lrm_rsc_op): Performing op stop on ipaddr01 (interval=0ms, \
key&:225cac89-ffa1-4579-83f6-363711860f0f) lrmd[2303]: 2006/05/25_17:12:21 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD was delayed 180 ms before being called \
(GSource: 0x87a9218) lrmd[2303]: 2006/05/25_17:12:21 info: G_SIG_dispatch: started at \
2967997 should have started at 2967979 lrmd[2303]: 2006/05/25_17:12:21 debug: \
Resource Agent (operation monitor[27] on ocf::IPaddr::ipaddr01 for client 2306, its \
parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0] ): pid [4344] \
exited with return code 0 lrmd[2303]: 2006/05/25_17:12:21 debug: on_op_done:operation \
monitor[27] on ocf::IPaddr::ipaddr01 for client 2306, its parameters: \
ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] \
interval=[5000] crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list \
lrmd[2303]: 2006/05/25_17:12:21 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD \
took too long to execute: 230 ms (GSource: 0x87a9218) lrmd[2303]: 2006/05/25_17:12:21 \
debug: on_msg_perform_op: add an operation operation stop[29] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  to the operation list. crmd[2306]: \
2006/05/25_17:12:21 WARN: mask(lrm.c:process_lrm_event): LRM operation (4) \
monitor_5000 on ipaddr01 Cancelled crmd[2306]: 2006/05/25_17:12:21 info: \
mask(lrm.c:process_lrm_event): LRM operation (27) monitor_0 on ipaddr01 complete \
lrmd[2303]: 2006/05/25_17:12:21 debug: on_msg_get_rsc: the client [pid:2306] wants to \
get the information of the resource [rsc_id: ipaddr01] crmd[2306]: \
2006/05/25_17:12:21 debug: mask(lrm.c:do_update_resource): Sent resource state update \
message: 74 cib[2302]: 2006/05/25_17:12:21 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 IPaddr[4366]:	2006/05/25_17:12:21 INFO: /sbin/route -n del -host 10.156.64.138
cib[2302]: 2006/05/25_17:12:21 info: mask(notify.c:cib_diff_notify): Update (client: \
2306, call:74): 0.7.676 -> 0.7.677 (ok) IPaddr[4366]:	2006/05/25_17:12:21 INFO: \
/sbin/ifconfig eth0:0 10.156.64.138 down lrmd[2303]: 2006/05/25_17:12:22 info: RA \
output: (ipaddr01:stop:stderr) SIOCDELRT: No such process

IPaddr[4366]:	2006/05/25_17:12:22 INFO: IP Address 10.156.64.138 released
cib[2302]: 2006/05/25_17:12:22 debug: mask(cib:diff): - <cib num_updates="676">
cib[2302]: 2006/05/25_17:12:22 debug: mask(cib:diff): -   <status>
cib[2302]: 2006/05/25_17:12:22 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:12:22 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: \
2006/05/25_17:12:22 debug: mask(cib:diff): -         <lrm_resources> lrmd[2303]: \
2006/05/25_17:12:22 debug: Resource Agent (operation stop[29] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0] ): pid [4366] exited with return code 0 cib[2302]: \
2006/05/25_17:12:22 debug: mask(cib:diff): -           <lrm_resource id="ipaddr01"> \
cib[2302]: 2006/05/25_17:12:22 debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="23:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;23:225cac89-ffa1-4579-83f6-363711860f0f" call_id="26" \
id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:12:22 info: \
mask(lrm.c:process_lrm_event): LRM operation (29) stop_0 on ipaddr01 complete \
lrmd[2303]: 2006/05/25_17:12:22 debug: on_op_done:operation stop[29] on \
ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  is removed from op list cib[2302]: \
2006/05/25_17:12:22 debug: mask(cib:diff): -           </lrm_resource> tengine[2317]: \
2006/05/25_17:12:22 info: mask(callbacks.c:te_update_diff): Processing diff \
(cib_update): 0.7.676 -> 0.7.677 lrmd[2303]: 2006/05/25_17:12:22 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 430 ms \
(GSource: 0x87a9218) cib[2302]: 2006/05/25_17:12:23 debug: mask(cib:diff): -         \
</lrm_resources> tengine[2317]: 2006/05/25_17:12:23 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 lrmd[2303]: 2006/05/25_17:12:23 debug: \
on_msg_get_rsc: the client [pid:2306] wants to get the information of the resource \
[rsc_id: ipaddr01] cib[2302]: 2006/05/25_17:12:23 debug: mask(cib:diff): -       \
</lrm> cib[2302]: 2006/05/25_17:12:23 debug: mask(cib:diff): -     </node_state>
crmd[2306]: 2006/05/25_17:12:23 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 75 cib[2302]: 2006/05/25_17:12:23 debug: mask(cib:diff): -   \
</status> tengine[2317]: 2006/05/25_17:12:23 info: mask(events.c:match_graph_event): \
Re-mapping op status to LRM_OP_ERROR for ipaddr01_monitor_0 tengine[2317]: \
2006/05/25_17:12:23 ERROR: mask(events.c:match_graph_event): Action \
ipaddr01_monitor_0 on nodo01 failed (target: 7 vs. rc: 0): Error tengine[2317]: \
2006/05/25_17:12:23 info: mask(utils.c:update_abort_priority): Abort priority \
upgraded to 0 cib[2302]: 2006/05/25_17:12:23 debug: mask(cib:diff): - </cib>
tengine[2317]: 2006/05/25_17:12:23 info: mask(utils.c:update_abort_priority): Abort \
action 0 superceeded by 2 cib[2302]: 2006/05/25_17:12:23 debug: mask(cib:diff): + \
<cib num_updates="677"> tengine[2317]: 2006/05/25_17:12:23 debug: \
mask(utils.c:abort_transition_graph): match_graph_event:366 - Triggered graph \
processing : Event failed tengine[2317]: 2006/05/25_17:12:23 debug: \
mask(abort_transition_graph): Cause <lrm_rsc_op \
transition_key="26:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;26:225cac89-ffa1-4579-83f6-363711860f0f" call_id="27" \
id="ipaddr01_monitor_0"/> tengine[2317]: 2006/05/25_17:12:23 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (4) confirmed cib[2302]: \
2006/05/25_17:12:23 debug: mask(cib:diff): +   <status> tengine[2317]: \
2006/05/25_17:12:23 debug: mask(graph.c:run_graph): Transition 26: (Complete=1, \
Pending=1, Fired=0, Skipped=3, Incomplete=0) cib[2302]: 2006/05/25_17:12:23 debug: \
mask(cib:diff): +     <node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
cib[2302]: 2006/05/25_17:12:23 debug: mask(cib:diff): +       <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:12:23 debug: \
mask(cib:diff): +         <lrm_resources> cib[2302]: 2006/05/25_17:12:23 debug: \
mask(cib:diff): +           <lrm_resource id="ipaddr01"> cib[2302]: \
2006/05/25_17:12:23 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="26:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;26:225cac89-ffa1-4579-83f6-363711860f0f" call_id="27" \
id="ipaddr01_monitor_0"/> cib[2302]: 2006/05/25_17:12:23 debug: mask(cib:diff): +     \
</lrm_resource> cib[2302]: 2006/05/25_17:12:24 debug: mask(cib:diff): +         \
</lrm_resources> cib[2302]: 2006/05/25_17:12:24 debug: mask(cib:diff): +       </lrm>
cib[2302]: 2006/05/25_17:12:24 debug: mask(cib:diff): +     </node_state>
cib[2302]: 2006/05/25_17:12:24 debug: mask(cib:diff): +   </status>
cib[2302]: 2006/05/25_17:12:24 debug: mask(cib:diff): + </cib>
cib[2302]: 2006/05/25_17:12:24 debug: mask(callbacks.c:cib_process_request): Sending \
update diff 0.7.676 -> 0.7.677 crmd[2306]: 2006/05/25_17:12:24 debug: \
mask(lrm.c:cib_rsc_callback): Resource update 74 complete cib[2302]: \
2006/05/25_17:12:24 debug: mask(callbacks.c:cib_process_request): Processing master \
cib_update op locally from 2306 cib[2302]: 2006/05/25_17:12:24 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:75): 0.7.677 -> 0.7.678 \
(ok) cib[2302]: 2006/05/25_17:12:24 debug: mask(cib:diff): - <cib num_updates="677"/>
tengine[2317]: 2006/05/25_17:12:24 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.677 -> 0.7.678 cib[2302]: 2006/05/25_17:12:24 debug: \
mask(cib:diff): + <cib num_updates="678"> tengine[2317]: 2006/05/25_17:12:24 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:12:24 debug: \
mask(cib:diff): +   <status> tengine[2317]: 2006/05/25_17:12:24 info: \
mask(events.c:match_graph_event): Action ipaddr01_stop_0 (5) confirmed cib[2302]: \
2006/05/25_17:12:24 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> tengine[2317]: 2006/05/25_17:12:24 info: \
mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:12:24 \
debug: mask(cib:diff): +       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> \
tengine[2317]: 2006/05/25_17:12:24 notice: mask(graph.c:run_graph): Transition 26: \
(Complete=2, Pending=0, Fired=0, Skipped=3, Incomplete=0) cib[2302]: \
2006/05/25_17:12:24 debug: mask(cib:diff): +         <lrm_resources> tengine[2317]: \
2006/05/25_17:12:25 debug: mask(actions.c:notify_crmd): Transition 26 status: \
te_abort - Event failed cib[2302]: 2006/05/25_17:12:25 debug: mask(cib:diff): +       \
<lrm_resource id="ipaddr01"> crmd[2306]: 2006/05/25_17:12:25 debug: \
mask(messages.c:handle_request): Transition cancelled: te_abort/Event failed \
cib[2302]: 2006/05/25_17:12:25 debug: mask(cib:diff): +             <lrm_rsc_op \
id="ipaddr01_stop_0" operation="stop" crm-debug-origin="do_update_resource" \
transition_key="26:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;26:225cac89-ffa1-4579-83f6-363711860f0f" call_id="29" \
rc_code="0" op_status="0" interval="0" __crm_diff_marker__="added:top"/> crmd[2306]: \
2006/05/25_17:12:25 debug: mask(fsa.c:s_crmd_fsa): Processing I_PE_CALC: [ \
state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] cib[2302]: \
2006/05/25_17:12:25 debug: mask(cib:diff): +           </lrm_resource> crmd[2306]: \
2006/05/25_17:12:25 info: mask(fsa.c:do_state_transition): nodo01: State transition \
S_TRANSITION_ENGINE -> S_POLICY_ENGINE [ input=I_PE_CALC cause=C_IPC_MESSAGE \
origin=do_msg_route ] cib[2302]: 2006/05/25_17:12:25 debug: mask(cib:diff): +         \
</lrm_resources> crmd[2306]: 2006/05/25_17:12:25 info: \
mask(fsa.c:do_state_transition): All 1 cluster nodes are eligable to run resources. \
cib[2302]: 2006/05/25_17:12:25 debug: mask(cib:diff): +       </lrm> crmd[2306]: \
2006/05/25_17:12:25 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:12:25 debug: mask(cib:diff): +     </node_state> crmd[2306]: \
2006/05/25_17:12:25 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:12:25 debug: mask(cib:diff): +   </status> crmd[2306]: \
2006/05/25_17:12:25 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:12:26 debug: mask(cib:diff): + </cib> crmd[2306]: 2006/05/25_17:12:26 \
debug: actions:trace: 	// A_PE_INVOKE cib[2302]: 2006/05/25_17:12:26 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.677 -> 0.7.678 \
crmd[2306]: 2006/05/25_17:12:26 debug: mask(pengine.c:do_pe_invoke): Requesting the \
current CIB: S_POLICY_ENGINE cib[2302]: 2006/05/25_17:12:26 debug: \
mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 217 from \
ourselves crmd[2306]: 2006/05/25_17:12:26 debug: mask(lrm.c:cib_rsc_callback): \
Resource update 75 complete cib[2302]: 2006/05/25_17:12:26 debug: \
mask(callbacks.c:cib_process_request): Processing locally scoped cib_query op from \
2306 cib[4402]: 2006/05/25_17:12:26 debug: mask(io.c:validate_cib_digest): Digest \
comparision passed: ee567ab84cf8bb7238e0e1072562aa4c crmd[2306]: 2006/05/25_17:12:26 \
debug: mask(pengine.c:do_pe_invoke_callback): Invoking the PE: \
pe_calc-dc-1148569946-68 pengine[2318]: 2006/05/25_17:12:26 info: \
mask(process_pe_message): [generation] <cib generated="true" admin_epoch="0" \
have_quorum="true" num_peers="1" cib_feature_revision="1.3" epoch="7" \
num_updates="678" cib-last-written="Thu May 25 16:49:22 2006" \
crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81"/> cib[2302]: 2006/05/25_17:12:26 \
debug: mask(callbacks.c:cib_peer_callback): Discarding cib_apply_diff message 21a \
from ourselves cib[4402]: 2006/05/25_17:12:26 info: mask(io.c:write_cib_contents): \
Wrote version 0.7.678 of the CIB to disk (digest: 3263f529316a6758f650e1632ed31e22) \
pengine[2318]: 2006/05/25_17:12:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: transition_idle_timeout pengine[2318]: \
2006/05/25_17:12:26 debug: mask(unpack.c:unpack_config): transition_idle_timeout set \
to: 60s pengine[2318]: 2006/05/25_17:12:26 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: default_resource_stickiness pengine[2318]: \
2006/05/25_17:12:26 info: mask(unpack.c:unpack_config): Default stickiness: 0 \
pengine[2318]: 2006/05/25_17:12:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: default_resource_failure_stickiness pengine[2318]: \
2006/05/25_17:12:26 info: mask(unpack.c:unpack_config): Default failure stickiness: 0 \
pengine[2318]: 2006/05/25_17:12:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_enabled pengine[2318]: 2006/05/25_17:12:26 \
info: mask(unpack.c:unpack_config): STONITH of failed nodes is disabled \
pengine[2318]: 2006/05/25_17:12:26 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stonith_action pengine[2318]: 2006/05/25_17:12:27 \
info: mask(unpack.c:unpack_config): STONITH will reboot nodes pengine[2318]: \
2006/05/25_17:12:27 WARN: mask(unpack.c:unpack_config): No value specified for \
cluster preference: symmetric_cluster pengine[2318]: 2006/05/25_17:12:27 info: \
mask(unpack.c:unpack_config): Cluster is symmetric - resources can run anywhere by \
default pengine[2318]: 2006/05/25_17:12:27 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: short_resource_names pengine[2318]: \
2006/05/25_17:12:27 info: mask(unpack.c:unpack_config): Using short resource names: \
false pengine[2318]: 2006/05/25_17:12:27 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: no_quorum_policy pengine[2318]: 2006/05/25_17:12:27 \
info: mask(unpack.c:unpack_config): On loss of CCM Quorum: Stop ALL resources \
pengine[2318]: 2006/05/25_17:12:27 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_resources pengine[2318]: \
2006/05/25_17:12:27 info: mask(unpack.c:unpack_config): Orphan resources are ignored \
pengine[2318]: 2006/05/25_17:12:27 WARN: mask(unpack.c:unpack_config): No value \
specified for cluster preference: stop_orphan_actions pengine[2318]: \
2006/05/25_17:12:27 info: mask(unpack.c:unpack_config): Orphan resource actions are \
stopped pengine[2318]: 2006/05/25_17:12:28 WARN: mask(unpack.c:unpack_config): No \
value specified for cluster preference: remove_after_stop pengine[2318]: \
2006/05/25_17:12:28 info: mask(unpack.c:unpack_config): Stopped resources are removed \
from the status section: false pengine[2318]: 2006/05/25_17:12:28 WARN: \
mask(unpack.c:unpack_config): No value specified for cluster preference: \
is_managed_default pengine[2318]: 2006/05/25_17:12:28 info: \
mask(unpack.c:unpack_config): By default resources are managed pengine[2318]: \
2006/05/25_17:12:28 info: ipaddr01	(heartbeat::ocf:IPaddr):	Stopped pengine[2318]: \
2006/05/25_17:12:28 debug: mask(stages.c:stage3): nodo01 probed: false pengine[2318]: \
2006/05/25_17:12:28 notice: mask(native.c:native_create_probe): nodo01: Created probe \
for ipaddr01 pengine[2318]: 2006/05/25_17:12:28 debug: mask(stages.c:stage3): nodo02 \
probed: (null) pengine[2318]: 2006/05/25_17:12:28 debug: \
mask(stages.c:choose_node_from_list): Could not allocate a node for color 0 \
pengine[2318]: 2006/05/25_17:12:28 debug: mask(stages.c:choose_node_from_list): Could \
not allocate a node for color 1 pengine[2318]: 2006/05/25_17:12:28 debug: \
mask(native.c:native_create_actions): ipaddr01: Stopped->Stopped pengine[2318]: \
2006/05/25_17:12:28 info: mask(stages.c:stage6): Scheduling Node nodo01 for shutdown \
pengine[2318]: 2006/05/25_17:12:28 debug: mask(stages.c:stage8): Creating transition \
graph 27. pengine[2318]: 2006/05/25_17:12:29 notice: mask(stages.c:stage8): Created \
transition graph 27. pengine[2318]: 2006/05/25_17:12:29 WARN: \
mask(pengine.c:process_pe_message): No value specified for cluster preference: \
pe-input-series-max crmd[2306]: 2006/05/25_17:12:29 debug: mask(fsa.c:s_crmd_fsa): \
Processing I_PE_SUCCESS: [ state=S_POLICY_ENGINE cause=C_IPC_MESSAGE \
origin=do_msg_route ] pengine[2318]: 2006/05/25_17:12:29 debug: \
mask(xml.c:write_xml_file): /var/lib/heartbeat/pengine/pe-input-87.bz2: In: 3275, \
out: 1052 crmd[2306]: 2006/05/25_17:12:29 debug: actions:trace: 	// A_LOG
pengine[2318]: 2006/05/25_17:12:29 info: mask(pengine.c:process_pe_message): \
Transition 27: PEngine Input stored in: /var/lib/heartbeat/pengine/pe-input-87.bz2 \
crmd[2306]: 2006/05/25_17:12:29 info: mask(fsa.c:do_state_transition): nodo01: State \
transition S_POLICY_ENGINE -> S_TRANSITION_ENGINE [ input=I_PE_SUCCESS \
cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: 2006/05/25_17:12:29 debug: \
actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: 2006/05/25_17:12:29 debug: \
actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: 2006/05/25_17:12:29 debug: \
actions:trace: 	// A_FINALIZE_TIMER_STOP crmd[2306]: 2006/05/25_17:12:29 debug: \
actions:trace: 	// A_TE_INVOKE crmd[2306]: 2006/05/25_17:12:29 debug: \
mask(tengine.c:do_te_invoke): Starting a transition tengine[2317]: \
2006/05/25_17:12:29 info: mask(unpack.c:unpack_graph): Unpacked transition 27: 4 \
actions in 4 synapses tengine[2317]: 2006/05/25_17:12:29 debug: \
mask(utils.c:print_graph): Synapse 0 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:12:29 debug: mask(utils.c:print_elem):     [Action 3]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: 2006/05/25_17:12:29 \
debug: mask(utils.c:print_elem):     [Action 3]: Pending (id: ipaddr01_monitor_0, \
loc: nodo01, type: rsc, priority: 0) tengine[2317]: 2006/05/25_17:12:29 debug: \
mask(utils.c:print_graph): Synapse 1 is pending (priority: 0) tengine[2317]: \
2006/05/25_17:12:30 debug: mask(utils.c:print_elem):     [Action 1]: Pending (id: \
probe_complete, type: pseduo, priority: 0) tengine[2317]: 2006/05/25_17:12:30 debug: \
mask(utils.c:print_elem):      * [Input 2]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:12:30 debug: mask(utils.c:print_elem):      \
* [Input 2]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:12:30 debug: mask(utils.c:print_graph): Synapse 2 is \
pending (priority: 0) tengine[2317]: 2006/05/25_17:12:30 debug: \
mask(utils.c:print_elem):     [Action 2]: Pending (id: probe_complete, loc: nodo01, \
priority: 0) tengine[2317]: 2006/05/25_17:12:30 debug: mask(utils.c:print_elem):     \
[Action 2]: Pending (id: probe_complete, loc: nodo01, type: rsc, priority: 0) \
tengine[2317]: 2006/05/25_17:12:30 debug: mask(utils.c:print_elem):      * [Input 3]: \
Pending (id: ipaddr01_monitor_0, loc: nodo01, priority: 0) tengine[2317]: \
2006/05/25_17:12:30 debug: mask(utils.c:print_elem):      * [Input 3]: Pending (id: \
ipaddr01_monitor_0, loc: nodo01, type: rsc, priority: 0) tengine[2317]: \
2006/05/25_17:12:30 debug: mask(utils.c:print_graph): Synapse 3 is pending (priority: \
0) tengine[2317]: 2006/05/25_17:12:30 debug: mask(utils.c:print_elem):     [Action \
4]: Pending (id: do_shutdown, loc: nodo01, type: crm, priority: 0) tengine[2317]: \
2006/05/25_17:12:30 info: mask(actions.c:send_rsc_command): Initiating action 3: \
ipaddr01_monitor_0 on nodo01 tengine[2317]: 2006/05/25_17:12:30 info: \
mask(actions.c:te_crm_command): Executing crm-event (4): do_shutdown on nodo01 \
lrmd[2303]: 2006/05/25_17:12:30 debug: on_msg_get_rsc: the client [pid:2306] wants to \
get the information of the resource [rsc_id: ipaddr01] tengine[2317]: \
2006/05/25_17:12:31 info: mask(actions.c:te_crm_command): Skipping wait for 4 \
crmd[2306]: 2006/05/25_17:12:31 info: mask(lrm.c:do_lrm_rsc_op): Performing op \
monitor on ipaddr01 (interval=0ms, key':225cac89-ffa1-4579-83f6-363711860f0f) \
tengine[2317]: 2006/05/25_17:12:31 debug: mask(graph.c:run_graph): Transition 27: \
(Complete=0, Pending=0, Fired=2, Skipped=0, Incomplete=2) lrmd[2303]: \
2006/05/25_17:12:31 debug: on_msg_perform_op: add an operation operation monitor[30] \
on ocf::IPaddr::ipaddr01 for client 2306, its parameters: ip=[10.156.64.138] \
netmask=[23] timeout=[5000] te-target-rc=[7] lrm-is-probe=[true] interval=[5000] \
crm_feature_set=[1.0.5] nic=[eth0]  to the operation list. tengine[2317]: \
2006/05/25_17:12:31 debug: mask(graph.c:run_graph): Transition 27: (Complete=1, \
Pending=1, Fired=0, Skipped=0, Incomplete=2) crmd[2306]: 2006/05/25_17:12:31 info: \
mask(messages.c:handle_request): Shutting ourselves down (DC) crmd[2306]: \
2006/05/25_17:12:31 debug: mask(fsa.c:s_crmd_fsa): Processing I_STOP: [ \
state=S_TRANSITION_ENGINE cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: \
2006/05/25_17:12:31 debug: actions:trace: 	// A_LOG lrmd[2303]: 2006/05/25_17:12:31 \
info: Resource Agent (operation monitor[30] on ocf::IPaddr::ipaddr01 for client 2306, \
its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] te-target-rc=[7] \
lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] nic=[eth0] ): pid [4405] \
exited with return code 7 crmd[2306]: 2006/05/25_17:12:31 info: \
mask(fsa.c:do_state_transition): nodo01: State transition S_TRANSITION_ENGINE -> \
S_STOPPING [ input=I_STOP cause=C_IPC_MESSAGE origin=do_msg_route ] crmd[2306]: \
2006/05/25_17:12:31 debug: actions:trace: 	// A_DC_TIMER_STOP crmd[2306]: \
2006/05/25_17:12:31 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP crmd[2306]: \
2006/05/25_17:12:31 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP lrmd[2303]: \
2006/05/25_17:12:32 info: Resource Agent output: [] crmd[2306]: 2006/05/25_17:12:32 \
debug: actions:trace: 	// A_DC_RELEASE crmd[2306]: 2006/05/25_17:12:32 debug: \
mask(election.c:do_dc_release): Releasing the role of DC crmd[2306]: \
2006/05/25_17:12:32 debug: actions:trace: 	// A_DC_RELEASED lrmd[2303]: \
2006/05/25_17:12:32 debug: on_op_done:operation monitor[30] on ocf::IPaddr::ipaddr01 \
for client 2306, its parameters: ip=[10.156.64.138] netmask=[23] timeout=[5000] \
te-target-rc=[7] lrm-is-probe=[true] interval=[5000] crm_feature_set=[1.0.5] \
nic=[eth0]  is removed from op list crmd[2306]: 2006/05/25_17:12:32 info: \
mask(election.c:do_dc_release): DC role released lrmd[2303]: 2006/05/25_17:12:32 \
WARN: G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 530 ms \
(GSource: 0x87a9218) crmd[2306]: 2006/05/25_17:12:32 debug: actions:trace: 	// \
A_PE_STOP crmd[2306]: 2006/05/25_17:12:32 info: mask(subsystems.c:stop_subsystem): \
Sent -TERM to pengine: [2318] pengine[2318]: 2006/05/25_17:12:32 info: \
mask(main.c:pengine_shutdown): Exiting PEngine (SIGTERM) crmd[2306]: \
2006/05/25_17:12:32 debug: actions:trace: 	// A_TE_STOP crmd[2306]: \
2006/05/25_17:12:32 info: mask(subsystems.c:stop_subsystem): Sent -TERM to tengine: \
[2317] tengine[2317]: 2006/05/25_17:12:33 info: mask(utils.c:update_abort_priority): \
Abort priority upgraded to 1000000 crmd[2306]: 2006/05/25_17:12:33 debug: \
actions:trace: 	// A_SHUTDOWN tengine[2317]: 2006/05/25_17:12:33 info: \
mask(utils.c:update_abort_priority): Abort action 0 superceeded by 3 crmd[2306]: \
2006/05/25_17:12:33 info: mask(control.c:do_shutdown): Terminating the pengine \
crmd[2306]: 2006/05/25_17:12:33 info: mask(subsystems.c:stop_subsystem): Sent -TERM \
to pengine: [2318] crmd[2306]: 2006/05/25_17:12:33 info: mask(control.c:do_shutdown): \
Terminating the tengine crmd[2306]: 2006/05/25_17:12:33 info: \
mask(subsystems.c:stop_subsystem): Sent -TERM to tengine: [2317] tengine[2317]: \
2006/05/25_17:12:33 debug: mask(utils.c:abort_transition_graph): tengine_shutdown:248 \
- Triggered graph processing : Shutdown crmd[2306]: 2006/05/25_17:12:33 info: \
mask(control.c:do_shutdown): Waiting for subsystems to exit tengine[2317]: \
2006/05/25_17:12:33 debug: mask(utils.c:abort_transition_graph): tengine_shutdown:248 \
- Triggered graph processing : Shutdown crmd[2306]: 2006/05/25_17:12:33 debug: \
mask(messages.c:register_fsa_input_adv): Stalling the FSA pending further input: \
cause=C_FSA_INTERNAL tengine[2317]: 2006/05/25_17:12:33 debug: \
mask(graph.c:run_graph): Transition 27: (Complete=1, Pending=1, Fired=0, Skipped=2, \
Incomplete=0) crmd[2306]: 2006/05/25_17:12:33 WARN: \
mask(messages.c:register_fsa_input_adv): do_shutdown stalled the FSA with pending \
inputs crmd[2306]: 2006/05/25_17:12:33 debug: mask(messages.c:fsa_dump_queue): \
queue[0(171)]: input I_RELEASE_SUCCESS raised by \
do_dc_release()	(cause=C_FSA_INTERNAL) crmd[2306]: 2006/05/25_17:12:33 debug: \
mask(fsa.c:s_crmd_fsa): Exiting the FSA: queue=1, fsa_actions=0x10000000, \
stalled=true crmd[2306]: 2006/05/25_17:12:34 debug: mask(utils.c:fsa_dump_inputs): \
Removed input: 0000000000000001 (R_THE_DC) crmd[2306]: 2006/05/25_17:12:34 debug: \
mask(utils.c:fsa_dump_inputs): Removed input: 0000000000002000 (R_PE_REQUIRED) \
crmd[2306]: 2006/05/25_17:12:34 debug: mask(utils.c:fsa_dump_inputs): Removed input: \
0000000000004000 (R_TE_REQUIRED) crmd[2306]: 2006/05/25_17:12:34 debug: \
mask(messages.c:fsa_dump_queue): queue[0(171)]: input I_RELEASE_SUCCESS raised by \
do_dc_release()	(cause=C_FSA_INTERNAL) crmd[2306]: 2006/05/25_17:12:34 debug: \
mask(fsa.c:s_crmd_fsa): Processing I_RELEASE_SUCCESS: [ state=S_STOPPING \
cause=C_FSA_INTERNAL origin=do_dc_release ] crmd[2306]: 2006/05/25_17:12:34 debug: \
actions:trace: 	// A_WARN crmd[2306]: 2006/05/25_17:12:34 WARN: mask(misc.c:do_log): \
[[FSA]] Input I_RELEASE_SUCCESS from do_dc_release() received in state (S_STOPPING) \
crmd[2306]: 2006/05/25_17:12:34 debug: actions:trace: 	// A_SHUTDOWN crmd[2306]: \
2006/05/25_17:12:34 info: mask(control.c:do_shutdown): Terminating the pengine \
crmd[2306]: 2006/05/25_17:12:34 info: mask(subsystems.c:stop_subsystem): Sent -TERM \
to pengine: [2318] crmd[2306]: 2006/05/25_17:12:34 info: mask(control.c:do_shutdown): \
Terminating the tengine crmd[2306]: 2006/05/25_17:12:34 info: \
mask(subsystems.c:stop_subsystem): Sent -TERM to tengine: [2317] tengine[2317]: \
2006/05/25_17:12:34 debug: mask(utils.c:abort_transition_graph): tengine_shutdown:248 \
- Triggered graph processing : Shutdown crmd[2306]: 2006/05/25_17:12:34 info: \
mask(control.c:do_shutdown): Waiting for subsystems to exit tengine[2317]: \
2006/05/25_17:12:34 debug: mask(graph.c:run_graph): Transition 27: (Complete=1, \
Pending=1, Fired=0, Skipped=2, Incomplete=0) crmd[2306]: 2006/05/25_17:12:34 debug: \
mask(messages.c:register_fsa_input_adv): Stalling the FSA pending further input: \
cause=C_FSA_INTERNAL crmd[2306]: 2006/05/25_17:12:34 debug: mask(fsa.c:s_crmd_fsa): \
Exiting the FSA: queue=0, fsa_actions=0x10000000, stalled=true crmd[2306]: \
2006/05/25_17:12:35 WARN: G_SIG_dispatch: Dispatch function for SIGCHLD was delayed \
2170 ms before being called (GSource: 0x90cc628) crmd[2306]: 2006/05/25_17:12:35 \
info: G_SIG_dispatch: started at 2969376 should have started at 2969159 crmd[2306]: \
2006/05/25_17:12:35 info: mask(subsystems.c:crmdManagedChildDied): Process \
pengine:[2318] exited (signal=0, exitcode=0) crmd[2306]: 2006/05/25_17:12:35 WARN: \
G_SIG_dispatch: Dispatch function for SIGCHLD took too long to execute: 230 ms \
(GSource: 0x90cc628) crmd[2306]: 2006/05/25_17:12:35 debug: actions:trace: 	// \
A_SHUTDOWN crmd[2306]: 2006/05/25_17:12:35 info: mask(control.c:do_shutdown): \
Terminating the tengine crmd[2306]: 2006/05/25_17:12:35 info: \
mask(subsystems.c:stop_subsystem): Sent -TERM to tengine: [2317] tengine[2317]: \
2006/05/25_17:12:35 debug: mask(utils.c:abort_transition_graph): tengine_shutdown:248 \
- Triggered graph processing : Shutdown crmd[2306]: 2006/05/25_17:12:35 info: \
mask(control.c:do_shutdown): Waiting for subsystems to exit tengine[2317]: \
2006/05/25_17:12:35 debug: mask(graph.c:run_graph): Transition 27: (Complete=1, \
Pending=1, Fired=0, Skipped=2, Incomplete=0) crmd[2306]: 2006/05/25_17:12:36 debug: \
mask(messages.c:register_fsa_input_adv): Stalling the FSA pending further input: \
cause=C_FSA_INTERNAL crmd[2306]: 2006/05/25_17:12:36 debug: mask(fsa.c:s_crmd_fsa): \
Exiting the FSA: queue=0, fsa_actions=0x10000000, stalled=true crmd[2306]: \
2006/05/25_17:12:36 info: mask(lrm.c:process_lrm_event): LRM operation (30) monitor_0 \
on ipaddr01 Error: (7) not running lrmd[2303]: 2006/05/25_17:12:36 debug: \
on_msg_get_rsc: the client [pid:2306] wants to get the information of the resource \
[rsc_id: ipaddr01] crmd[2306]: 2006/05/25_17:12:36 debug: \
mask(lrm.c:build_operation_update): Resource action ipaddr01/monitor Error: 7 \
crmd[2306]: 2006/05/25_17:12:36 debug: mask(lrm.c:do_update_resource): Sent resource \
state update message: 77 cib[2302]: 2006/05/25_17:12:36 debug: \
mask(callbacks.c:cib_process_request): Processing master cib_update op locally from \
2306 crmd[2306]: 2006/05/25_17:12:36 info: mask(utils.c:process_client_disconnect): \
Received HUP from pengine:[-1] cib[2302]: 2006/05/25_17:12:36 info: \
mask(notify.c:cib_diff_notify): Update (client: 2306, call:77): 0.7.678 -> 0.7.679 \
(ok) crmd[2306]: 2006/05/25_17:12:36 debug: actions:trace: 	// A_SHUTDOWN
cib[2302]: 2006/05/25_17:12:36 debug: mask(cib:diff): - <cib num_updates="678">
tengine[2317]: 2006/05/25_17:12:36 info: mask(callbacks.c:te_update_diff): Processing \
diff (cib_update): 0.7.678 -> 0.7.679 crmd[2306]: 2006/05/25_17:12:36 info: \
mask(control.c:do_shutdown): Terminating the tengine cib[2302]: 2006/05/25_17:12:36 \
debug: mask(cib:diff): -   <status> crmd[2306]: 2006/05/25_17:12:37 info: \
mask(subsystems.c:stop_subsystem): Sent -TERM to tengine: [2317] crmd[2306]: \
2006/05/25_17:12:37 info: mask(control.c:do_shutdown): Waiting for subsystems to exit \
cib[2302]: 2006/05/25_17:12:37 debug: mask(cib:diff): -     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: 2006/05/25_17:12:37 debug: \
mask(messages.c:register_fsa_input_adv): Stalling the FSA pending further input: \
cause=C_FSA_INTERNAL tengine[2317]: 2006/05/25_17:12:37 debug: \
mask(events.c:extract_event): Processing state update from \
999293f8-89a9-40a8-9d91-9561df7c6f81 cib[2302]: 2006/05/25_17:12:37 debug: \
mask(cib:diff): -       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: \
2006/05/25_17:12:37 debug: mask(fsa.c:s_crmd_fsa): Exiting the FSA: queue=0, \
fsa_actions=0x10000000, stalled=true tengine[2317]: 2006/05/25_17:12:37 info: \
mask(events.c:match_graph_event): Action ipaddr01_monitor_0 (3) confirmed cib[2302]: \
2006/05/25_17:12:37 debug: mask(cib:diff): -         <lrm_resources> tengine[2317]: \
2006/05/25_17:12:37 debug: mask(utils.c:abort_transition_graph): tengine_shutdown:248 \
- Triggered graph processing : Shutdown cib[2302]: 2006/05/25_17:12:37 debug: \
mask(cib:diff): -           <lrm_resource id="ipaddr01"> tengine[2317]: \
2006/05/25_17:12:37 info: mask(graph.c:run_graph): \
===================================================cib[2302]: 2006/05/25_17:12:37 \
debug: mask(cib:diff): -             <lrm_rsc_op \
transition_key="26:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;26:225cac89-ffa1-4579-83f6-363711860f0f" call_id="27" \
rc_code="0" op_status="0" id="ipaddr01_monitor_0"/> tengine[2317]: \
2006/05/25_17:12:38 notice: mask(graph.c:run_graph): Transition 27: (Complete=2, \
Pending=0, Fired=0, Skipped=2, Incomplete=0) cib[2302]: 2006/05/25_17:12:38 debug: \
mask(cib:diff): -           </lrm_resource> tengine[2317]: 2006/05/25_17:12:38 info: \
mask(actions.c:notify_crmd): Exiting after transition cib[2302]: 2006/05/25_17:12:38 \
debug: mask(cib:diff): -         </lrm_resources> crmd[2306]: 2006/05/25_17:12:38 \
info: mask(subsystems.c:crmdManagedChildDied): Process tengine:[2317] exited \
(signal=0, exitcode=0) stonithd[2304]: 2006/05/25_17:12:38 debug: \
get_exist_client_by_chan: client_list == NULL cib[2302]: 2006/05/25_17:12:38 debug: \
mask(cib:diff): -       </lrm> crmd[2306]: 2006/05/25_17:12:38 WARN: G_SIG_dispatch: \
Dispatch function for SIGCHLD took too long to execute: 80 ms (GSource: 0x90cc628) \
cib[2302]: 2006/05/25_17:12:38 debug: mask(cib:diff): -     </node_state> crmd[2306]: \
2006/05/25_17:12:38 debug: actions:trace: 	// A_SHUTDOWN cib[2302]: \
2006/05/25_17:12:38 debug: mask(cib:diff): -   </status> crmd[2306]: \
2006/05/25_17:12:38 debug: mask(fsa.c:s_crmd_fsa): Processing I_TERMINATE: [ \
state=S_STOPPING cause=C_FSA_INTERNAL origin=do_shutdown ] cib[2302]: \
2006/05/25_17:12:38 debug: mask(cib:diff): - </cib> crmd[2306]: 2006/05/25_17:12:38 \
info: mask(fsa.c:do_state_transition): nodo01: State transition S_STOPPING -> \
S_TERMINATE [ input=I_TERMINATE cause=C_FSA_INTERNAL origin=do_shutdown ] cib[2302]: \
2006/05/25_17:12:38 debug: mask(cib:diff): + <cib num_updates="679"> crmd[2306]: \
2006/05/25_17:12:38 debug: actions:trace: 	// A_DC_TIMER_STOP cib[2302]: \
2006/05/25_17:12:38 debug: mask(cib:diff): +   <status> cib[2302]: \
2006/05/25_17:12:38 debug: mask(cib:diff): +     <node_state \
id="999293f8-89a9-40a8-9d91-9561df7c6f81"> cib[2302]: 2006/05/25_17:12:38 debug: \
mask(cib:diff): +       <lrm id="999293f8-89a9-40a8-9d91-9561df7c6f81"> crmd[2306]: \
2006/05/25_17:12:38 debug: actions:trace: 	// A_INTEGRATE_TIMER_STOP cib[2302]: \
2006/05/25_17:12:38 debug: mask(cib:diff): +         <lrm_resources> crmd[2306]: \
2006/05/25_17:12:39 debug: actions:trace: 	// A_FINALIZE_TIMER_STOP cib[2302]: \
2006/05/25_17:12:39 debug: mask(cib:diff): +           <lrm_resource id="ipaddr01"> \
crmd[2306]: 2006/05/25_17:12:39 debug: actions:trace: 	// A_STOP cib[2302]: \
2006/05/25_17:12:39 debug: mask(cib:diff): +             <lrm_rsc_op \
transition_key="27:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="4:7;27:225cac89-ffa1-4579-83f6-363711860f0f" call_id="30" \
rc_code="7" op_status="4" id="ipaddr01_monitor_0"/> crmd[2306]: 2006/05/25_17:12:39 \
info: mask(lrm.c:stop_all_resources): Making sure all active resources are stopped \
before exit cib[2302]: 2006/05/25_17:12:39 debug: mask(cib:diff): +           \
</lrm_resource> lrmd[2303]: 2006/05/25_17:12:39 debug: on_msg_get_all:client [2306] \
want to get all rsc information. cib[2302]: 2006/05/25_17:12:39 debug: \
mask(cib:diff): +         </lrm_resources> lrmd[2303]: 2006/05/25_17:12:39 debug: \
on_msg_get_rsc: the client [pid:2306] wants to get the information of the resource \
[rsc_id: ipaddr01] cib[2302]: 2006/05/25_17:12:39 debug: mask(cib:diff): +       \
</lrm> lrmd[2303]: 2006/05/25_17:12:39 debug: on_msg_get_state: client [2306] want to \
get the state of resource ipaddr01 cib[2302]: 2006/05/25_17:12:39 debug: \
mask(cib:diff): +     </node_state> lrmd[2303]: 2006/05/25_17:12:39 debug: \
on_msg_get_state:state of rsc ipaddr01 is LRM_RSC_IDLE cib[2302]: 2006/05/25_17:12:39 \
debug: mask(cib:diff): +   </status> crmd[2306]: 2006/05/25_17:12:39 debug: \
mask(lrm.c:is_rsc_active): Processing op start_0 (3) for ipaddr01 (status=0, rc=0) \
cib[2302]: 2006/05/25_17:12:39 debug: mask(cib:diff): + </cib> crmd[2306]: \
2006/05/25_17:12:39 debug: mask(lrm.c:is_rsc_active): Processing op monitor_5000 (4) \
for ipaddr01 (status=1, rc2) cib[2302]: 2006/05/25_17:12:39 debug: \
mask(callbacks.c:cib_process_request): Sending update diff 0.7.678 -> 0.7.679 \
cib[4426]: 2006/05/25_17:12:39 debug: mask(io.c:validate_cib_digest): Digest \
comparision passed: 3263f529316a6758f650e1632ed31e22 crmd[2306]: 2006/05/25_17:12:39 \
debug: mask(lrm.c:is_rsc_active): Processing op stop_0 (29) for ipaddr01 (status=0, \
rc=0) crmd[2306]: 2006/05/25_17:12:39 debug: mask(lrm.c:is_rsc_active): Processing op \
monitor_0 (30) for ipaddr01 (status=4, rc=7) crmd[2306]: 2006/05/25_17:12:39 debug: \
actions:trace: 	// A_CCM_DISCONNECT crmd[2306]: 2006/05/25_17:12:39 debug: \
actions:trace: 	// A_LRM_DISCONNECT crmd[2306]: 2006/05/25_17:12:40 debug: \
mask(lrm.c:do_lrm_control): Removing LRM connection from MainLoop crmd[2306]: \
2006/05/25_17:12:40 info: mask(lrm.c:do_lrm_control): Disconnected from the LRM \
cib[4426]: 2006/05/25_17:12:40 info: mask(io.c:write_cib_contents): Wrote version \
0.7.679 of the CIB to disk (digest: 635da8123972e683fba534895c83f1a1) crmd[2306]: \
2006/05/25_17:12:40 debug: actions:trace: 	// A_HA_DISCONNECT ccm[2301]: \
2006/05/25_17:12:40 info: client (pid#06) removed from ccm lrmd[2303]: \
2006/05/25_17:12:40 debug: on_receive_cmd: the IPC to client [pid:2306] disconnected. \
crmd[2306]: 2006/05/25_17:12:40 info: mask(control.c:do_ha_control): Disconnected \
from Heartbeat heartbeat[2287]: 2006/05/25_17:12:40 debug: Signing client 2306 off
heartbeat[2287]: 2006/05/25_17:12:40 debug: G_remove_client(pid#06, reason='signoff' \
gsource=0x822a528) { heartbeat[2287]: 2006/05/25_17:12:40 debug: \
api_remove_client_int: removing pid [2306] reason: signoff heartbeat[2287]: \
2006/05/25_17:12:40 debug: }/*G_remove_client;*/ lrmd[2303]: 2006/05/25_17:12:40 \
debug: unregister_client: client crmd [pid:2306] is unregistered crmd[2306]: \
2006/05/25_17:12:40 debug: actions:trace: 	// A_CIB_STOP cib[2302]: \
2006/05/25_17:12:40 debug: mask(callbacks.c:cib_peer_callback): Discarding \
cib_apply_diff message 229 from ourselves crmd[2306]: 2006/05/25_17:12:40 info: \
mask(cib.c:do_cib_control): Disconnecting CIB crmd[2306]: 2006/05/25_17:12:40 debug: \
mask(cib_native.c:cib_native_signoff): Signing out of the CIB Service cib[2302]: \
2006/05/25_17:12:40 debug: mask(callbacks.c:cib_process_request): Processing locally \
scoped cib_slave op from 2306 crmd[2306]: 2006/05/25_17:12:40 info: \
mask(callbacks.c:crmd_cib_connection_destroy): Connection to the CIB terminated... \
cib[2302]: 2006/05/25_17:12:41 info: mask(messages.c:cib_process_readwrite): We are \
now in R/O mode crmd[2306]: 2006/05/25_17:12:41 debug: actions:trace: 	// A_EXIT_0
crmd[2306]: 2006/05/25_17:12:41 info: mask(control.c:do_exit): Performing A_EXIT_0 - \
gracefully exiting the CRMd crmd[2306]: 2006/05/25_17:12:41 info: \
mask(control.c:do_exit): [crmd] stopped (0) heartbeat[2287]: 2006/05/25_17:12:41 \
debug: Shutting down client /usr/lib/heartbeat/attrd heartbeat[2287]: \
2006/05/25_17:12:41 info: killing /usr/lib/heartbeat/attrd process group 2305 with \
signal 15 attrd[2305]: 2006/05/25_17:12:41 info: mask(attrd.c:attrd_shutdown): \
Exiting attrd[2305]: 2006/05/25_17:12:41 info: mask(attrd.c:main): Exiting...
heartbeat[2287]: 2006/05/25_17:12:41 debug: G_remove_client(pid#05, reason='died' \
gsource=0x821a280) { heartbeat[2287]: 2006/05/25_17:12:41 debug: \
api_remove_client_int: removing pid [2305] reason: died heartbeat[2287]: \
2006/05/25_17:12:41 debug: api_send_client: client 2305 died heartbeat[2287]: \
2006/05/25_17:12:41 debug: }/*G_remove_client;*/ heartbeat[2287]: 2006/05/25_17:12:41 \
debug: Shutting down client /usr/lib/heartbeat/stonithd heartbeat[2287]: \
2006/05/25_17:12:41 info: killing /usr/lib/heartbeat/stonithd process group 2304 with \
signal 15 stonithd[2304]: 2006/05/25_17:12:41 notice: /usr/lib/heartbeat/stonithd \
normally quit. heartbeat[2287]: 2006/05/25_17:12:41 debug: G_remove_client(pid#04, \
reason='died' gsource=0x8215be0) { heartbeat[2287]: 2006/05/25_17:12:41 debug: \
api_remove_client_int: removing pid [2304] reason: died heartbeat[2287]: \
2006/05/25_17:12:41 debug: api_send_client: client 2304 died heartbeat[2287]: \
2006/05/25_17:12:41 debug: }/*G_remove_client;*/ heartbeat[2287]: 2006/05/25_17:12:41 \
debug: Client /usr/lib/heartbeat/stonithd exited with return code 100. \
heartbeat[2287]: 2006/05/25_17:12:41 debug: Shutting down client \
/usr/lib/heartbeat/lrmd heartbeat[2287]: 2006/05/25_17:12:41 info: killing \
/usr/lib/heartbeat/lrmd process group 2303 with signal 15 cib[2302]: \
2006/05/25_17:12:41 WARN: mask(callbacks.c:send_via_callback_channel): Client \
97c49424-b4d8-43f3-ab19-d98734fdd4dc has disconnected lrmd[2303]: 2006/05/25_17:12:41 \
info: lrmd is shutting down cib[2302]: 2006/05/25_17:12:41 WARN: \
mask(callbacks.c:cib_process_request): A-Sync reply to 2306 failed: client left \
before we could send reply lrmd[2303]: 2006/05/25_17:12:41 debug: [lrmd] stopped
heartbeat[2287]: 2006/05/25_17:12:41 debug: Shutting down client \
/usr/lib/heartbeat/cib heartbeat[2287]: 2006/05/25_17:12:41 info: killing \
/usr/lib/heartbeat/cib process group 2302 with signal 15 cib[2302]: \
2006/05/25_17:12:41 debug: #=========  message start ==========# cib[2302]: \
2006/05/25_17:12:41 debug: MSG: Dumping message with 6 fields cib[2302]: \
2006/05/25_17:12:41 debug: MSG[0] : [t=cib] cib[2302]: 2006/05/25_17:12:41 debug: \
MSG[1] : [cib_op=cib_slave] cib[2302]: 2006/05/25_17:12:41 debug: MSG[2] : \
[cib_callidx] cib[2302]: 2006/05/25_17:12:41 debug: MSG[3] : \
[cib_clientid}f9a04f-39ff-4ba6-bce5-20cf9d2b118c] cib[2302]: 2006/05/25_17:12:41 \
debug: MSG[4] : [cib_callopt%6] cib[2302]: 2006/05/25_17:12:41 debug: MSG[5] : \
[cib_rc=0] cib[2302]: 2006/05/25_17:12:42 debug: mask(main.c:cib_shutdown): \
Disconnecting 4 clients cib[2302]: 2006/05/25_17:12:42 info: \
mask(main.c:cib_shutdown): Disconnected 4 clients cib[2302]: 2006/05/25_17:12:42 \
info: mask(callbacks.c:cib_process_disconnect): All clients disconnected... \
cib[2302]: 2006/05/25_17:12:42 info: mask(callbacks.c:terminate_ha_connection): \
initiate_exit: Disconnecting heartbeat heartbeat[2287]: 2006/05/25_17:12:42 debug: \
Signing client 2302 off heartbeat[2287]: 2006/05/25_17:12:42 debug: \
G_remove_client(pid#02, reason='signoff' gsource=0x821d5a8) { heartbeat[2287]: \
2006/05/25_17:12:42 debug: api_remove_client_int: removing pid [2302] reason: signoff \
heartbeat[2287]: 2006/05/25_17:12:42 debug: }/*G_remove_client;*/ cib[2302]: \
2006/05/25_17:12:42 info: mask(main.c:cib_ha_connection_destroy): Heartbeat \
disconnection complete... exiting ccm[2301]: 2006/05/25_17:12:42 info: client \
(pid#02) removed from ccm heartbeat[2287]: 2006/05/25_17:12:42 debug: Shutting down \
client /usr/lib/heartbeat/ccm heartbeat[2287]: 2006/05/25_17:12:42 info: killing \
/usr/lib/heartbeat/ccm process group 2301 with signal 15 ccm[2301]: \
2006/05/25_17:12:42 info: received SIGTERM, going to shut down ccm[2301]: \
2006/05/25_17:12:42 debug: node state CCM_STATE_JOINED -> CCM_STATE_NONE ccm[2301]: \
2006/05/25_17:12:42 debug: dump current membership ccm[2301]: 2006/05/25_17:12:42 \
debug: 	leader=none ccm[2301]: 2006/05/25_17:12:42 debug: 	transition=0
ccm[2301]: 2006/05/25_17:12:42 debug: 	statusĖM_STATE_NONE
heartbeat[2287]: 2006/05/25_17:12:42 debug: G_remove_client(pid#01, reason='died' \
gsource=0x8213a40) { heartbeat[2287]: 2006/05/25_17:12:42 debug: \
api_remove_client_int: removing pid [2301] reason: died heartbeat[2287]: \
2006/05/25_17:12:42 debug: api_send_client: client 2301 died heartbeat[2287]: \
2006/05/25_17:12:42 debug: }/*G_remove_client;*/ heartbeat[2287]: 2006/05/25_17:12:42 \
debug: Client /usr/lib/heartbeat/ccm exited with return code 1. heartbeat[2287]: \
2006/05/25_17:12:42 debug: Final client "/usr/lib/heartbeat/ccm" died. \
heartbeat[2287]: 2006/05/25_17:12:42 debug: hb_mcp_final_shutdown() phase 1 \
heartbeat[2287]: 2006/05/25_17:12:43 debug: hb_mcp_final_shutdown() phase 2 \
heartbeat[2294]: 2006/05/25_17:12:43 debug: Process 2294 processing SIGTERM \
heartbeat[2294]: 2006/05/25_17:12:43 debug: Exiting from pid 2294 [rc] \
heartbeat[2295]: 2006/05/25_17:12:43 debug: Process 2295 processing SIGTERM \
heartbeat[2295]: 2006/05/25_17:12:43 debug: Exiting from pid 2295 [rc] \
heartbeat[2296]: 2006/05/25_17:12:43 debug: Process 2296 processing SIGTERM \
heartbeat[2296]: 2006/05/25_17:12:43 debug: Exiting from pid 2296 [rc] \
heartbeat[2287]: 2006/05/25_17:12:43 info: killing HBFIFO process 2294 with signal 15 \
heartbeat[2287]: 2006/05/25_17:12:43 info: killing HBWRITE process 2295 with signal \
15 heartbeat[2287]: 2006/05/25_17:12:43 info: killing HBREAD process 2296 with signal \
15 heartbeat[2287]: 2006/05/25_17:12:43 info: Core process 2294 exited. 3 remaining
heartbeat[2287]: 2006/05/25_17:12:43 info: Core process 2295 exited. 2 remaining
heartbeat[2287]: 2006/05/25_17:12:43 info: Core process 2296 exited. 1 remaining
heartbeat[2287]: 2006/05/25_17:12:43 info: nodo01 Heartbeat shutdown complete.
heartbeat[2287]: 2006/05/25_17:12:43 debug: Exiting from pid 2287 [rc=0]


["cib.xml" (cib.xml)]

 <cib generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="679" cib-last-written="Thu May 25 \
17:12:39 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81">  <configuration>
     <crm_config/>
     <nodes>
       <node id="999293f8-89a9-40a8-9d91-9561df7c6f81" uname="nodo01" type="normal"/>
       <node id="4731e935-2072-47c2-ac31-80a1c2d63bc0" uname="nodo02" type="normal"/>
     </nodes>
     <resources>
       <primitive id="ipaddr01" class="ocf" provider="heartbeat" type="IPaddr">
         <operations>
           <op id="ipaddr01_op_monitor" interval="5s" name="monitor" timeout="5s"/>
         </operations>
         <instance_attributes>
           <attributes>
             <nvpair id="ipaddr01_att_ip" name="ip" value="10.156.64.138"/>
             <nvpair id="ipaddr01_att_netmask" name="netmask" value="23"/>
             <nvpair id="ipaddr01_att_nic" name="nic" value="eth0"/>
           </attributes>
         </instance_attributes>
       </primitive>
     </resources>
     <constraints/>
   </configuration>
 </cib>


["cib.xml.crm_resource-p" (cib.xml.crm_resource-p)]

 <cib generated="true" admin_epoch="0" have_quorum="true" num_peers="1" \
cib_feature_revision="1.3" epoch="7" num_updates="656" cib-last-written="Thu May 25 \
16:49:22 2006" crm-debug-origin="create_node_entry" ccm_transition="1" \
dc_uuid="999293f8-89a9-40a8-9d91-9561df7c6f81">  <configuration>
     <crm_config/>
     <nodes>
       <node id="999293f8-89a9-40a8-9d91-9561df7c6f81" uname="nodo01" type="normal"/>
       <node id="4731e935-2072-47c2-ac31-80a1c2d63bc0" uname="nodo02" type="normal"/>
     </nodes>
     <resources>
       <primitive id="ipaddr01" class="ocf" provider="heartbeat" type="IPaddr">
         <operations>
           <op id="ipaddr01_op_monitor" interval="5s" name="monitor" timeout="5s"/>
         </operations>
         <instance_attributes>
           <attributes>
             <nvpair id="ipaddr01_att_ip" name="ip" value="10.156.64.138"/>
             <nvpair id="ipaddr01_att_netmask" name="netmask" value="23"/>
             <nvpair id="ipaddr01_att_nic" name="nic" value="eth0"/>
           </attributes>
         </instance_attributes>
       </primitive>
     </resources>
     <constraints/>
   </configuration>
   <status>
     <node_state id="999293f8-89a9-40a8-9d91-9561df7c6f81" uname="nodo01" \
crmd="online" crm-debug-origin="do_update_resource" shutdown="0" in_ccm="true" \
join="member" ha="active" expected="member">  <lrm \
id="999293f8-89a9-40a8-9d91-9561df7c6f81">  <lrm_resources>
           <lrm_resource id="ipaddr01" type="IPaddr" class="ocf" \
provider="heartbeat">  <lrm_rsc_op id="ipaddr01_monitor_0" operation="monitor" \
crm-debug-origin="do_update_resource" \
transition_key="4:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;4:225cac89-ffa1-4579-83f6-363711860f0f" call_id="7" rc_code="0" \
op_status="0" interval="0" op_digest="c130435822f94ddce36a047a6f10e86c"/>  \
<lrm_rsc_op id="ipaddr01_start_0" operation="start" \
crm-debug-origin="do_update_resource" \
transition_key="0:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;0:225cac89-ffa1-4579-83f6-363711860f0f" call_id="3" rc_code="0" \
op_status="0" interval="0" op_digest="c130435822f94ddce36a047a6f10e86c"/>  \
<lrm_rsc_op id="ipaddr01_monitor_5000" operation="monitor" \
crm-debug-origin="do_update_resource" \
transition_key="1:225cac89-ffa1-4579-83f6-363711860f0f" \
transition_magic="0:0;1:225cac89-ffa1-4579-83f6-363711860f0f" call_id="4" rc_code="0" \
op_status="0" interval="5000" op_digest="deb07d7a2019a7e3c07268c155c842df"/>  \
</lrm_resource>  </lrm_resources>
       </lrm>
       <transient_attributes id="999293f8-89a9-40a8-9d91-9561df7c6f81">
         <instance_attributes id="status-999293f8-89a9-40a8-9d91-9561df7c6f81">
           <attributes>
             <nvpair id="status-999293f8-89a9-40a8-9d91-9561df7c6f81-probe_complete" \
name="probe_complete" value="false"/>  </attributes>
         </instance_attributes>
       </transient_attributes>
     </node_state>
   </status>
 </cib>



_______________________________________________________
Linux-HA-Dev: Linux-HA-Dev@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic