The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
Lock and unlock an administrator account
-
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...
This may take a few minutes. Thanks for your patience.
Your file is ready
You can use the security login lock
command to lock an administrator account, and the security login unlock
command to unlock the account.
Before you begin
You must be a cluster administrator to perform these tasks.
Steps
-
Lock an administrator account:
security login lock -vserver SVM_name -username user_name
The following command locks the administrator account
admin1
for the SVMvs1.example.com
:cluster1::>security login lock -vserver engData -username admin1
-
Unlock an administrator account:
security login unlock -vserver SVM_name -username user_name
The following command unlocks the administrator account
admin1
for the SVMvs1.example.com
:cluster1::>security login unlock -vserver engData -username admin1
Learn more about security login lock
and security login unlock
in the ONTAP command reference.