This command make the cluster join or leave an Active Directory domain.
Usage
activedirectory modify --id ID --admin-username USERNAME [--admin-passwd PASSWORD] [--enabled] [--disabled]
Required Parameters
|
Specify an Active Directory admin user with permission to join the Active Directory domain. |
|
Identifies the Active Directory configuration. To obtain the ID of an AD configuration record, run activedirectory list. |
Options
|
Specify the password for the specified user. If not supplied, you are prompted for the password. NoteVAST Cluster does not store this password. |
|
Include this option to join the Active Directory domain. |
|
Include this option to leave the Active Directory domain. |
Example
This example shows the cluster joining to an Active Directory domain.
vcli: admin> activedirectory modify --id 1 --enabled --admin-username myuser Are you sure you want to modify the Active directory? [y/N] y Enter admin password: Password: Waiting ... [2020-03-31 10:18:39] waiting for active directory AD enabled state to change to True ...\ [2020-03-31 10:19:45] modify active directory completed successfully .../
Comments
0 comments
Article is closed for comments.