activedirectory show_joined_domain_dcs

Prev Next

This command shows automatically discovered Active Directory domain controllers of the cluster's joined Active Directory domain.

The display lists all DCs from all domains in the discovered forest of the cluster's joined domain. For each DC, it shows its URI, status (such as HEALTHY or FAILED), and whether it is on the same Active Directory site as the cluster.

Note

When Active Directory domain auto-discovery is disabled or Active Directory information is not available, no DCs are displayed.

Usage

activedirectory show_joined_domain_dcs --id ID

Required Parameters

--id ID

Specifies which Active Directory configuration to show.

Example

vcli: admin> activedirectory show_joined_domain_dcs --id 7
+---------------------------------+---------+---------+
| URI                             | STATE   | ON SITE |
+---------------------------------+---------+---------+
| ldap://abc.company-ad.com       | HEALTHY | True    |
| ldap://def.company-ad.com       | UNKNOWN | False   |
+---------------------------------+---------+---------+