37f35f731a
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14956 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
40 lines
719 B
Plaintext
40 lines
719 B
Plaintext
=head1 NAME
|
|
|
|
B<nodediscoverls> - List all discovered nodes
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
B<nodediscoverls> [-h| --help | -v | --version]
|
|
|
|
B<nodediscoverls>
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
The B<nodediscoverls> command lists all discovered nodes that use a profile in the current node discovery process
|
|
|
|
=head1 OPTIONS
|
|
|
|
B<-h|--help>
|
|
|
|
Display usage message.
|
|
|
|
B<-v|--version>
|
|
|
|
Command Version.
|
|
|
|
=head1 RETURN VALUE
|
|
|
|
0 The command completed successfully.
|
|
|
|
1 An error has occured.
|
|
|
|
=head1 EXAMPLES
|
|
|
|
You can get a list of all discovered nodes, by using the following command:
|
|
|
|
nodediscoverls
|
|
|
|
=head1 SEE ALSO
|
|
|
|
L<nodediscoverstart(1)|nodediscoverstart.1>, L<nodediscoverstatus(1)|nodediscoverstatus.1>, L<nodediscoverstop(1)|nodediscoverstop.1>
|