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
Setting user quotas for users of specified groups
You can set the same quota for each user in a group with a single command. As with the other quota commands, you can specify hard or soft limits. for the number of inodes or the usage space.
To set user quotas for users of specified groups
- To set user quotas on users of specified groups, enter the following:
Storage> quota fs setbygroup group_names domain_name [hardlimit | softlimit] [numinodes | numspace] [value] [fs_name]
For example, to set the user quota for users of local groups:
Storage> quota fs setbygroup group1 local softlimit numspace 50M fs1 ACCESS quota SUCCESS V-288-0 default value of has been set with value 50M on filesystem fs1
Storage> quota fs show fs1 User Quota Details for filesystem fs1: User Name Space Used Soft Space Hard Space Inodes Used Soft Inodes Hard Inodes ========== ========== ========== ========== ========== ========== ========== cifsuser 0 50M 0 1 198 6549
Storage> cifs local group show cifsgrp1 GroupName UsersList --------- --------- cifsgrp1 cifsusr2,cifsusr1
Storage> cifs local group show cifsgrp2 GroupName UsersList --------- --------- cifsgrp2 cifsusr3
For example, to set the user quota for users of the winbind group:
Storage> quota fs setbygroup "domain users" javadom hardlimit numspace 50M fs2 OK Completed
Storage> quota fs show User Quota Details for filesystem fs2: User Space Soft Hard Inodes Soft Hard Name Used Space Space Used Inodes Inodes ======================= ===== ===== ===== ====== ====== ====== JAVADOM\administrator 0 0 50M 0 0 0 JAVADOM\krbtgt 0 0 50M 0 0 0 JAVADOM\support_388945a0 0 0 50M 0 0 0 JAVADOM\java 0 0 50M 0 0 0 JAVADOM\power 0 0 50M 0 0 0 JAVADOM\james 0 0 50M 0 0 0 JAVADOM\12345 0 0 50M 0 0 0 JAVADOM\space 0 0 50M 0 0 0 OK Completed