Veritas Access Appliance Administrator's Guide
- Section I. Introducing Access Appliance
- Section II. Configuring Access Appliance
- Managing users
- Configuring the network
- Configuring authentication services
- Section III. Managing Access Appliance storage
- Configuring storage
- Managing disks
- Configuring ISCSI
- Access Appliance as an iSCSI target
- Configuring storage
- Section IV. Managing Access Appliance file access services
- Configuring the NFS server
- Setting up Kerberos authentication for NFS clients
- Using Access Appliance as a CIFS server
- About configuring CIFS for Active Directory (AD) domain mode
- About setting trusted domains
- About managing home directories
- About CIFS clustering modes
- About migrating CIFS shares and home directories
- About managing local users and groups
- Configuring an FTP server
- Using Access Appliance as an Object Store server
- Configuring the NFS server
- Section V. Managing Access Appliance security
- Section VI. Monitoring and troubleshooting
- Configuring event notifications and audit logs
- About alert management
- Appliance log files
- Configuring event notifications and audit logs
- Section VII. Provisioning and managing Access Appliance file systems
- Creating and maintaining file systems
- Considerations for creating a file system
- About managing application I/O workloads using maximum IOPS settings
- Modifying a file system
- Managing a file system
- Creating and maintaining file systems
- Section VIII. Provisioning and managing Access Appliance shares
- Creating shares for applications
- Creating and maintaining NFS shares
- About the NFS shares
- Creating and maintaining CIFS shares
- About the CIFS shares
- About managing CIFS shares for Enterprise Vault
- Using Access Appliance with OpenStack
- Integrating Access Appliance with Data Insight
- Section IX. Managing Access Appliance storage services
- Compressing files
- About compressing files
- Compression tasks
- Configuring episodic replication
- Episodic replication job failover and failback
- Configuring continuous replication
- How Access Appliance continuous replication works
- Continuous replication failover and failback
- Using snapshots
- Using instant rollbacks
- Compressing files
- Section X. Reference
Performing user management using CLISH
The following administrator role is included with Access Appliance:
Master
You can add additional users with these roles. To add the different administrator roles, you must have master privilege.
Note:
When adding a new user, you must assign a password.
To add a user with specific privileges
- Enter the following to add a user with specific privileges:
Admin> user add username role
where role is the role that you want to assign to the user.
Note:
The AD username cannot contain space.
To delete a user
- Enter the following to delete a specified user from the current system.
Admin> user delete username
To change a user's password
- Enter the following command to change the password for the current user:
Admin> passwd
You are prompted to enter the old password first. If the password matches, then you are prompted to enter the new password for the current user.
- Enter the following command to change the password for a user other than the current user:
Admin> passwd [username]
You are prompted to enter the old password first. If the password matches, then you are prompted to enter the new password for the user.
Note:
A user that does not have master role (Appliance Administrator role) cannot change the password via command-line interface (by connecting to a node using SSH and accessing the command-line interface). The user must log in to the Access Appliance GUI and change the password.
- To change the default password of the sysadmin user (IPMI user account), enter the following command:
Admin> ipmi passwd username old_password new_password
where username is sysadmin
To display a list of current users
- Enter the following to display the current user:
Admin> show [username]
- Enter the following to display a list of all the current users:
Admin> show
Enter the following to display the details of the administrator with the user name master:
Admin> show master
To add master role to a local or domain user
- Enter the following to add a user role to Access Appliance:
Admin> user modify role add username role domain
where domain can be local, ad or ldap.
Domain is an optional argument with the default value as local.
For local user, only the username is required.
You can assign only a master role to LDAP and AD users.
For AD, enter
domain\\username
.For LDAP, enter
username
.
To delete a master role from a local or domain user
- Enter the following to delete the master role from a user account:
Admin> user modify role delete username role domain
To add a role to a domain group
- Enter the following to add a role to a specific domain group:
Admin> group modify role add groupname role domain
where domain can be ad or ldap.
Note:
The AD group name cannot contain a space.
For AD, enter
domain\\groupname
.For LDAP, enter
groupname
.
To remove a role from a domain group
- Enter the following to delete the specified role from a specific domain group:
Admin> group modify role delete groupname role domain
where domain can be ad or ldap.
Note:
If the domain user is AD or LDAP, then you must configure NSS for that user using the Network nsswitch conf command. For an LDAP user, the NSS lookup should be set to ldap and for an AD user, the NSS lookup should be set to winbind. For more information, See Configuring NSS lookup order.