Change an administrator password in ONTAP
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You should change your initial password immediately after logging into the system for the first time. If you are an SVM administrator, you can use the security login password
command to change your own password. If you are a cluster administrator, you can use the security login password
command to change any administrator's password.
The new password must observe the following rules:
-
It cannot contain the user name
-
It must be at least eight characters long
-
It must contain at least one letter and one number
-
It cannot be the same as the last six passwords
|
You can use the security login role config modify command to modify the password rules for accounts associated with a given role. Learn more about security login role config modify in the ONTAP command reference.
|
-
You must be a cluster or SVM administrator to change your own password.
-
You must be a cluster administrator to change another administrator's password.
-
Change an administrator password:
security login password -vserver svm_name -username user_name
The following command changes the password of the administrator
admin1
for the SVMvs1.example.com
. You are prompted to enter the current password, then enter and reenter the new password.vs1.example.com::>security login password -vserver engData -username admin1 Please enter your current password: Please enter a new password: Please enter it again:
Learn more about security login password
in the ONTAP command reference.