Cluster Server 7.3.1 Bundled Agents Reference Guide - Linux
- Introducing Bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- LVMLogicalVolume agent
- LVMVolumeGroup agent
- Sample configurations for LVMVolumeGroup agent
- Mount agent
- Sample configurations for Mount agent
- VMwareDisks agent
- SFCache agent
- AWS EBSVol agent
- AzureDisk agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- Notes for the NIC agent
- Sample configurations for NIC agent
- IPMultiNIC agent
- MultiNICA agent
- IP Conservation Mode (ICM) for MultiNICA agent
- Performance Mode (PM) for MultiNICA agent
- Sample configurations for MultiNICA agent
- DNS agent
- Agent notes for DNS agent
- About using the VCS DNS agent on UNIX with a secure Windows DNS server
- Sample configurations for DNS agent
- AWSIP agent
- AWSRoute53 agent
- AzureIP agent
- AzureDNSZone agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- SambaServer agent
- SambaShare agent
- NetBios agent
- Service and application agents
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- CoordPoint agent
- KVMGuest agent
- Notes for KVMGuest agent
- Sample configurations for KVMGuest environment
- Sample configurations for RHEV environment
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- AzureAuth agent
- Infrastructure and support agents
- Testing agents
- Replication agents
- RVG agent
- RVGPrimary agent
- RVGSnapshot
- RVGShared agent
- RVGLogowner agent
- RVGSharedPri agent
- VFRJob agent
- Dependencies for VFRJob agent
- Notes for the VFRJob agent
Changing file replication direction
If a target file system is written to during a disaster, and then becomes the primary site, the replication direction can be changed so that the old source file system can be made the new target file system.
If both the source and target systems for VFRJob are under VCS control, perform the following steps to change the file replication direction for VFR.
Note:
The vfr_job resource represents the VFRJob running on current source system while vfr_job2 resource represents the VFRJob resource that is disabled (Enabled 0) on the target system.
On the source system perform the following steps
- Offline the VFRJob resource on source system
# hares -offline vfr_job -sys source_system,
where vfr_job is the VFRJob resource and source_system is the system where VFRJob is online.
- After the VFRJob goes offline, disable the VFRJob resource.
# haconf -makerw
# hares -modify vfr_job Enabled 0
# haconf -dump -makero
- Perform the steps to change the direction of replication for VFR on both the source system and target system.
For more details, refer to Veritas InfoScale Replication Administrator's Guide.
On the new source system perform the following steps:
After the file replication direction change, the earlier target system becomes the new source system.
- Enable VFRJob
# haconf -makerw
# hares -modify vfr_job2 Enabled 1
# haconf -dump -makero
- Probe the VFRJob on the new source system
# hares -probe vfr_job2 -sys new_source_system , where new_source_system is system where the virtual IP for VFRJob2 , that is, vfr_vip2 is online.
- Bring the VFRJob online.
# hares -online vfr_job2 -sys new_source_system