Name
[Windows Manager]
Installation_folder\SVROR\Manager\bin\rcxadm vdimgr - VDI management software operations
[Linux Manager]
/opt/FJSVrcvmr/bin/rcxadm vdimgr - VDI management software operations
Format
rcxadm vdimgr list
rcxadm vdimgr show -name name
Description
rcxadm vdimgr is the command used to manage VDI management software. The information of VDI management software is displayed.
Subcommands
Displays a list of VDI management software information.
The following detailed information is displayed:
Item Name | Description |
---|---|
NAME | The name of the target VDI management software |
TYPE | The type of VDI management software |
IPADDRESS | The IP address to use to access the VDI management software |
STATUS | The VDI management software status [Horizon View] |
Displays the detailed information for VDI management software.
The following detailed information is displayed:
The displayed items may differ based on the type of the VDI management software due to the enhancement of Resource Orchestrator.
Item Name | Description |
---|---|
Name | The name of the target VDI management software |
Type | The type of VDI management software |
IpAddress | The IP address to use to access the VDI management software |
Status | The VDI management software status [Horizon View] |
VmMgr | The name of the VM management software linked to the VDI management software When there are multiple VM management software linked to the VDI management software, they are displayed separated by commas. This item is not displayed when there is no VM management software linked to the VDI management server. |
ConnectInfo[num] | Connection information of VDI management software The index number is configured in num. The number is "1 to 3". The connection information of the VDI management server specified when a VDI user uses a virtual desktop is displayed. When deploying an L-Platform, the user is notified of the first connection information by e-mail. |
Options
In name, specify the name of the VDI management software to perform operations with.
Examples
To display a list of VDI management software information:
>rcxadm vdimgr list <RETURN>
NAME TYPE IPADDRESS STATUS
---- ---- --------- ------
View1 Horizon View 192.168.10.20 normal |
To display the detailed information for VDI management software:
>rcxadm vdimgr show -name View1 <RETURN>
Name: View1
Type: Horizon View
IpAddress: 192.168.10.20
Status: normal
VmMgr: vCenter1, vCenter2
ConnectInfo[1]: 192.168.123.20
ConnectInfo[2]: http://192.168.123.20/vmwareview/
ConnectInfo[3]: 192.168.124.21 |
Exit Status
This command returns the following values:
The command executed successfully.
An error has occurred.