On 8/23/07, Todd Lyons <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I just installed and configured hb 2.1.2. Everything I am doing to > configure my 2 node cluster is being done via the gui, no commandline at > the moment. Here is my setup (all working now, so so happy): > > [EMAIL PROTECTED] ~]# crm_resource -L > crm_resource[4922]: 2007/08/23_07:38:45 info: Invoked: crm_resource -L > Resource Group: Office_DNS_LDAP > io_192_168_100_10 (heartbeat::ocf:IPaddr2) > DNS (lsb:named) > IOEmailNotification (heartbeat::ocf:MailTo) > > During testing I created a TEST group with some TEST resources. After I > removed them, I get this: > > [EMAIL PROTECTED] ~]# crm_verify -L -V > crm_verify[4923]: 2007/08/23_07:41:10 WARN: process_orphan_resource: > Nothing known about resource resource_ running on io.ivenue.net > crm_verify[4923]: 2007/08/23_07:41:10 WARN: process_orphan_resource: > Nothing known about resource TEST_cups running on io.ivenue.net > crm_verify[4923]: 2007/08/23_07:41:10 WARN: process_orphan_resource: > Nothing known about resource TEST_gpm running on io.ivenue.net > crm_verify[4923]: 2007/08/23_07:41:10 WARN: process_orphan_resource: > Nothing known about resource TEST_at running on io.ivenue.net > Warnings found during check: config may not be valid > > How do I get them to go away?
Try: crm_resource -C -r TEST_gpm -H io.ivenue.net > Those resources are not mentioned in the generated cib.xml, so I'm > unsure what to do to get them to go away completely. I have tried > restarting the heartbeat process on both cluster nodes (one at a time, > not both at the same time), but those orphaned resources hang around. > (crm_mon does not mention those orphaned resources, only the regular > resources.) I didn't include the cib.xml because it doesn't seem to be > related to this. > - -- > Regards... Todd > There are four boxes to be used in defense of liberty: > soap, ballot, jury, and ammo. Please use in that order. --Ed Howdershelt > Linux kernel 2.6.17-6mdv 1 user, load average: 0.26, 0.15, 0.07 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (GNU/Linux) > > iD8DBQFGzZ13Y2VBGxIDMLwRArO0AJ9yLmeM1o/jnwrt2PIq4/w66NzmVwCeIJXu > xrng3gt91LTEZ9X0Z6Vx/jU= > =RnhN > -----END PGP SIGNATURE----- > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
