Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Reference Guide (Command/XML)
ServerView

5.26 rcxadm vmhostctl

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

commit

Reflect value of config file on VM hosts.

list

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

-nowait

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.

-server server

Display only information Physical server that is specified by -server server.

-pool pool

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

-tenant tenant

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