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

update document to add powersupplyredundancy for ondiscover

This commit is contained in:
ertaozh
2018-04-12 05:52:22 -04:00
parent 462af566a2
commit 4f8b769ba3
4 changed files with 16 additions and 8 deletions

View File

@ -103,9 +103,11 @@ The BMC IP address is obtained by the open range dhcp server and the plan in thi
#. **[Optional]** More operation plan to do after hardware disocvery is done, ``ondiscover`` option can be used.
For example, configure console and copy SSH key for **OpenBMC** ::
For example, configure console, copy SSH key for **OpenBMC**, then disable ``powersupplyredundancy`` ::
chdef cn01 -p chain=ondiscover="makegocons|rspconfig:sshcfg"
chdef cn01 -p chain="ondiscover=makegocons|rspconfig:sshcfg|rspconfig:powersupplyredundancy=disabled"
**Note**: ``|`` is used to split commands, and ``:`` is used to split command with its option.
#. Set the target `osimage` into the chain table to automatically provision the operating system after the node discovery is complete. ::

View File

@ -87,9 +87,11 @@ The BMC IP address is obtained by the open range dhcp server and the plan is to
#. **[Optional]** More operation plan to do after hardware disocvery is done, ``ondiscover`` option can be used.
For example, configure console and copy SSH key for **OpenBMC** ::
For example, configure console, copy SSH key for **OpenBMC**, then disable ``powersupplyredundancy`` ::
chdef cn01 -p chain=ondiscover="makegocons|rspconfig:sshcfg"
chdef cn01 -p chain="ondiscover=makegocons|rspconfig:sshcfg|rspconfig:powersupplyredundancy=disabled"
**Note**: ``|`` is used to split commands, and ``:`` is used to split command with its option.
#. Set the target `osimage` into the chain table to automatically provision the operating system after the node discovery is complete. ::

View File

@ -30,9 +30,11 @@ In order to do BMC configuration during the discovery process, set ``runcmd=bmcs
**[Optional]** More operation plan to do after hardware disocvery is done, ``ondiscover`` option can be used.
For example, configure console and copy SSH key for **OpenBMC** ::
For example, configure console, copy SSH key for **OpenBMC**, then disable ``powersupplyredundancy`` ::
chdef cn1 -p chain=ondiscover="makegocons|rspconfig:sshcfg"
chdef cn01 -p chain="ondiscover=makegocons|rspconfig:sshcfg|rspconfig:powersupplyredundancy=disabled"
**Note**: ``|`` is used to split commands, and ``:`` is used to split command with its option.
Set the target `osimage` into the chain table to automatically provision the operating system after the node discovery is complete. ::

View File

@ -67,9 +67,11 @@ In order to do BMC configuration during the discovery process, set ``runcmd=bmcs
**[Optional]** More operation plan to do after hardware disocvery is done, ``ondiscover`` option can be used.
For example, configure console and copy SSH key for **OpenBMC** ::
For example, configure console, copy SSH key for **OpenBMC**, then disable ``powersupplyredundancy`` ::
chdef cn01 -p chain=ondiscover="makegocons|rspconfig:sshcfg"
chdef cn01 -p chain="ondiscover=makegocons|rspconfig:sshcfg|rspconfig:powersupplyredundancy=disabled"
**Note**: ``|`` is used to split commands, and ``:`` is used to split command with its option.
Set the target `osimage` into the chain table to automatically provision the operating system after the node discovery is complete. ::