I have tested the script standalone, and it works exactly as designed. Is there any way to run the GUI in debug mode to see what it's doing ?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edward Capriolo Sent: Tuesday, May 06, 2008 12:53 PM To: General Linux-HA mailing list Subject: Re: [Linux-HA] Custom OSF resource agents Try testing outside of HA. When building a script I usually manually add OCF_RESKEY_BLA=RealVALUE at the top of my scripts. In this way I can test from the prompt. This may not work for everything but it has worked for me. try #script start ; echo $? #script stop ; echo $? #script status ; echo $? On Tue, May 6, 2008 at 2:46 PM, Wayne Hannam <[EMAIL PROTECTED]> wrote: > Sorry for the delay, thank you for the replies, > > I have checked the file perms, 755, and run it through OCF tester with no > errors. The RA does control the resource correctly when used manually. > > Any other thoughts/suggestions ? > > Thanks > Wayne hannam > > > -----Original Message----- > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Dejan Muhamedagic > Sent: Monday, May 05, 2008 5:22 AM > To: General Linux-HA mailing list > Subject: Re: [Linux-HA] Custom OSF resource agents > > > > Hi, > > On Fri, May 02, 2008 at 12:21:01PM -0600, Wayne Hannam wrote: > > I cannot seem to get custom resource agents to show up in the GUI. > > > > > > > > I am storing them under /usr/lib/ocf/resource.d/<provider_name>. > > > > That should work. > > > > > I have also tried putting them in /usr/lib/ocf/resource.d/heartbeat, but > to > > no avail. > > > > > > > > Any suggestions ? > > Check permissions, they should be 755. You can also run > ocf-tester to check if the agent's compliant. > > Thanks, > > Dejan > > > > > > > > > Thank you > > > > Wayne Hannam > > > > Parasynthion Technologies > > > > _______________________________________________ > > 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 > > _______________________________________________ > 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 _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
