NAME

nodels - lists the nodes in the noderange.


SYNOPSIS

nodels [noderange] [table.column | shortname] [...]

nodels {-v | --version}

nodels [-? | -h | --help]


DESCRIPTION

The nodels command lists the nodes specified in the node range. If no noderange is provided, then all nodes are listed.

Additional attributes of the nodes will also be displayed if the table names and attribute names are specified after the noderange in the form: table.column . A few shortcut names can also be used as aliases to common attributes:

groups

nodelist.groups

tags

nodelist.groups

mgt

nodehm.mgt

switch

switch.switch

The nodels command with a specific node and one or more table.attribute parameters is a good substitute for grep'ing through the tab files, like was done in xCAT 1.x. This is because nodels will translate any regular expression rows in the tables into their meaning for the specified node. The tab* commands will not do this, instead they will just display the single regular expression row.


OPTIONS

-v|--version

Command Version.

-?|-h|--help

Display usage message.


RETURN VALUE

  1. The command completed successfully.

  2. An error has occurred.


EXAMPLES


FILES

/opt/xcat/bin/nodels


SEE ALSO

noderange(5)