mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 10:52:31 +00:00 
			
		
		
		
	Use makegocons instead of makeconservercf during discovery and provision
This commit is contained in:
		| @@ -18,9 +18,9 @@ Remove Old Provision Environment | ||||
|  | ||||
|     makedhcp -d <noderange> | ||||
|  | ||||
| #. Remove the nodes from the conserver configuration :: | ||||
| #. Remove the nodes from the goconserver configuration :: | ||||
|  | ||||
|     makeconservercf -d <noderange> | ||||
|     makegocons -d <noderange> | ||||
|  | ||||
| Change Definition | ||||
| ----------------- | ||||
| @@ -76,6 +76,6 @@ Update The Provision Environment | ||||
|  | ||||
|     makedhcp -a | ||||
|  | ||||
| #. Configure the new names in conserver :: | ||||
| #. Configure the new names in goconserver :: | ||||
|  | ||||
|     makeconservercf | ||||
|     makegocons | ||||
|   | ||||
| @@ -190,9 +190,9 @@ Then update the following in xCAT: | ||||
|  | ||||
|      "1.4","new_MN_name",,,,,,"trusted",,`` | ||||
|  | ||||
| * Setup up conserver with new credentials :: | ||||
| * Setup up goconserver with new credentials :: | ||||
|  | ||||
|     makeconservercf | ||||
|     makegocons | ||||
|  | ||||
| External DNS Server Changed | ||||
| --------------------------- | ||||
| @@ -262,9 +262,9 @@ If it exists, then use the return name and do the following: | ||||
|  | ||||
|       makedhcp -a | ||||
|  | ||||
|   - Add the MN to conserver :: | ||||
|   - Add the MN to goconserver :: | ||||
|  | ||||
|       makeconservercf | ||||
|       makegocons | ||||
|  | ||||
| Update the genesis packages | ||||
| --------------------------- | ||||
|   | ||||
| @@ -161,7 +161,7 @@ When the VM has been created and powered on, choose one of the following methods | ||||
| * Use **rcons/wcons** on xCAT management node to open text console: :: | ||||
|  | ||||
|    chdef vm1 cons=kvm | ||||
|    makeconservercf vm1 | ||||
|    makegocons vm1 | ||||
|    rcons vm1 | ||||
|  | ||||
| * Connect to virtual machine through vnc console | ||||
|   | ||||
| @@ -126,7 +126,7 @@ The BMC IP address is obtained by the open range dhcp server and the plan in thi | ||||
|  | ||||
|    Configure the conserver for the **discovered** node to watch the discovery process using ``rcons``:: | ||||
|  | ||||
|        makeconservercf node-8247-22l-10112ca | ||||
|        makegocons node-8247-22l-10112ca | ||||
|  | ||||
|    In another terminal window, open the remote console: :: | ||||
|  | ||||
|   | ||||
| @@ -99,9 +99,9 @@ The BMC IP address is obtained by the open range dhcp server and the plan is to | ||||
|  | ||||
| #. **[Optional]**  Monitor the node discovery process using rcons | ||||
|  | ||||
|    Configure the conserver for the **predefined** node to watch the discovery process using ``rcons``:: | ||||
|    Configure the goconserver for the **predefined** node to watch the discovery process using ``rcons``:: | ||||
|  | ||||
|        makeconservercf cn01 | ||||
|        makegocons cn01 | ||||
|  | ||||
|    In another terminal window, open the remote console: :: | ||||
|  | ||||
|   | ||||
| @@ -34,5 +34,5 @@ To start discovery process, just need to power on the PBMC node remotely with th | ||||
| **[Optional]** If you'd like to monitor the discovery process, you can use:: | ||||
|  | ||||
|   chdef Server-8247-22L-SN10112CA cons=ipmi | ||||
|   makeconservercf | ||||
|   makegocons | ||||
|   rcons Server-8247-22L-SN10112CA | ||||
|   | ||||
| @@ -25,5 +25,5 @@ To start discovery process, just need to power on the PBMC node remotely with th | ||||
|  | ||||
| **[Optional]** If you'd like to monitor the discovery process, you can use:: | ||||
|  | ||||
|   makeconservercf node-8247-42l-10112ca | ||||
|   makegocons node-8247-42l-10112ca | ||||
|   rcons node-8247-42l-10112ca | ||||
|   | ||||
		Reference in New Issue
	
	Block a user