InfoScale™ 9.0 Disaster Recovery Implementation Guide - Linux
- Section I. Introducing Storage Foundation and High Availability Solutions for disaster recovery
- About supported disaster recovery scenarios
- About campus cluster configuration
- About replicated data clusters
- About global clusters
- VCS global clusters: The building blocks
- About global cluster management
- About serialization - The Authority attribute
- Planning for disaster recovery
- About supported disaster recovery scenarios
- Section II. Implementing campus clusters
- Setting up campus clusters for VCS and SFHA
- About setting up a campus cluster configuration
- About running a fire drill in a campus cluster
- About setting up a campus cluster configuration
- Setting up campus clusters for SFCFSHA, SFRAC
- Setting up campus clusters for VCS and SFHA
- Section III. Implementing replicated data clusters
- Configuring a replicated data cluster using VVR
- Configuring a replicated data cluster using third-party replication
- Section IV. Implementing global clusters
- Configuring global clusters for VCS and SFHA
- Setting up VVR replication
- Creating a Replicated Data Set
- Creating a Primary RVG of an RDS
- Adding a Secondary to an RDS
- Changing the replication settings for a Secondary
- Synchronizing the Secondary and starting replication
- Starting replication when the data volumes are zero initialized
- Configuring clusters for global cluster setup
- Configuring service groups for global cluster setup
- Configuring a global cluster with Storage Foundation Cluster File System High Availability, Storage Foundation for Oracle RAC, or Storage Foundation for Sybase CE
- Configuring the secondary site
- Configuring global clusters with VVR and Storage Foundation Cluster File System High Availability, Storage Foundation for Oracle RAC, or Storage Foundation for Sybase CE
- Setting up replication on the primary site using VVR
- Setting up replication on the secondary site using VVR
- Configuring Cluster Server to replicate the database volume using VVR
- Configuring global clusters for VCS and SFHA
- Section V. Reference
- Appendix A. Sample configuration files
- Sample Storage Foundation for Oracle RAC configuration files
- About sample main.cf files for Storage Foundation (SF) for Oracle RAC
- About sample main.cf files for Storage Foundation (SF) for Sybase ASE CE
- Appendix A. Sample configuration files
Configuring VxVM disk groups for campus cluster configuration
Configure the campus cluster sites and configure VxVM disk groups for remote mirroring. You can also configure VxVM disk groups for remote mirroring using Arctera InfoScale Operations Manager.
Note:
In cloud environments where one campus cluster is configured on one site and another on the second site, FSS volumes in campus cluster configurations can be used to replicate data for achieving high data availability across sites. In this FSS-campus cluster configuration, site tags can be added based on the name of the site to make data highly available during site failures.
See the Storage Foundation Cluster File System High Availability Administrator's Guide for more information on the VxVM commands.
To configure VxVM disk groups for campus cluster configuration
- Set the site name for each host:
# vxdctl set site=sitename
The site name is stored in the /etc/vx/volboot file. Use the following command to display the site names:
# vxdctl list | grep siteid
- Set the site name for all the disks in an enclosure:
# vxdisk settag site=sitename encl:enclosure
To tag specific disks, use the following command:
# vxdisk settag site=sitename disk
- Verify that the disks are registered to a site.
# vxdisk listtag
- Create a disk group with disks from both the sites.
# vxdg -s init diskgroup siteA_disk1 siteB_disk2
- Configure site-based allocation on the disk group that you created for each site that is registered to the disk group.
# vxdg -g diskgroup addsite sitename
- Configure site consistency on the disk group.
# vxdg -g diskgroup set siteconsistent=on
- Create one or more mirrored volumes in the disk group.
# vxassist -g diskgroup make volume size nmirror=1/2
With the Site Awareness license installed on all hosts, the volume that you create has the following characteristics by default:
The allsites attribute is set to on; the volumes have at least one plex at each site.
The volumes are automatically mirrored across sites.
The read policy rdpol is set to siteread.
The volumes inherit the site consistency value that is set on the disk group.