This command creates an Active Directory (AD) configuration record. After running this command, run activedirectory list to obtain the ID of the configuration record, and then run activedirectory modify to make the cluster join the Active Directory domain using the AD configuration record ID you obtained.
Important
Ensure that your installation meets the prerequisites and requirements listed in Active Directory Overview.
Usage
activedirectory create --ldap-id LDAP_ID --machine-account-name MACHINE_NAME [--organizational-unit OU] [--preferred-dc-list DCs]
Required Parameters
|
ID of the LDAP configuration to set up LDAP connectivity to Active Directory. 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.