From 6e26da06b40a759f6aa707ce889618ccb25e1047 Mon Sep 17 00:00:00 2001 From: Casandra Qiu Date: Tue, 11 Oct 2016 13:32:02 -0400 Subject: [PATCH] remove "-t" option from bmcdiscover doc and man page --- .../ppc64le/discovery/mtms/discovery_using_defined.rst | 2 +- .../ppc64le/discovery/pbmc_discovery_with_bmcdiscover.rst | 4 ++-- .../guides/admin-guides/references/man1/bmcdiscover.1.rst | 8 +------- xCAT-client/pods/man1/bmcdiscover.1.pod | 6 +----- 4 files changed, 5 insertions(+), 15 deletions(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/mtms/discovery_using_defined.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/mtms/discovery_using_defined.rst index 7049af972..dbb5e4e92 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/mtms/discovery_using_defined.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/mtms/discovery_using_defined.rst @@ -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: :: diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/pbmc_discovery_with_bmcdiscover.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/pbmc_discovery_with_bmcdiscover.rst index d81c0cd5b..f3388c855 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/pbmc_discovery_with_bmcdiscover.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/pbmc_discovery_with_bmcdiscover.rst @@ -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 -p + bmcdiscover -s nmap --range 50.0.100.1-100 -z -w -u -p Start discovery process ----------------------- diff --git a/docs/source/guides/admin-guides/references/man1/bmcdiscover.1.rst b/docs/source/guides/admin-guides/references/man1/bmcdiscover.1.rst index 00a06fb0c..efe3bde5b 100644 --- a/docs/source/guides/admin-guides/references/man1/bmcdiscover.1.rst +++ b/docs/source/guides/admin-guides/references/man1/bmcdiscover.1.rst @@ -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. diff --git a/xCAT-client/pods/man1/bmcdiscover.1.pod b/xCAT-client/pods/man1/bmcdiscover.1.pod index 09abbe40c..3d4058f51 100644 --- a/xCAT-client/pods/man1/bmcdiscover.1.pod +++ b/xCAT-client/pods/man1/bmcdiscover.1.pod @@ -8,7 +8,7 @@ B [B<-?>|B<-h>|B<--help>] B [B<-v>|B<--version>] -B [B<-s> I] [B<-u> I] [B<-p> I] [B<-z>] [B<-w>] [B<-t>] B<--range> I +B [B<-s> I] [B<-u> I] [B<-p> I] [B<-z>] [B<-w>] B<--range> I B B<-u> I B<-p> I B<-i> I 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.