NAME

nodeadd - Adds nodes to the xCAT cluster database.


SYNOPSIS

nodeadd noderange groups=groupnames [table.column=value] [...]

nodeadd {-v | --version}

nodeadd [-? | -h | --help]


DESCRIPTION

The nodeadd command adds the nodes specified in noderange to the xCAT database. It also stores the any additional attributes specified for these nodes. At least one groupname must be supplied. You should also consider specifying attributes in at least the following tables: nodehm, noderes, nodetype. See the man page for each of these for details. Also see the xcatdb man page for an overview of each table.

The nodeadd command also supports some short cut names as aliases to common attributes. See the nodels man page for details.


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/nodeadd


SEE ALSO

nodels(1), nodech(1), noderange(3)