Veritas Access Appliance Administrator's Guide
- Section I. Introducing Access Appliance
- Section II. Configuring Access Appliance
- Managing users
- Configuring the network
- Configuring authentication services
- Configuring user authentication using digital certificates or smart cards
- Section III. Managing Access Appliance storage
- Configuring storage
- Managing disks
- 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
- 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
- Integrating Access Appliance with Data Insight
- Section IX. Managing Access Appliance storage services
- 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
- Configuring episodic replication
- 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