diff --git a/xCAT-client/pods/man1/bmcdiscover.1.pod b/xCAT-client/pods/man1/bmcdiscover.1.pod index 0293f6edf..c53398774 100644 --- a/xCAT-client/pods/man1/bmcdiscover.1.pod +++ b/xCAT-client/pods/man1/bmcdiscover.1.pod @@ -6,11 +6,11 @@ B - Discover bmc using scan method, now scan_method can be nmap. B [B<-h>|B<--help>] [B<-v>|B<--version>] -B [B<-s>] I [B<--range>] I [B<-z>] [B<-w>] +B [B<-s> I] B<--range> I [B<-z>] [B<-w>] -B [B<-i>|B<--bmcip>] I [B<-u>|B<--bmcuser>] I [B<-p>|B<--bmcpwd>] I [B<-c>|B<--check>] +B B<-i>|B<--bmcip> I [B<-u>|B<--bmcuser> I] B<-p>|B<--bmcpwd> I B<-c>|B<--check> -B [B<-i>|B<--bmcip>] I [B<-u>|B<--bmcuser>] I [B<-p>|B<--bmcpwd>] I [B<--ipsource>] +B B<-i>|B<--bmcip> I [B<-u>|B<--bmcuser> I] B<-p>|B<--bmcpwd> I B<--ipsource> =head1 DESCRIPTION @@ -26,6 +26,42 @@ This command can check if bmc username or password is correct or not. It can get =over 10 +=item B<--range> + +Specify one or more IP ranges. Ip ranges should be a string, can pass hostnames, IP addresses, networks, etc. Each can be an ip address (10.1.2.3) or an ip range (10.1.2.0/24). If the range is huge, for example, 192.168.1.1/8, the bmcdiscover may take a very long time to scan. So the range should be exactly specified. For nmap scan method, it accepts multiple formats. For example, 192.168.1.1/24, 40-41.1-2.3-4.1-100, scanme.nmap.org, microsoft.com/24. + +=item B<-s> + +Scan method, now it is nmap. + +=item B<-z> + +List the stanza formate data. + +=item B<-w> + +Write to the database. + +=item B<-i|--bmcip> + +BMC ip. + +=item B<-u|--bmcuser> + +BMC user name. + +=item B<-p|--bmcpwd> + +BMC user password. + +=item B<-c|--check> + +Check. + +=item B<--ipsource> + +BMC IP source. + =item B<-h|--help> Display usage message. @@ -34,42 +70,6 @@ Display usage message. Command version. -=item B<-s> I - -Scan method, now it is nmap. - -=item B<--range> I - -Ip ranges should be a string, can pass hostnames, IP addresses, networks, etc. - -=item B<-z> - -List the stanza formate data. - -=item B<-w> - -Write to the database. - -=item B<-i|--bmcip> I - -BMC ip. - -=item B<-u|--bmcuser> I - -BMC user name. - -=item B<-p|--bmcpwd> I - -BMC user password. - -=item B<-c|--check> - -Check. - -=item B<--ipsource> - -BMC IP source. - =back =head1 RETURN VALUE