Hi, On Mon, Nov 23, 2009 at 05:26:07PM +0100, Matteo Chesi wrote: > Dejan Muhamedagic ha scritto: > > Hi, > > > > On Mon, Nov 23, 2009 at 12:09:02PM +0100, Matteo Chesi wrote: > >> Dejan Muhamedagic ha scritto: > >>> Hi, > >>> > >>> On Mon, Nov 23, 2009 at 11:28:24AM +0100, Matteo Chesi wrote: > >>>> Andrew Beekhof ha scritto: > >>>>> On Mon, Nov 23, 2009 at 10:31 AM, Matteo Chesi <[email protected]> > >>>>> wrote: > >>>>>> Hi, > >>>>>> > >>>>>> I've got one problem on Heartbeat in one of my production clusters. > >>>>>> > >>>>>> The problem is that one resource (scs-mysql) in a group of resources do > >>>>>> not respond to start/stop commands through hb_gui (or crm_resource > >>>>>> commands). > >>>>>> > >>>>>> I checked "crm_verify -L" and I found this problem: > >>>>>> > >>>>>> scs02:~# crm_verify -L > >>>>>> crm_verify[28132]: 2009/11/23_10:26:37 ERROR: unpack_rsc_op: Remapping > >>>>>> resource_scs_postgresql_monitor_0 (rc=1) on scs01 to an ERROR > >>>>>> > >>>>>> > >>>>>> Please could you help me to find out what's the problem ? > >>>>> Your postgres resource returned the wrong thing. Check your logs. > >>>> I've got 3 logs and none of them tell me more than the message I posted. > >>> Perhaps the logs were rotated after the error happened? Try to > >>> grep your logs for lrmd.*postgres. > >>> > >> The error happens everytime I do a "crm_verify -L" and gets the > >> timestamp of that moment. > > > > crm_verify only reports here whatever is recorded in the status > > section of the CIB. That error happened in the past though and > > has nothing to do with crm_verify. > > Ok, > so How so I clean crm_verify output ? Editing by myself these rows ?
No. Use crm resource cleanup (crm_resource -C). That is going to tell the CRM that you fixed the resource and that it may try to start it again. Thanks, Dejan _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
