mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	remove "-t" option from bmcdiscover doc and man page
This commit is contained in:
		| @@ -31,7 +31,7 @@ The BMC IP address is obtained by the open range dhcp server and the plan in thi | ||||
|  | ||||
|    To discover the BMC with an IP address of 172.30.0.1, use the command: :: | ||||
|  | ||||
|       bmcdiscover --range 172.30.0.1 -t -z -w  | ||||
|       bmcdiscover --range 172.30.0.1 -z -w  | ||||
|  | ||||
|    The discovered nodes will be written to xCAT database: :: | ||||
|  | ||||
|   | ||||
| @@ -5,7 +5,7 @@ After environment is ready, and the server is powered, we can start server disco | ||||
|  | ||||
| The following command can be used to discovery BMC within an IP range and write the discovered node definition into xCAT database:: | ||||
|  | ||||
|     bmcdiscover -s nmap --range 50.0.100.1-100 -t -z -w | ||||
|     bmcdiscover -s nmap --range 50.0.100.1-100 -z -w | ||||
|  | ||||
| The discovered BMC node will be like this:: | ||||
|  | ||||
| @@ -27,7 +27,7 @@ The discovered BMC node will be like this:: | ||||
|      | ||||
|     2. bmcdiscover will use username/password pair set in ``passwd`` table with **key** equal **ipmi**. If you'd like to use other username/password pair, you can use :: | ||||
|  | ||||
|         bmcdiscover -s nmap --range 50.0.100.1-100 -t -z -w -u <username> -p <password> | ||||
|         bmcdiscover -s nmap --range 50.0.100.1-100 -z -w -u <username> -p <password> | ||||
|  | ||||
| Start discovery process | ||||
| ----------------------- | ||||
|   | ||||
| @@ -23,7 +23,7 @@ SYNOPSIS | ||||
|  | ||||
| \ **bmcdiscover**\  [\ **-v | -**\ **-version**\ ] | ||||
|  | ||||
| \ **bmcdiscover**\  [\ **-s**\  \ *scan_method*\ ] [\ **-u**\  \ *bmc_user*\ ] [\ **-p**\  \ *bmc_passwd*\ ] [\ **-z**\ ] [\ **-w**\ ] [\ **-t**\ ] \ **-**\ **-range**\  \ *ip_ranges*\  | ||||
| \ **bmcdiscover**\  [\ **-s**\  \ *scan_method*\ ] [\ **-u**\  \ *bmc_user*\ ] [\ **-p**\  \ *bmc_passwd*\ ] [\ **-z**\ ] [\ **-w**\ ] \ **-**\ **-range**\  \ *ip_ranges*\  | ||||
|  | ||||
| \ **bmcdiscover**\  \ **-u**\  \ *bmc_user*\  \ **-p**\  \ *bmc_passwd*\  \ **-i**\  \ *bmc_ip*\  \ **-**\ **-check**\  | ||||
|  | ||||
| @@ -74,12 +74,6 @@ OPTIONS | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-t**\  | ||||
|   | ||||
|  Generate a BMC type node object | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-i|-**\ **-bmcip**\  | ||||
|   | ||||
|  BMC IP address. | ||||
|   | ||||
| @@ -8,7 +8,7 @@ B<bmcdiscover> [B<-?>|B<-h>|B<--help>] | ||||
|  | ||||
| B<bmcdiscover> [B<-v>|B<--version>] | ||||
|  | ||||
| B<bmcdiscover> [B<-s> I<scan_method>] [B<-u> I<bmc_user>] [B<-p> I<bmc_passwd>] [B<-z>] [B<-w>] [B<-t>] B<--range> I<ip_ranges> | ||||
| B<bmcdiscover> [B<-s> I<scan_method>] [B<-u> I<bmc_user>] [B<-p> I<bmc_passwd>] [B<-z>] [B<-w>] B<--range> I<ip_ranges> | ||||
|  | ||||
| B<bmcdiscover> B<-u> I<bmc_user> B<-p> I<bmc_passwd> B<-i> I<bmc_ip> B<--check> | ||||
|  | ||||
| @@ -45,10 +45,6 @@ List the data returned in xCAT stanza format | ||||
|  | ||||
| Write to the xCAT database. | ||||
|  | ||||
| =item B<-t> | ||||
|  | ||||
| Generate a BMC type node object | ||||
|  | ||||
| =item B<-i|--bmcip>     | ||||
|  | ||||
| BMC IP address. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user