Please enter search query.
Search <book_title>...
Veritas Access 7.3 Administrator's Guide
Last Published:
2019-04-04
Product(s):
Access (7.3)
Platform: Linux
- Section I. Introducing Veritas Access
- Section II. Configuring Veritas Access
- Adding users or roles
- Configuring the network
- Configuring authentication services
- Section III. Managing Veritas Access storage
- Configuring storage
- About Flexible Storage Sharing
- Configuring data integrity with I/O fencing
- Configuring ISCSI
- Configuring storage
- Section IV. Managing Veritas Access file access services
- Configuring your NFS server
- Setting up Kerberos authentication for NFS clients
- Using Veritas Access as a CIFS server
- About Active Directory (AD)
- 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 Veritas Access to work with Oracle Direct NFS
- Configuring an FTP server
- Configuring your NFS server
- Section V. Managing the Veritas Access Object Store server
- Section VI. Monitoring and troubleshooting
- Section VII. Provisioning and managing Veritas Access file systems
- Creating and maintaining file systems
- Considerations for creating a file system
- Modifying a file system
- Managing a file system
- Creating and maintaining file systems
- Section VIII. Configuring cloud storage
- Configuring the cloud gateway
- Configuring cloud as a tier
- About policies for scale-out file systems
- Section IX. Provisioning and managing Veritas Access shares
- Creating shares for applications
- Creating and maintaining NFS shares
- Creating and maintaining CIFS shares
- Using Veritas Access with OpenStack
- Section X. Managing Veritas Access storage services
- Deduplicating data
- Compressing files
- About compressing files
- Compression tasks
- Configuring SmartTier
- Configuring SmartIO
- Configuring replication
- Replication job failover and failback
- Using snapshots
- Using instant rollbacks
- Configuring Veritas Access with the NetBackup client
- Section XI. Reference
Creating a local CIFS user
To create the new local CIFS user
- To create a local CIFS user, enter the following:
CIFS> local user add username [grouplist]
where username is the name of the user. The grouplist is a comma-separated list of group names.
To set the local user password
- To set the local password, enter the following:
CIFS> local password username
where username is the name of the user whose password you are changing.
To display the local CIFS user(s)
- To display local CIFS users, enter the following:
CIFS> local user show [username]
where username is the name of the user.
- To display one local user, enter the following:
CIFS> local user show usr1
To delete the local CIFS user
- To delete a local CIFS user, enter the following:
CIFS> local user delete username
where username is the name of the local user you want to delete.
To change a user's group membership
- To change a user's group membership, enter the following:
CIFS> local user members username grouplist
where username is the local user name being added to the grouplist. Group names in the grouplist must be separated by commas.