mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	Adding changes to the man pages regarding hostname changing in rspconfig
This commit is contained in:
		| @@ -47,7 +47,7 @@ OpenBMC specific: | ||||
| ================= | ||||
|  | ||||
|  | ||||
| \ **rspconfig**\  \ *noderange*\  {\ **ip | netmask | gateway | vlan | sshcfg**\ } | ||||
| \ **rspconfig**\  \ *noderange*\  {\ **ip | netmask | gateway | hostname | vlan | sshcfg**\ } | ||||
|  | ||||
|  | ||||
| MPA specific: | ||||
| @@ -394,6 +394,12 @@ OPTIONS | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **hostname**\  | ||||
|   | ||||
|  Get or set hostname on the service processor. | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **vlan**\  | ||||
|   | ||||
|  Get or set vlan ID. For get vlan ID, if vlan is not enabled, 'BMC VLAN disabled' will be outputed. For set vlan ID, the valid value are [1-4096]. | ||||
|   | ||||
| @@ -24,7 +24,7 @@ B<rspconfig> I<noderange> B<garp>=I<time> | ||||
|  | ||||
| =head2 OpenBMC specific: | ||||
|  | ||||
| B<rspconfig> I<noderange> {B<ip>|B<netmask>|B<gateway>|B<vlan>|B<sshcfg>} | ||||
| B<rspconfig> I<noderange> {B<ip>|B<netmask>|B<gateway>|B<hostname>|B<vlan>|B<sshcfg>} | ||||
|  | ||||
| =head2 MPA specific: | ||||
|  | ||||
| @@ -300,6 +300,10 @@ Set CEC/BPA system names to the names in xCAT DB or the input name. | ||||
|  | ||||
| Select the policy for I/O Adapter Enlarged Capacity. This option controls the size of PCI memory space allocated to each PCI slot. | ||||
|  | ||||
| =item B<hostname> | ||||
|  | ||||
| Get or set hostname on the service processor.    | ||||
|  | ||||
| =item B<vlan> | ||||
|  | ||||
| Get or set vlan ID. For get vlan ID, if vlan is not enabled, 'BMC VLAN disabled' will be outputed. For set vlan ID, the valid value are [1-4096]. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user