Register Microsoft SCVMM Server With EFA

About this task

Register the Microsoft SCVMM server with EFA. Do the following:

Procedure

  1. Use the efa scvmm register command to register the Microsoft SCVMM server with this EFA instance.

    Before you register the Microsoft SCVMM server, verify that the Microsoft SCVMM entry is created. Use the efa tenant show command to do so.

  2. After you have registered your Microsoft SCVMM, verify that the Microsoft SCVMM server was registered successfully and know the status of discovery of Hyper-V hosts managed by it.

Example

This example shows the use of the efa tenant show command to view a list of registered tenants for this instance of the EFA 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 EFA 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 ---