Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm vmhostctl - operation of VM host's configuration information
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm vmhostctl - operation of VM host's configuration information
Fomart
rcxadm vmhostctl commit [-nowait]
rcxadm vmhostctl list {-server server | -pool pool | -tenant tenant}
Description
rcxadm vmhostctl is the command that reflects value of config file on VM hosts or displays the resources reserved for VM host.
When vm type is "RHEL-KVM", the command is available.
Subcommands
Reflect value of config file on VM hosts.
Display a list of the resources reserved for VM hosts.
Note,display VM hosts that are not in config file.
In the case, the default values are displayed.
Item Name | Description |
---|---|
PHYSICAL_SERVER | Physical server name |
SERVER | Server name (VM host) |
CPU | value of CPU capacity reserved for VM host |
MEMORY | value of memory capacity reserved for VM host |
Options
Use this option to return directly to the command prompt without waiting for the operation of reflection value of config file on VM hosts in the subcommand to complete its execution.
Display only information Physical server that is specified by -server server.
Display information Physical servers that are in the VM pool specified by -pool pool.
Enter slashes ("/") in front of pool.
For the hierarchized resource folder or tenant, specify the resource folder or tenant name using slashes ("/").
Example
To specify "VMPool"
/VMPool |
To specify "VMPool" below "RCX_TENANT" below "RCX_FOLDER"
/RCX_FOLDER/RCX_TENANT/VMPool |
Display information Physical servers that are in the tenant specified by -tenant tenant
Enter slashes ("/") in front of tenant.
For the hierarchized resource folder, specify the resource folder name using slashes ("/").
Example
To specify "RCX_TENANT"
/RCX_TENANT |
To specify "RCX_TENANT" below /RCX_FOLDER/RCX_TENANT/VMPool
/RCX_FOLDER/RCX_TENANT |
Examples
Reflect value of config file on VM hosts.
>rcxadm vmhostctl commit <RETURN> |
Display a list of the resources reserved for VM hosts.
>rcxadm vmhostctl list <RETURN>
PHYSICAL_SERVER SERVER CPU MEMORY
---- ---- ----- ----
bx600_1 KVM_1 1.6 (2.0GHz x 8 x 10%) 1.1
bx600_2 KVM_2 3.2 (2.0GHz x 8 x 20%) 2
bx600_3 KVM_3 1.6 (2.0GHz x 8 x 12%) 3.3 |