Name
rcmd - Parallel Remote Command based SSH Command
List_Command
List of cataloged nodes.
# rcmd -list [options] [nodelist]
List_Options
detail, fields, inactive, show-system, show-tags, show-options
Generic_Options
ignorelist, nodelist, node-status, noheaders, notitle, options, output,
system, tags, with-status, without-noanswer-notify
List_Examples
1) Show simple list.
# rcmd -list
2) Show users tags
# rcmd -list -show-tags
# rcmd -list -st
3) Show system tags
# rcmd -list -show-system
# rcmd -list -ss
4) Show options tags
# rcmd -list -show-options
# rcmd -list -sop
5) Show detailed format
# rcmd -list -st -ss -sop -detail
6) Show only version and dist system information
# rcmd -list -show-system -field version,dist
7) Show only users trags information
# rcmd -list -show-tags -field usertag1
NOTE: will list all nodes and shown only usertag1 information
# rcmd -list -tag usertag1
NOTE: will list only nodes with usertag1
8) Show enabled nodes
# rcmd -list -node-status=enabled
# rcmd -list -node-status=2
9) show disabled nodes
# rcmd -list -node-status=disabled
# rcmd -list -node-status=1
10) list only tagged nodes
# rcmd -list -opt '*' -sop
or
# rcmd -list -sys '*' -ss
or
# rcmd -list -tag '*' -st
11) list inactive nodes
# rcmd -list -inactive
ENDED