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 the Sybase ASE CE cluster on the secondary site
Before bringing Sybase ASE CE online at the secondary site, you must configure the Sybase ASE CE cluster on the secondary site.
To configure Sybase ASE CE cluster on the secondary site
- Modify the the Sybase ASE CE configuration files to match the secondary site environment.
- When replication is complete, suspend replication.
- Mount the corresponding file system at the secondary site.
- Install and configure the Sybase ASE CE binaries:
See the Storage Foundation for Sybase ASE CE Configuration and Upgrade Guide
Note:
The quorum device must be on non-replicated shared storage.
- Copy the the following from the primary to the secondary site:
interfaces
configuration file (ase.cfg)
inp files (QIase*****.inp)
RUN files
After copying, edit them to reflect the secondary site environment.
- Start the database once manually before proceeding to bring it under VCS control. You must rebuild the quorum as well as copy the cluster ID of the datafile to the quorum on secondary site. This is needed only for the first time you bring the database online on the secondary site.
Use the following command:
# su - sybase; source $SYBASE/SYBASE.sh; /$SYBASE/ASE-15_0/bin/ \ dataserver --instance=dbdata1 -Q /qrmmnt/qrm -F \ /sybase_home/QIdbdata19442.inp \ --buildquorum=force --create-cluster-id=quorum
If you do not perform this task, you will receive the following error on the secondary site:
Unique cluster id on quorum device does not match master device. You may be using the wrong master device. If this is the correct master, pass 'create-cluster-id' on the command line to pair the devices.
The buildquorum is required to reflect the secondary site settings for the Sybase database.
- Configure the VCS service groups for the database.
Verify that all VCS service groups are online.
For sample configurations:
See About sample main.cf files for Storage Foundation (SF) for Sybase ASE CE.
Note:
The database service group will be online only at one site at a time. Hence if it is online on the primary site, it will be offline on secondary site and vice versa.
- Stop the Sybase ASE service group on the secondary site, unmount the file system, and establish replication.
Note:
Make sure the private interconnects which are used for the Sybase ASE CE cluster on the secondary site are also plumbed and pingable amongst the nodes.