2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-14 02:10:23 +00:00

update hdwr discovery doc with -t flag for bmcdiscover

This commit is contained in:
ertaozh
2015-10-23 05:38:40 -04:00
parent f7a63d835f
commit d1590caf84
2 changed files with 9 additions and 3 deletions

View File

@ -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 -z -w
bmcdiscover -s nmap --range 50.0.100.1-100 -t -z -w
The discovered BMC node will be like this::
@ -14,8 +14,10 @@ The discovered BMC node will be like this::
bmc=50.0.100.1
cons=ipmi
groups=all
hwtype=bmc
mgt=ipmi
mtm=8247-42L
nodetype=mp
postbootscripts=otherpkgs
postscripts=syslog,remoteshell,syncfiles
serial=10112CA
@ -25,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 -z -w -u <username> -p <password>
bmcdiscover -s nmap --range 50.0.100.1-100 -t -z -w -u <username> -p <password>
Start discovery process
-----------------------

View File

@ -47,5 +47,9 @@ Stop the current sequential discovery process::
Note: The sequential discovery process will be stopped automatically when all of the node names in the node pool are used up.
.. include:: pbmc_discovery_with_bmcdiscover.rst
Start discovery process
-----------------------
To start discovery process, the system administrator need to power on the servers one by one manually. Then the hardware discovery process will start automatically.
.. include:: standard_cn_definition.rst