Name
rcmdmgnt - Parallel Remote Command Configuration Manager
Disable_Command
Disable nodes for 'rcmd' command.
# rcmdmgnt -disable [nodelist] ...
(disable nodes)
# rcmdmgnt -disable -tags [tag1,tag2] [nodelist] ...
(disable nodes by users tags)
# rcmdmgnt -disable -system [sys1,sys2] [nodelist] ...
(disable nodes by system tags)
# rcmdmgnt -disable -inactive [nodelist] ...
(inactive nodes)
Inactive_Options
inactive
Generic_Options
config, debug, non-interactive, noheards, notitle
Commands_Options¨
tags users tags
system probe tags, not allowed for add command
The selected node list will be define by the list of name with the
matched users and system tags. The nodes without the tags will not be
affected
Disable_Examples
1) Disabling node1, node2 and node3.
# rcmdmgnt -disable node1 node2,node3
2) Disabling nodes based tag id.
# rcmdmgnt -disable -tag tag1
3) Disabling nodes based system id.
# rcmdmgnt -disable -system hostname=myhostname
NOTE: Disabled nodes can not be used on 'rcmd' command.
NOTE: See 'probe comand' for more details about 'system' attributes.
ENDED