Name
rcmdmgnt - Parallel Remote Command Configuration Manager
Enable_Command
Enable nodes for 'rcmd' command.
# rcmdmgnt -enable [nodelist] ...
(enable nodes)
# rcmdmgnt -enable -tags [tag1,tag2] [nodelist] ...
(enable nodes by users tags)
# rcmdmgnt -enable -system [sys1,sys2] [nodelist] ...
(enable nodes by system tags)
# rcmdmgnt -enable -inactive [nodelist] ...
(switch inactive nodes as disabled)
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
Enable_Examples
1) Enabling node1, node2 and node3.
# rcmdmgnt -enable node1 node2,node3
2) Enabling nodes based tag id
# rcmdmgnt -enable -tag tag1
3) Enabling nodes based system id.
# rcmdmgnt -enable -system hostname=myhostname
NOTE: Only enabled nodes can be used on 'rcmd' command.
NOTE: See 'probe comand' for more details about 'system' attributes.
ENDED