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
- Configuring the cloud gateway
- Configuring cloud as a tier
- 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
- Deduplicating data
- 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
- Section X. Reference
Configuring deduplication
To enable deduplication on a file system
- To enable deduplication on a file system, enter the following:
Storage> dedup enable fs_name blksize
Note:
Deduplication must be enabled for a file system before setting file system configuration parameters and schedules.
This command also re-enables a deduplication schedule for a file system.
Enabling deduplication does not automatically deduplicate a file system. Deduplication has to be manually started by using the Storage> dedup start command or by setting up a schedule by using the Storage> dedup set schedule command.
fs_name
Specify the file system name for which you want to enable deduplication.
blksize
Specify the deduplication block size of the file system in bytes, where possible values of bytes are the following:
blksize=0 (Default)
blksize=1024
blksize=2048
blksize=4096
blksize=8192
blksize=16384
blksize=32768
blksize=65536
blksize=131072
Specify the deduplication block size in bytes, for example, 4096. The deduplication block size should be a power of 2. For example, 3 KB, is not a valid deduplication block size. The deduplication block size is a multiple of the file system's block size, and should be equal to or less than 128 KB.
0 is the default configuration for the deduplication block size.
If blksize=0 is specified while enabling deduplication, then if the file system block size is < 4096, then the deduplication block size is set to 4096. Otherwise, the deduplication block size is set to the same as the file system block size.
Note:
Once the deduplication block size is set when enabling file system deduplication, the deduplication block size cannot be changed. The only way to change the deduplication block size is to remove deduplication on the file system and then re-enable deduplication on the file system.
For example, to enable deduplication on the file system fs1, enter:
Storage> dedup enable fs1 blksize=4096
Note:
For deduplication-enabled file systems, you are prompted to destroy the file system during Storage> fs offline and Storage> fs destroy operations.
To disable deduplication on a file system
- To disable deduplication on a file system, enter the following:
Storage> dedup disable fs_name
where fs_name is the name of the deduplication-enabled file system that you want to disable.
Only the deduplication schedule is suspended for a deduplication-disabled file system. All other configuration parameters, for example, file system configuration, schedule, and the deduplication database remain intact.
Note:
Keeping a file system deduplication-disabled for a significant period of time may reduce the effectiveness of deduplication when it is re-enabled.
To list the deduplication-enabled file system or file systems
- To list the deduplication-enabled file system or file systems, enter the following:
Storage> dedup list fs_name
where fs_name is the name of the deduplication-enabled file system that you want to list.
For example, to list the deduplication-enabled file systems, fs1, and then fs2, enter:
Storage> dedup list fs1
Storage> dedup list fs2
Schedule hours are displayed as:
* - is displayed as "Every hour"
*/N - is displayed as "Every N hours"
0,6,12,18,23 are shown as "00:00, 06:00, 12:00, 18:00, 23:00"
Note:
0 is replaced by 00:00, 1 is replaced by 01:00, 23 is replaced by 23:00
Schedule day interval is displayed as:
* - is displayed as "Every day"
*/N - is displayed as "Every N days"
1 - is displayed as "Every Sunday"
2 - is displayed as "Every Monday"
3 - is displayed as "Every Tuesday"
4 - is displayed as "Every Wednesday"
5- is displayed as "Every Thursday"
6 - is displayed as "Every Friday"
7 - is displayed as "Every Saturday"
If you issue the command without fs_name, you get a list of all the deduplication-enabled file systems.
Storage> dedup list
The Default column header indicates the global value (applicable to all deduplication-enabled file systems). For example, if you have not set Priority, CPU, and Memory for file system fs1, the deduplication process uses the global value. Veritas Access deduplication uses the default values for global settings options. Local parameters override the value of global parameters.