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.
It seems that there is the IPC limit. I call cibadmin with strace.(see attached) > I doubt that if compression is used. I set these parameters in ha.cf. compression zlib compression_threshold 2 > > > Should I split the file? > > I suppose that you mean CIB. How can you split it? I plan to split it like this; cib-1.xml ... the configuration from node1 to node7 cib-2.xml ... the configuration from node8 to node16 input cib-1.xml first, and update CIB with cib-2.xml. just planning(not try yet). I put our big cib.xml on /var/lib/heartbeat/crm/ directly, and start Heartbeat, Heartbeat can handle it successfully. It might be a non-recommended way but it's for first boot only. Still dangerous? Thanks, Junko
strace-cibadmin-ok.log
Description: Binary data
strace-cibadmin-ng.log
Description: Binary data
_______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
