add the manual type of discovery method

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16314 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2013-05-16 08:36:11 +00:00
parent 5b4d1a01d6
commit 53ba6a49ef

View File

@ -4,7 +4,7 @@ B<nodediscoverls> - List the discovered nodes
=head1 SYNOPSIS
B<nodediscoverls> [B<-t seq>|B<profile>|B<switch>|B<blade>|B<undef>|B<all>] [B<-l>]
B<nodediscoverls> [B<-t seq>|B<profile>|B<switch>|B<blade>|B<manual>|B<undef>|B<all>] [B<-l>]
B<nodediscoverls> [B<-u uuid>] [B<-l>]
@ -25,7 +25,7 @@ particular method of discovery.
=over 10
=item B<-t seq|profile|switch|blade|undef|all>
=item B<-t seq|profile|switch|blade|manual|undef|all>
Display the nodes that have been discovered by the specified discovery method:
@ -49,6 +49,10 @@ B<blade> - Blade discovery (used for IBM Flex blades).
=item *
B<manual> - Manually discovery (used when defining node by nodediscoverdef command).
=item *
B<undef> - Display the nodes that were in the discovery pool, but for which xCAT has not yet received a discovery request.
=item *
@ -149,4 +153,4 @@ B<nodediscoverls> -u 51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB2 -l
=head1 SEE ALSO
L<nodediscoverstart(1)|nodediscoverstart.1>, L<nodediscoverstatus(1)|nodediscoverstatus.1>, L<nodediscoverstop(1)|nodediscoverstop.1>
L<nodediscoverstart(1)|nodediscoverstart.1>, L<nodediscoverstatus(1)|nodediscoverstatus.1>, L<nodediscoverstop(1)|nodediscoverstop.1>, L<nodediscoverdef(1)|nodediscoverdef.1>