Register the Microsoft SCVMM server with XCO. Do the following:
This example shows the use of the efa tenant show
command
to view a list of registered tenants for this instance of the XCO Hyper-V service.
$ efa tenant show +--------------------+-------------+-------------+------------+-----------+-----------+-------+ | Name | L2VNI-Range | L3VNI-Range | VLAN-Range | VRF-Count | Enable-BD | Ports | +--------------------+-------------+-------------+------------+-----------+-----------+-------+ | scvmm-10.24.85.111 | | | 2-4096 | 0 | False | | +--------------------+-------------+-------------+------------+-----------+-----------+-------+ Tenant Details --- Time Elapsed: 948.4093ms ---
Use this command to register a Microsoft SCVMM server with the IP address of 10.24.85.111 as a tenant with this instance of XCO Hyper-V service.
$ efa scvmm register --host 10.24.85.111 --username administrator@mshyperv.local --password 'aBc123#' --tenant scvmm-10.24.85.111 +----+---------------+------------+----------------------------+------------+----------+ | ID | Host Name | Version | Discovery Status | Host Count | VM Count | +----+---------------+------------+----------------------------+------------+----------+ | 1 | 10.24.85.111 | 4.0.1662.0 | Pending Complete Discovery | | | +----+---------------+------------+----------------------------+------------+----------+ SCVMM Server Details --- Time Elapsed: 10.0346556s ---
Use this command to verify the status of discovery of your newly added Microsoft SCVMM server.
$ efa scvmm list +----+---------------+------------+----------------------------+------------+----------+ | ID | Host Name | Version | Discovery Status | Host Count | VM Count | +----+---------------+------------+----------------------------+------------+----------+ | 1 | 10.24.85.111 | 4.0.1662.0 | Pending Complete Discovery | | | +----+---------------+------------+----------------------------+------------+----------+ SCVMM Server Details --- Time Elapsed: 10.0346556s ---
This example shows the same Microsoft SCVMM server after the discovery process is complete.
$ efa scvmm list +----+---------------+------------+---------------------+------------+----------+ | ID | Host Name | Version | Discovery Status | Host Count | VM Count | +----+---------------+------------+---------------------+------------+----------+ | 1 | 10.24.85.111 | 4.0.1662.0 | Completed Discovery | 4 | 13 | +----+---------------+------------+---------------------+------------+----------+ SCVMM Server Details --- Time Elapsed: 1.3625964s ---