.TRY node show node1: normal .TRY node show node1 node1: normal .SETENV showobj=node1 .TRY node standby node1 .EXT crm_attribute -N 'node1' -n standby -v 'on' --lifetime='forever' .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node online node1 .EXT crm_attribute -N 'node1' -n standby -v 'off' --lifetime='forever' .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node attribute node1 set a1 "1 2 3" .EXT crm_attribute -t nodes -U 'node1' -n 'a1' -v '1 2 3' .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node attribute node1 show a1 .EXT crm_attribute -G -t nodes -U 'node1' -n 'a1' scope=nodes name=a1 value=1 2 3 .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node attribute node1 delete a1 .EXT crm_attribute -D -t nodes -U 'node1' -n 'a1' Deleted nodes attribute: id=nodes-node1-a1 name=a1 .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node status-attr node1 set s1 "1 2 3" .EXT crm_attribute -t status -U 'node1' -n 's1' -v '1 2 3' .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node status-attr node1 show s1 .EXT crm_attribute -G -t status -U 'node1' -n 's1' scope=status name=s1 value=(null) .INP: configure .INP: _regtest on .INP: show xml node1 .TRY node status-attr node1 delete s1 .EXT crm_attribute -D -t status -U 'node1' -n 's1' .INP: configure .INP: _regtest on .INP: show xml node1