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 a5f0a5d42..a20dd6e81 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 -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 -p + bmcdiscover -s nmap --range 50.0.100.1-100 -t -z -w -u -p Start discovery process ----------------------- diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/seq_discovery.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/seq_discovery.rst index 929dd0335..42403b26e 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/seq_discovery.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/discovery/seq_discovery.rst @@ -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