Veritas Access 7.3 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
- 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
Starting Veritas Access replication
This section lists the specific commands that are needed to run Veritas Access Replication on your clusters.
Ensure the following before starting replication:
Before you set up your clusters for 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 Replication, you must first create an online file system on the Veritas Access source cluster and an online file system on the Veritas Access destination cluster.
Assign a virtual IP (VIP) address to both the source and the destination clusters. The Veritas Access Replication service requires VIP addresses not already in use for the two clusters to communicate.
To start Veritas Access Replication on the source cluster
- To bind a virtual IP address for the replication service on the source cluster, enter the following:
Replication> config bind ip_addr [device] [netmask]
ip_addr
Virtual IP address for the replication service on the destination cluster.
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 replication service, enter the following on the source node:
Replication> 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 replication service, enter the following:
Replication> service status
- To confirm the IP address is up and running, enter the following:
Replication> config show ip
The definitions of the headings are as follows:
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 Replication on the destination cluster
- To bind a virtual IP address for the replication service on the destination cluster, enter the following:
Replication> config bind ip_addr [device] [netmask]
ip_addr
Virtual IP address for the replication service on the source cluster.
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 replication service, enter the following on the destination node:
Replication> 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 replication service, enter the following:
Replication> service status
- To confirm that the IP address is up and running, enter the following:
Replication> config show ip
You next need to set up communication between the source and the destination clusters.