Lists the Microsoft SCVMM servers registered as tenants. If the --host parameter is supplied, lists the Microsoft Hyper-V hosts managed by the Microsoft SCVMM server with the specified IP address.
This example lists a Microsoft SCVMM Server that has just been added as a tenant with this EFA instance.
ubuntu@ubuntu:~$ efa scvmm list
+----+---------------+------------+-------------------+------------+----------+
| ID | Host Name | Version | Discovery Status | Host Count | VM Count |
+----+---------------+------------+-------------------+------------+----------+
| 1 | 10.24.85.111 | 4.0.1662.0 | Pending Discovery | 4 | 13 |
+----+---------------+------------+-------------------+------------+----------+
SCVMM Server Details
--- Time Elapsed: 99.048181ms ---
This example lists a Microsoft SCVMM Server with its status updated to this EFA instance.
ubuntu@ubuntu:~$ 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: 99.048181ms ---
This example lists the Microsoft Hyper-V hosts managed by the Microsoft SCVMM server with IP address 10.24.81.10.
$ efa scvmm list --host 10.24.81.10