Veritas Access Administrator's Guide
- 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
- Configuring data integrity with I/O fencing
- Configuring ISCSI
- Veritas Access as an iSCSI target
- Configuring storage
- Section IV. Managing Veritas Access file access services
- Configuring the 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 an FTP server
- Using Veritas Access as an Object Store server
- Configuring the NFS server
- Section V. Monitoring and troubleshooting
- Section VI. 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 VII. Configuring cloud storage
- Section VIII. 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
- Integrating Veritas Access with Data Insight
- Section IX. Managing Veritas Access storage services
- Compressing files
- About compressing files
- Compression tasks
- Configuring SmartTier
- Configuring SmartIO
- Configuring episodic replication
- Episodic replication job failover and failback
- Configuring continuous replication
- How Veritas Access continuous replication works
- Continuous replication failover and failback
- Using snapshots
- Using instant rollbacks
- Compressing files
- Section X. Reference
Setting and displaying file system quotas
You can set usage quotas for users or for groups.
Before the file system quotas take effect, you must enable the quotas for the file system.
See Enabling, disabling, and displaying the status of file system quotas.
To set the quota value
- To set the quota value for a file system, enter the following:
Storage> quota fs set {userquota | groupquota} user_or_group_names domain_name [hardlimit | softlimit] [numinodes | numspace] [value] [fs_name]
Domain name is the first section of the domain, for example:
veritas.example.com
The domain name is veritas in the example above.
If a value is not provided, the default value is used.
To set all quota values
- To set all of the quota values, enter the following:
Storage> quota fs setall {userquota | groupquota} [hardlimit | softlimit] [numinodes | numspace] [value] [fs_name]
For example, to set all existing user quotas to default values for the file system fs1:
Storage> quota fs show fs1
Storage> quota fs setall userquota
To display the file system settings
- To display the file system settings, enter the following:
Storage> quota fs show [fs_name] [userquota | groupquota] [user_or_group_names]
For example, to display quota values for the file systemx:
Storage> quota fs show
Note:
If the LDAP client is disabled, then the quota information may not be displayed using the Storage> quota show command.
fs_name | File system name you want to set the quota for. |
userquota | User quota can be set with hard or soft limits on usage. Usage is dictated by the number of blocks and number of inodes that are created by the user. |
groupquota | Group quota can be set with hard or soft limits on usage. Usage is dictated by the number of blocks and number of inodes that are created by all the users in the group. |
user_or_group_names | Name of the user or the name of the group for which a quota value is set. You can specify a comma-separated list of user or group names. To delete quota values for a user, you have to set all the user quota entries to 0. A user with a UID of 0 is not allowed in a Storage> quota fs set command. |
To set the default quota values
- To set the default quota values, enter the following:
Storage> quota fs setdefault {userquota | groupquota} {hardlimit | softlimit} {numinodes | numspace} [value] [fs_name]
To display the default values
- To display the default values, enter the following:
Storage> quota fs showdefault [fs_name] [userquota | groupquota]
For example, to display the default quota values:
Storage> quota fs showdefault