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 up the file systems to replicate
You need to set up the file systems you want to replicate using the Replication> episodic repunit commands. The Replication> episodic repunit commands let you define the type of data that you replicate from the source cluster to the destination cluster. All files and folders belonging to a episodic replication unit are replicated together from the source cluster to the destination cluster.
Note:
The maximum number of episodic replication units supported in Veritas Access episodic replication is 128.
Make sure that you already set up communication between your source and the destination clusters.
See Setting up communication between the source and the destination clusters.
An episodic replication unit is defined as an ordered set of entries, where each entry is one of the following:
A single file system
A single subdirectory
A single file
Note:
The episodic replication source has to be one of the entry types shown. It cannot be a snapshot or a Storage Checkpoint (ckpt).
Veritas Access episodic replication requires that the source and the destination episodic replication units of a job definition have the same type of ordered entries, that is, every entry pair (one entry from the source and one entry from the destination episodic replication unit) must be of a similar type.
Both can be files, or both can be directories, as shown in the following example:
Replication unit Name Replication unit Entries ===================== ======================== ru1 fs1,fs2/dir1,fs2/f1 ru2 fs4,fs6/dir2,fs5/f2
The entry is identified by the file system name, optionally followed by a slash '/', followed by the path of the directory or the file inside the file system. Member entries are ordered inside a episodic replication unit and such ordering information is used to determine the episodic replication entity pair mapping from the source episodic replication unit to the destination episodic replication unit.
Note:
Make sure that the paths in the destination episodic replication unit exist in the destination cluster.
Note:
The commands in this section apply only to the source episodic replication unit.
To create an episodic replication unit
- From the source cluster, to create an episodic replication unit, enter the following:
Replication> episodic repunit create repunit_name repunit_entry[,repunit_entry,...]
repunit_name
The name of the episodic replication unit you want to create.
repunit_entry
The file system file, file, folder, or directory.
Note:
Destination episodic replication units should be created only at the source cluster using the Replication> episodic repunit create command.
- To confirm the creation of the episodic replication unit, enter the following:
Replication> episodic repunit show verbose
You can use the Replication> episodic repunit add_entry, Replication> episodic repunit modify_entry, Replication> episodic repunit remove_entry, and Replication> episodic repunit destroy commands to manage your episodic replication units.
Note:
The Replication> episodic repunit destroy operation is not allowed for the episodic replication units that are included in any job definitions.