mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-31 11:22:27 +00:00 
			
		
		
		
	fixed rspconfig formatting in man page issue 263
This commit is contained in:
		| @@ -21,7 +21,7 @@ SYNOPSIS | ||||
|  | ||||
| \ **bmcdiscover**\  [\ **-h**\ |\ **--help**\ ] [\ **-v**\ |\ **--version**\ ] | ||||
|  | ||||
| \ **bmcdiscover**\  [\ **-s**\  \ *scan_method*\ ] \ **--range**\  \ *ip_ranges*\  [\ **-z**\ ] [\ **-w**\ ] | ||||
| \ **bmcdiscover**\  [\ **-s**\  \ *scan_method*\ ] \ **--range**\  \ *ip_ranges*\  [\ **-z**\ ] [\ **-w**\ ] [\ **-t**\ ] | ||||
|  | ||||
| \ **bmcdiscover**\  \ **-i**\ |\ **--bmcip**\  \ *bmc_ip*\  [\ **-u**\ |\ **--bmcuser**\  \ *bmcusername*\ ] \ **-p**\ |\ **--bmcpwd**\  \ *bmcpassword*\  \ **-c**\ |\ **--check**\  | ||||
|  | ||||
| @@ -72,6 +72,12 @@ OPTIONS | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-t**\  | ||||
|   | ||||
|  Genereate a BMC type node object. | ||||
|   | ||||
|  | ||||
|  | ||||
| \ **-i|--bmcip**\  | ||||
|   | ||||
|  BMC ip. | ||||
|   | ||||
| @@ -612,11 +612,7 @@ EXAMPLES | ||||
|   | ||||
|  To setup new ssh keys on the Management Module mm: | ||||
|   | ||||
|   | ||||
|  .. code-block:: perl | ||||
|   | ||||
|    B<rspconfig> mm snmpcfg=enable sshcfg=enable | ||||
|   | ||||
|  \ **rspconfig**\  mm snmpcfg=enable sshcfg=enable | ||||
|   | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -190,7 +190,7 @@ vm Attributes: | ||||
|  | ||||
| \ **othersettings**\  | ||||
|   | ||||
|  This allows specifying a semicolon delimited list of key->value pairs to include in a vmx file of VMware. For partitioning on normal power machines, this option is used to specify the hugepage and/or bsr information, the value is like:'hugepage:1,bsr=2'. | ||||
|  This allows specifying a semicolon delimited list of key->value pairs to include in a vmx file of VMware or KVM. For partitioning on normal power machines, this option is used to specify the hugepage and/or bsr information, the value is like:'hugepage:1,bsr=2'. For KVM cpu pinning, this option is used to specify the physical cpu set on the host, the value is like:'vcpupin:'0-15,^8' ',Its syntax is a comma separated list and a special markup using '-' and '^' (ex. '0-4', '0-3,^2') can also be allowed, the '-' denotes the range and the '^' denotes exclusive. For KVM memory binding, the value is like:'membind:0', restrict a guest to allocate memory from the specified set of NUMA nodes. For PCI passthrough, the value is like:'devpassthrough:pci_0001_01_00_0,pci_0000_03_00_0',the PCI devices are assigned to a virtual machine, and the virtual machine can use this I/O exclusively,the devices list are a list of PCI device names delimited with comma, the PCI device names can be obtained by running \ **virsh nodedev-list**\  on the host. | ||||
|   | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -1313,7 +1313,7 @@ group Attributes: | ||||
|  | ||||
| \ **vmothersetting**\  (vm.othersettings) | ||||
|   | ||||
|  This allows specifying a semicolon delimited list of key->value pairs to include in a vmx file of VMware. For partitioning on normal power machines, this option is used to specify the hugepage and/or bsr information, the value is like:'hugepage:1,bsr=2'. | ||||
|  This allows specifying a semicolon delimited list of key->value pairs to include in a vmx file of VMware or KVM. For partitioning on normal power machines, this option is used to specify the hugepage and/or bsr information, the value is like:'hugepage:1,bsr=2'. For KVM cpu pinning, this option is used to specify the physical cpu set on the host, the value is like:'vcpupin:'0-15,^8' ',Its syntax is a comma separated list and a special markup using '-' and '^' (ex. '0-4', '0-3,^2') can also be allowed, the '-' denotes the range and the '^' denotes exclusive. For KVM memory binding, the value is like:'membind:0', restrict a guest to allocate memory from the specified set of NUMA nodes. For PCI passthrough, the value is like:'devpassthrough:pci_0001_01_00_0,pci_0000_03_00_0',the PCI devices are assigned to a virtual machine, and the virtual machine can use this I/O exclusively,the devices list are a list of PCI device names delimited with comma, the PCI device names can be obtained by running \ **virsh nodedev-list**\  on the host. | ||||
|   | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -1349,7 +1349,7 @@ node Attributes: | ||||
|  | ||||
| \ **vmothersetting**\  (vm.othersettings) | ||||
|   | ||||
|  This allows specifying a semicolon delimited list of key->value pairs to include in a vmx file of VMware. For partitioning on normal power machines, this option is used to specify the hugepage and/or bsr information, the value is like:'hugepage:1,bsr=2'. | ||||
|  This allows specifying a semicolon delimited list of key->value pairs to include in a vmx file of VMware or KVM. For partitioning on normal power machines, this option is used to specify the hugepage and/or bsr information, the value is like:'hugepage:1,bsr=2'. For KVM cpu pinning, this option is used to specify the physical cpu set on the host, the value is like:'vcpupin:'0-15,^8' ',Its syntax is a comma separated list and a special markup using '-' and '^' (ex. '0-4', '0-3,^2') can also be allowed, the '-' denotes the range and the '^' denotes exclusive. For KVM memory binding, the value is like:'membind:0', restrict a guest to allocate memory from the specified set of NUMA nodes. For PCI passthrough, the value is like:'devpassthrough:pci_0001_01_00_0,pci_0000_03_00_0',the PCI devices are assigned to a virtual machine, and the virtual machine can use this I/O exclusively,the devices list are a list of PCI device names delimited with comma, the PCI device names can be obtained by running \ **virsh nodedev-list**\  on the host. | ||||
|   | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -455,7 +455,7 @@ Display the version number. | ||||
|  | ||||
| To setup new ssh keys on the Management Module mm: | ||||
|  | ||||
|  B<rspconfig> mm snmpcfg=enable sshcfg=enable   | ||||
| B<rspconfig> mm snmpcfg=enable sshcfg=enable   | ||||
|  | ||||
| =item * | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user