Re: [Pacemaker] Call cib_modify failed (-22): The object/attribute does not exist

2011-09-26 Thread Brian J. Murrell
On 11-09-25 09:21 PM, Andrew Beekhof wrote: > > As the error says, the resource R_10.10.10.101 doesn't exist yet. > Put it in a tag or use -C instead of -U Thanks much. I already replied to Tim, but the summary is that the manpage is incorrect in two places. One is specifying the attributes ta

Re: [Pacemaker] Call cib_modify failed (-22): The object/attribute does not exist

2011-09-26 Thread Brian J. Murrell
On 11-09-26 03:44 AM, Tim Serong wrote: > > Because: > > 1) You need to run "cibadmin -o resources -C -x test.xml" to create the >resource (-C creates, -U updates an existing resource). That's what I thought/wondered but the EXAMPLES section in the manpage is quite clear that it's asking one

Re: [Pacemaker] Call cib_modify failed (-22): The object/attribute does not exist

2011-09-26 Thread Tim Serong
On 25/09/11 01:16, Brian J. Murrell wrote: Using pacemaker-1.0.10-1.4.el5 I am trying to add the "R_10.10.10.101" IPaddr2 example resource: from the cibadmin manpage under EXAMPLES and getting: # cibadmin -o resources -U -x test.xml Call cib_modify failed (-22): The o

Re: [Pacemaker] Call cib_modify failed (-22): The object/attribute does not exist

2011-09-25 Thread Andrew Beekhof
On Sun, Sep 25, 2011 at 1:16 AM, Brian J. Murrell wrote: > Using pacemaker-1.0.10-1.4.el5 I am trying to add the "R_10.10.10.101" > IPaddr2 example resource: > > provider="heartbeat"> >   >   >   >   >   >   > > > from the cibadmin manpage under EXAMPLES and getting: > > # cibadmin -o resource

[Pacemaker] Call cib_modify failed (-22): The object/attribute does not exist

2011-09-24 Thread Brian J. Murrell
Using pacemaker-1.0.10-1.4.el5 I am trying to add the "R_10.10.10.101" IPaddr2 example resource: from the cibadmin manpage under EXAMPLES and getting: # cibadmin -o resources -U -x test.xml Call cib_modify failed (-22): The object/attribute does not exist Any ideas why? Th