Name
[Windows]
Installation_folder\Manager\bin\rcxadm vmmgr - VM management software operations
[Linux]
/opt/FJSVrcvmr/bin/rcxadm vmmgr - VM management software operations
Format
rcxadm vmmgr list rcxadm vmmgr show -name name
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.
Displays the detailed information for VM management software.
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.