Enable password account access
-
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 can use the security login create
command to enable administrator accounts to access an admin or data SVM with a password. You are prompted for the password after you enter the command. Learn more about security login create
in the ONTAP command reference.
If you are unsure of the access control role that you want to assign to the login account, you can use the security login modify
command to add the role later.
You must be a cluster administrator to perform this task.
-
Enable local administrator accounts to access an SVM using a password:
security login create -vserver SVM_name -user-or-group-name user_or_group_name -application application -authmethod authentication_method -role role -comment comment
The following command enables the cluster administrator account
admin1
with the predefinedbackup
role to access the admin SVMengCluster
using a password. You are prompted for the password after you enter the command.cluster1::>security login create -vserver engCluster -user-or-group-name admin1 -application ssh -authmethod password -role backup