ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver active-directory modify

    Modify the domain of an Active Directory account. If re-joining the current domain or joining a new one, this command may take several minutes to complete.

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver active-directory modify command modifies the domain of an Active Directory account. You can also re-join the current domain or join a new one. When joining a domain, this command may take several minutes to complete.

    Parameters

    -vserver <vserver> - Vserver

    This parameter specifies the Vserver for the Active Directory account whose associated domain you want to modify.

    [-domain <TextNoCase>] - Fully Qualified Domain Name

    This parameter specifies the fully qualified name of the Active Directory domain to associate with the Active Directory account.

    Examples

    The following example modifies the Active Directory domain associated with Vserver vs1 .

    cluster1::> vserver active-directory modify -vserver vs1 -domain example.com
    
    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 "example.com" domain.
    
    Enter the user name: administrator
    
    Enter the password:
    Top of Page