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
Starting Veritas Access continuous replication
This section lists the specific commands that are needed to run Veritas Access continuous replication on your clusters.
Ensure the following before starting replication:
Before you set up your clusters for continuous replication, you must first identify which is the source cluster and which is the destination cluster. All of the commands are performed on the source cluster first.
Make sure both the source cluster and the destination cluster have the same version of Veritas Access.
To use Veritas Access continuous replication, you have to first create an online file system on the Veritas Access source cluster.
Assign a virtual IP (VIP) address to both the source and the destination clusters. The Veritas Access continuous replication service requires VIP addresses not already in use for the two clusters to communicate.
To start Veritas Access continuous replication on the source cluster
- To bind a virtual IP address for the continuous replication service on the source cluster, enter the following:
Replication> continuous config bind ip_addr [device] [netmask]
ip_addr
Virtual IP address for the continuous replication service on the source cluster. It should not be part of the network IP pool.
device
The public network interface name that you want the replication IP address to use.
netmask
Netmask for the replication IP address.
- To start the continuous replication service, enter the following on the source node:
Replication> continuous service start [nodename]
nodename
The name of the node in the local cluster where you want to start the replication service.
- To check the status of the continuous replication service, enter the following:
Replication> continuous service status
- To confirm the IP address is up and running, enter the following:
Replication> continuous config show ip
Note:
Alternately, you can use the Network> ip addr show command to confirm that the IP address is up and running.
To start Veritas Access continuous replication on the destination cluster
- To bind a virtual IP address for the replication service on the destination cluster, enter the following:
Replication> continuous config bind ip_addr [device] [netmask]
ip_addr
Virtual IP address for the continuous replication service on the destination cluster. It should not be part of the network IP pool.
device
The public network interface name that you want the replication IP address to use.
netmask
Netmask for the replication IP address.
- To start the continuous replication service, enter the following on the destination node:
Replication> continuous service start [nodename]
nodename
The name of the node in the local cluster where you want to start the replication service.
- To check the status of the continuous replication service, enter the following:
Replication> continuous service status
- To confirm that the IP address is up and running, enter the following:
Replication> continuous config show ip
You next need to set up communication between the source and the destination clusters.