66dab45eba
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14196 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
46 lines
737 B
Plaintext
46 lines
737 B
Plaintext
=head1 NAME
|
|
|
|
B<nodeaddunmged> - Create a un-managed node with hostname and ip address specified.
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
B<nodeaddunmged> [-h| --help │ -v │ --version]
|
|
|
|
B<nodeaddunmged> hostname=<hostname> ip=<ip>
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The B<nodeaddunmged> command will add nodes into group __Unmanaged. And we just need to specify hostname and IP for this node.
|
|
|
|
=head1 OPTIONS
|
|
|
|
B<-h|--help>
|
|
|
|
Display usage message.
|
|
|
|
B<-v|--version>
|
|
|
|
Command Version.
|
|
|
|
B<hostname=<hostname>>
|
|
|
|
The hostname of the unmanaged node.
|
|
|
|
B<ip=<ip>>
|
|
|
|
The IP address of the unmanaged node.
|
|
|
|
=head1 RETURN VALUE
|
|
|
|
0 The command completed successfully.
|
|
|
|
1 An error has occured.
|
|
|
|
=head1 EXAMPLES
|
|
|
|
nodeaddunmged hostname=unmanaged01 ip=192.168.1.100
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|