は、vserver active-directory createコマンドで作成されたコンピュータアカウントの名前を変更することができます
環境
- ONTAP 9
- ドメイントンネル
回答
vserver active-directory create
コマンドを使用して作成したコンピュータアカウントの名前は変更できません- 名前の変更が必要な場合は、コンピュータアカウントを削除して再作成する必要があります
注: CIFSユーザは、ドメイントンネル認証用に作成されたActive Directoryコンピュータアカウントであり、CIFS共有アクセス用には作成されていないため、影響はありません
追加情報
1)SVMで作成したActive Directoryアカウントを削除します
::> vserver active-directory show -instance
Vserver: svm1
Active Directory NetBIOS Name: AD_TEST
NetBIOS Domain/Workgroup Name: NASLAB
Fully Qualified Domain Name: NASLAB.LOCAL
Organizational Unit: CN=Computers
Authentication Style: domain
::> vserver active-directory delete -vserver svm1
In order to delete an Active Directory machine account, you must supply the name and password of a Windows account with sufficient privileges to remove computers from the "NASLAB.LOCAL" domain.
Enter the user name: administrator
Enter the password:
2)SVMで作成したActive Directoryアカウントを適切な名前で再作成します
::> vserver active-directory create -account-name ad_test1 -domain naslab.local
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 "NASLAB.LOCAL" domain.
Enter the user name: administrator
Enter the password:
::> vserver active-directory show -instance
Vserver: svm1
Active Directory NetBIOS Name: AD_TEST1
NetBIOS Domain/Workgroup Name: NASLAB
Fully Qualified Domain Name: NASLAB.LOCAL
Organizational Unit: CN=Computers
Authentication Style: domain