2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 19:20:24 +00:00

Remove trailing spaces in file xCAT-client/pods/man1/bmcdiscover.1.pod

This commit is contained in:
GONG Jie
2017-12-31 23:59:59 +00:00
parent be90edc9dd
commit 411890ed4d

View File

@@ -13,47 +13,47 @@ B<bmcdiscover> [B<--sn> I<SN_nodename>] [B<-s> I<scan_method>] [B<-u> I<bmc_user
=head1 DESCRIPTION
The B<bmcdiscover> command will discover Baseboard Management Controllers (BMCs) using a scan method.
The B<bmcdiscover> command will discover Baseboard Management Controllers (BMCs) using a scan method.
The command uses B<nmap> to scan active nodes over a specified IP range. The IP range format should be a format that is acceptable by B<nmap>.
The command uses B<nmap> to scan active nodes over a specified IP range. The IP range format should be a format that is acceptable by B<nmap>.
The B<bmcdiscover> command can also obtain some information about the BMC. (Check username/password, IP address source, DHCP/static configuration)
Note: The scan method currently support is B<nmap>.
Note: The scan method currently support is B<nmap>.
=head1 OPTIONS
=over 10
=item B<--range>
=item B<--range>
Specify one or more IP ranges acceptable to nmap. IP range can be hostnames, IP addresses, networks, etc. A single IP address (10.1.2.3), several IPs with commas (10.1.2.3,10.1.2.10), Ip range with "-" (10.1.2.0-100) or an IP range (10.1.2.0/24) can be specified. If the range is very large, the B<bmcdiscover> command may take a long time to return.
Specify one or more IP ranges acceptable to nmap. IP range can be hostnames, IP addresses, networks, etc. A single IP address (10.1.2.3), several IPs with commas (10.1.2.3,10.1.2.10), Ip range with "-" (10.1.2.0-100) or an IP range (10.1.2.0/24) can be specified. If the range is very large, the B<bmcdiscover> command may take a long time to return.
=item B<--sn>
Specify one or more service nodes on which bmcdiscover will run. In hierarchical cluster, the MN may not be able to access the BMC of CN directly, but SN can. With this option, bmcdiscover will be dispatched to the specified SNs. Then, the nodename of the service node that 'bmcdiscover' is running on will be set to the 'servicenode' attribute of the discovered BMC node.
=item B<-s>
=item B<-s>
Scan method (The only supported scan method at this time is B<nmap>)
=item B<-z>
=item B<-z>
List the data returned in xCAT stanza format
=item B<-w>
=item B<-w>
Write to the xCAT database.
=item B<-i|--bmcip>
=item B<-i|--bmcip>
BMC IP address.
=item B<-u|--bmcuser>
=item B<-u|--bmcuser>
BMC user name.
=item B<-p|--bmcpasswd>
=item B<-p|--bmcpasswd>
BMC user password.
@@ -103,7 +103,7 @@ Output is similar to:
4. Discover the BMCs and write the discovered-node definitions into the xCAT database and write out the stanza foramt to the console:
bmcdiscover -s nmap --range "10.4.22-23.100-254" -w -z
bmcdiscover -s nmap --range "10.4.22-23.100-254" -w -z
=head1 SEE ALSO