Hi, > > > > We have 16 nodes, and the size of cib.xml is now about 150kbyte. > > > > Heartbeat is 2.1.4. > > > > > > > > When I call cibadmin command, the following message comes. > > > > # cibadmin -U -x cib.xml > > > > No messages received in 30 seconds.. aborting > > > > > > > > Is the size of cib.xml too big? > > > > > > Quite possibly. I suspect you're hitting heartbeat's (IPC?) messaging > > limit.
I set the following parameters. # vim /etc/sysctl.conf net.core.wmem_max = 1048576 net.core.wmem_default = 1048576 net.core.rmem_max = 1048576 net.core.rmem_default = 1048576 now, cibadmin can take in the 130kbyte cib.xml. but the bigger one(200kbyte) failed as "Call failed: send failed". This error probably comes from IPC limit. by the way, # cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.1 (Tikanga) Thanks, Junko _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
