Manage Passwords and Monitor Logins
Use the following utility CLI commands to manage users' passwords and to monitor login attempts on the DXi system.
Change the password of the following special system users:
- GUI Administrator (admin user)
- GUI Monitor (monitor user)
- CLI Administrator (cliadmin user)
- CLI Viewer (cliviewer user)
- GUI Service (service user)
- SSH/CLI Service (ServiceLogin user)
Command
syscli ‑‑change password ‑‑name admin|cliadmin|monitor|cliviewer|service|servicelogin ‑‑newpassword <new_password>
Review the following attribute descriptions.
|
|
Changes the password for the specified special user. |
|
|
Enter the special user for whom the password is being changed. |
|
|
Enter the new password of the special user. You can choose not to supply the new password on the command line. In this case the CLI prompts you for the new password and does not display user input for security purposes. Passwords can be up to 32 characters. Alphanumeric characters and special characters are allowed. Note: The ServiceLogin password is limited to 20 characters. |
WRITER COMMENT: It appears that‑‑reset password is deleted in DXi 3.2.
Reset the password to the factory default for the following special users:
- CLI Administrator (cliadmin user)
- CLI Monitor (cliviewer user)
- GUI Administrator (guiadmin user)
- GUI Monitor (guimonitor user)
Command
syscli ‑‑reset password ‑‑name cliadmin|cliviewer|guiadmin|guimonitor [‑‑sure]
Review the following attribute descriptions.
|
|
Resets the password for the specified special user. |
|
|
Enter the special user for whom the password is being reset. |
|
|
If specified, the CLI executes the command without prompting for confirmation. |
Retrieve the number of failed login attempts for a specified user.
Command
syscli ‑‑getcount failedlogin ‑‑user <user_name> [‑‑terse]
Review the following attribute descriptions.
|
|
Retrieves the number of failed login attempts for the specified user name. |
|
|
Enter the user name for which to retrieve failed login attempts. |
|
|
If specified, the output only displays the number of failed login attempts for the user. |
Deletes all the failed login counts.
Command
syscli --deleteall failedlogin [--sure]
Review the following attribute descriptions.
|
|
Deletes all oft the failed login counts. |
|
|
If specified, the CLI executes the command without prompting for confirmation. |
Deletes the failure count of a specified user.
Command
syscli --del failedlogin [--user <user_name>] [--sure]
Review the following attribute descriptions.
|
|
Deletes all of the failed login counts. |
|
|
Enter the user name for which to delete the failed login attempts. |
|
|
If specified, the CLI executes the command without prompting for confirmation. |
