This command creates an Active Directory configuration record. After running this command, run activedirectory list to obtain the ID of the configuration record, and then run activedirectory modify to join the cluster to the Active Directory server using the ID you obtained.
Important
Views exposed as SMB shares will work only if the cluster is joined to Active Directory with LDAP configuration of the same Active Directory server. This includes views that are exposed only to SMB and multiprotocol views that are exposed to both SMB and NFS.
Note
Prerequisites:
Active Directory Windows 2008R2 or newer.
Active Directory server to join, with the DNS server of the VAST Cluster able to resolve the _ldap and _kerberos SRV records of the Active Directory (AD) domain.
User credentials for an admin user with permission to create and modify machine accounts within the Organizational Unit (OU) in the Active Directory domain to which you want to add the new machine object for the cluster.
Usage
activedirectory create --ldap-id LDAP_ID --machine-account-name MACHINE_NAME [--organizational-unit OU]
Required Parameters
|
ID of the LDAP configuration for binding to the LDAP domain of the AD server. For example: 3 |
|
Specifies a name for the machine object that will be created for the cluster within Active Directory, inside the Organizational Unit (see |
Options
Example
vcli: admin> activedirectory create --ldap-id 2 --machine-account-name cluster1 --organizational-unit OU=Computers,DC=company,DC=com
Comments
0 comments
Article is closed for comments.