On Thu, Jul 03, 2008 at 02:54:34PM +1200, Steve Wray wrote: > I've been running with a v1 config fine for a while and now have > v2 on the test bed. > > So far its working ok with respect to failovers but I've hit a > problem with administering it. > > # cibadmin -Q > Signon to CIB failed: connection failed > Init failed, could not perform requested operations > > Running cibadmin under strace, it seems to be looking for a file: > /var/run/heartbeat/crm/cib_rw > > which doesn't exist...
Interesting - exists for me, and those files are all local sockets. I presume this is used to communicate with the various heartbeat components. Can you find them anywhere else on your system? Do you have "crm on" or similar in your ha.cf? It's possible to use heartbeat 2 without the CRM, in which case it works like v1. # ls /var/run/heartbeat/crm/ -la total 8 drwxr-x--- 2 hacluster haclient 4096 2008-07-01 17:38 . drwxr-xr-x 5 root root 4096 2008-07-01 17:37 .. srwxrwxrwx 1 hacluster haclient 0 2008-07-01 17:38 attrd srwxrwxrwx 1 hacluster haclient 0 2008-07-01 17:37 cib_callback srwxrwxrwx 1 hacluster haclient 0 2008-07-01 17:37 cib_ro srwxrwxrwx 1 hacluster haclient 0 2008-07-01 17:37 cib_ro_syncronous srwxrwxrwx 1 hacluster haclient 0 2008-07-01 17:37 cib_rw srwxrwxrwx 1 hacluster haclient 0 2008-07-01 17:37 cib_rw_syncronous srwxrwxrwx 1 hacluster haclient 0 2008-07-01 17:37 crmd _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
