Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm vmmgr - VM management software operations
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm vmmgr - VM management software operations
Format
rcxadm vmmgr list rcxadm vmmgr show -name name rcxadm vmmgr refresh
Description
rcxadm vmmgr is the command used to manage VM management software. The information of VM management software is displayed.
Subcommands
Displays a list of VM management software information.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Name of the target VM management software |
TYPE | Types of VM management software |
IPADDRESS | IP address to use to access the VM management software |
STATUS | VM management software status |
Displays the detailed information for VM management software.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | Name of the target VM management software |
TYPE | Types of VM management software |
IPADDRESS | IP address to use to access the VM management software |
STATUS | VM management software status |
MANAGERSOFTWAREURL | URL to use to access the VM management software |
When using the Disaster Recovery feature, the regular update of VM management software is forcibly implemented in order to recover a virtual L-Server.
Options
In name, specify the name of the target VM management software to perform operations with.
Examples
To display a list of VM management software information:
>rcxadm vmmgr list <RETURN>
NAME TYPE IPADDRESS STATUS
---- ---- --------- ------
SCVMM1 SCVMM 192.168.10.20 normal
vCenterServer1 vCenter Server 192.168.100.20 normal |
To display the detailed information for VM management software:
>rcxadm vmmgr show -name SCVMM1 <RETURN>
Name: SCVMM1
Type: SCVMM
IpAddress: 192.168.10.20
Status: normal
ManagementSoftwareURL: https://192.168.10.20/sdk
LibraryShare[0]: \\rcxvmmshv-dc.rcxvmmshv.local\MSSCVMMLibrary
LibraryShare[1]: \\rcxclusterfs.rcxvmmshv.local\SCVMM-LIB >rcxadm vmmgr show -name vCenterServer1 <RETURN>
Name: vCenterServer1
Type: vCenter Server
IpAddress: 192.168.100.20
Status: normal
ManagementSoftwareURL: https://192.168.100.20/sdk |
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.