mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	update document to add powersupplyredundancy for ondiscover
This commit is contained in:
		| @@ -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. :: | ||||
|  | ||||
|   | ||||
| @@ -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. :: | ||||
|  | ||||
|   | ||||
| @@ -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. :: | ||||
|  | ||||
|   | ||||
| @@ -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. :: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user