Hi all, I I'm trying to setup an AD connection in order to domain authenticate cluster admins and I have 2x CDOT 8.2.2 clusters which time out when on the command 'vserver active-directory create'. CIFS is not licensed so I cannot use a CIFS vserver. The commands I'm using (below) work perfectly on other clusters running newer versions of OnTap (9.1 or 9.2). Since the same commands exist on 8.2.2 I'm assuming this is supposed to work, but not sure what the problem is.
After I run the command, AD logs confirm the connection without errors and in fact show the new account in the Computers OU. If I run the command a second time OnTap tells me that the account already exists and asks if I want to reuse it, but then upon answering YES the command still times again with the same error. Thus, I know the cluster is talking to the local domain controller and I don't know why it is failing. Any advice would be appreciated - thanks! See CLI output below:
san901-cluster::> domain-tunnel show
(security login domain-tunnel show)
Tunnel Vserver: ldap_svm
san901-cluster::> vserver active-directory create -vserver ldap_svm -domain xxx.xxxx -account-name san901-cluster
In order to create an Active Directory machine account, you must supply the name and password of a Windows account with sufficient privileges to add computers to the "CN=Computers" container within the
"xxxx" domain.
Enter the user name: xxxxx
Enter the password:
Warning: An account by this name already exists in Active Directory at CN=SAN901-CLUSTER,CN=Computers,DC=xxx,DC=xxxx
Ok to reuse this account? {y|n}: y
Error: command failed: Failed to create the Active Directory machine account "SAN901-CLUSTER". Reason: ad_machine_account_create: RPC: Timed out; ct = 0x826104800 rem_addr = 127.0.0.1:655.
san901-cluster::> vserver active-directory show
This table is currently empty.