mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-03 03:50:08 +00:00
Clean up some of the URLs for manpages in the Sequential Discovery Doc
This commit is contained in:
parent
c4a90d2cbc
commit
9a8f89e128
@ -95,7 +95,6 @@ exclude_patterns = ['guides/install-guides/common_sections.rst',
|
||||
'**ppc64le/discovery/pbmc_discovery_with_bmcdiscover.rst',
|
||||
'**ppc64le/discovery/pbmc_discovery_with_lsslp.rst',
|
||||
'**ppc64le/discovery/schedule_environment.rst',
|
||||
'**ppc64le/discovery/standard_cn_definition.rst',
|
||||
'**ppc64le/diskless/customize_image/cfg_partition.rst',
|
||||
'**ppc64le/diskless/customize_image/raid_cfg.rst',
|
||||
#'**chain/create_image_for_runimage.rst'
|
||||
|
@ -31,35 +31,41 @@ For more information about chain, refer to :doc:`Chain <../../../../../advanced/
|
||||
Initialize the discovery process
|
||||
````````````````````````````````
|
||||
|
||||
Specify the predefined nodes to the nodediscoverstart command to initialize the discovery process::
|
||||
Specify the predefined nodes to the `nodediscoverstart` command to initialize the discovery process::
|
||||
|
||||
nodediscoverstart noderange=cn1
|
||||
|
||||
See "nodediscoverstart man page<TBD>" for more details.
|
||||
See :doc:`nodediscoverstart </guides/admin-guides/references/man1/nodediscoverstart.1>` for more information.
|
||||
|
||||
Display information about the discovery process
|
||||
```````````````````````````````````````````````
|
||||
|
||||
There are additional nodediscover commands you can run during the discovery process. See their man pages for more details.
|
||||
There are additional `nodediscover*` commands you can run during the discovery process. See the man pages for more details.
|
||||
|
||||
|
||||
Verify the status of discovery::
|
||||
Verify the status of discovery using :doc:`nodediscoverstatus </guides/admin-guides/references/man1/nodediscoverstatus.1>`::
|
||||
|
||||
nodediscoverstatus
|
||||
|
||||
Show the nodes that have been discovered so far::
|
||||
Show the nodes that have been discovered using :doc:`nodediscoverls </guides/admin-guides/references/man1/nodediscoverls.1>`::
|
||||
|
||||
nodediscoverls -t seq -l
|
||||
|
||||
Stop the current sequential discovery process::
|
||||
Stop the current sequential discovery process using: :doc:`nodediscoverstop </guides/admin-guides/references/man1/nodediscoverstop.1>`::
|
||||
|
||||
nodediscoverstop
|
||||
|
||||
Note: The sequential discovery process will be stopped automatically when all of the node names in the node pool are used up.
|
||||
|
||||
**Note:** The sequential discovery process will stop automatically when all of the node names in the pool are consumed.
|
||||
|
||||
Start discovery process
|
||||
-----------------------
|
||||
|
||||
To start the discovery process, the system administrator needs to power on the servers one by one manually. Then the hardware discovery process will start automatically.
|
||||
|
||||
.. include:: standard_cn_definition.rst
|
||||
Verify Node Definition
|
||||
----------------------
|
||||
|
||||
After discovery of the node, properties of the server will be added to the xCAT node definition.
|
||||
|
||||
Display the node definition and verify that the MAC address has been populated.
|
||||
|
@ -1,25 +0,0 @@
|
||||
Verify node definition
|
||||
----------------------
|
||||
|
||||
The following is an example of the server node definition after hardware discovery::
|
||||
|
||||
# lsdef cn1
|
||||
Object name: cn1
|
||||
arch=ppc64
|
||||
bmc=50.0.100.1
|
||||
cons=ipmi
|
||||
cpucount=192
|
||||
cputype=POWER8E (raw), altivec supported
|
||||
groups=powerLE,all
|
||||
installnic=mac
|
||||
ip=10.0.101.1
|
||||
mac=6c:ae:8b:02:12:50
|
||||
memory=65118MB
|
||||
mgt=ipmi
|
||||
mtm=8247-22L
|
||||
netboot=petitboot
|
||||
postbootscripts=otherpkgs
|
||||
postscripts=syslog,remoteshell,syncfiles
|
||||
primarynic=mac
|
||||
serial=10112CA
|
||||
supportedarchs=ppc64
|
Loading…
x
Reference in New Issue
Block a user