xcat-core/xCAT-client/pods/man1/nodeaddunmged.1.pod

47 lines
907 B
Plaintext
Raw Normal View History

=head1 NAME
B<nodeaddunmged> - Create a unmanaged node.
=head1 SYNOPSIS
B<nodeaddunmged> [-h| --help | -v | --version]
B<nodeaddunmged> hostname=<node-name> ip=<ip-address>
=head1 DESCRIPTION
The B<nodeaddunmged> command adds an unmanaged node to the __Unmanaged group. You can specify the node name and IP address of the node.
=head1 OPTIONS
B<-h|--help>
Display usage message.
B<-v|--version>
Command Version.
B<hostname=<node-name>>
Sets the name of the new unmanaged node, where <node-name> is the name of the node.
B<ip=<ip-address>>
Sets the IP address of the unmanaged node, where <ip-address> is the IP address of the new node in the form xxx.xxx.xxx.xxx
=head1 RETURN VALUE
0 The command completed successfully.
1 An error has occured.
=head1 EXAMPLES
To add an unmanaged node, use the following command:
nodeaddunmged hostname=unmanaged01 ip=192.168.1.100
=head1 SEE ALSO