This command shows automatically discovered Active Directory domain controllers of the cluster's joined AD domain.
The display lists each of the discovered DCs in the cluster's joined domain with indication of its URI, status (such as HEALTHY or FAILED), and whether it is on the same AD site as the cluster.
Note
When AD domain auto-discovery is disabled or AD information is not available, no DCs are displayed.
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 | +---------------------------------+---------+---------+
Comments
0 comments
Article is closed for comments.