Veritas Velocity™ User's Guide
- Getting to know Velocity
- Setting up Velocity
- How to set up the Velocity Storage Server
- How to set up the Velocity Client
- Setting up the Velocity on-premises management server
- Upgrading Velocity
- Velocity Storage Server
- Users and roles
- Oracle database ingestion using Velocity
- How to use copy preparation to mask or sanitize sensitive data
- Oracle database ingestion using NetBackup CoPilot
- Microsoft SQL Server database ingestion using Velocity
- Database sources and copies
- About scheduling ingestions for a database source
- Retention periods for database sources and copies
- Sandboxes
- Database recovery
- Alerts and logs
- Managing the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- About WAN optimization on the Velocity physical appliance
- About the Veritas Remote Management Console on the Velocity physical appliance
- About Velocity physical appliance storage
- About users on the Velocity physical appliance
- About Velocity physical appliance checkpoints
- About factory reset on the Velocity physical appliance
- Configuring network address settings on the Velocity physical appliance
- Monitoring the Velocity physical appliance
- Velocity physical appliance security
- About Velocity physical appliance user account privileges
- About the Velocity physical appliance intrusion detection system
- About Velocity physical appliance operating system security
- Recommended IPMI settings on the Velocity physical appliance
- Best practices
- Troubleshooting
- Glossary
- Context-sensitive topics
- Section I. Velocity shell menu commands
- Introduction
- Appendix A. Main > Manage > Storage
- Appendix B. Main > Manage > Cloud
- Appendix C. Main > Manage > Software
- Appendix D. Main > Monitor
- Appendix E. Main > Network
- Appendix F. Main > Settings
- Appendix G. Main > Support
Name
Main > Settings > Security > Authentication > LocalUser — Create and manage local users on the appliance.
SYNOPSIS
List
Password [UserName]
Users
DESCRIPTION
You can use the LocalUser command to perform the following tasks:
List all local users.
Change a local user's password.
Add or remove local users.
OPTIONS
The following commands and options are available under Authentication > LocalUser:
- List
List all of the local users that have been added to the appliance.
- Password [UserName]
Change the password of a local user.
Note:
Only the system Admin user can change other users' passwords.
- Users
Add or remove one local user at a time.
Use the Users Add <users> command to add a local user.
Use the Users Remove <users> command to delete a local user.
Note:
Only the system Admin user can add and delete other users.
EXAMPLES
Example 1 - Use the Users Add command to add a new local user:
abc123.LocalUser> Users Add user1 - [Info] New user passwords must comply with the following policy: - Passwords must contain at least eight characters. - Passwords must contain at least one lower case letter(a-z) and one number(0-9). - Dictionary words are considered weak passwords and are not accepted. - New passwords cannot be similar to previous passwords. >> Enter a new password for user user1: >> Confirm the new password for user user1: - [Info] User 'user1' was added successfully.
Example 2 - As the system Admin user, use the Users Remove command to delete an existing local user:
abc123.LocalUser> Users Remove user2 Are you sure that you want to remove user 'user2'? [yes, no] (no)yes - [Info] User 'user2' was removed successfully.
Example 3 - Use the Password command to change the password of the current user. Or as the system Admin user, change the password of another existing user:
abc123.LocalUser> Password user1 - [Info] New user passwords must comply with the following policy: - Passwords must contain at least eight characters. - Passwords must contain at least one lower case letter(a-z) and one number(0-9). - Dictionary words are considered weak passwords and are not accepted. - New passwords cannot be similar to previous passwords. >> Enter a new password for user user1: >> Confirm the new password for user user1: - [Info] User 'user1' password changed successfully.