InfoScale™ 9.0 Storage Foundation and High Availability Solutions HA and DR Solutions Guide for Microsoft SQL Server - Windows
- Section I. Getting started with Storage Foundation and High Availability Solutions for SQL Server
- Introducing SFW HA and the VCS agents for SQL Server
- How is application availability achieved in a VMware virtual environment
- How VCS monitors storage components
- Deployment scenarios for SQL Server
- Reviewing the active-passive HA configuration
- Reviewing a standalone SQL Server configuration
- Reviewing the campus cluster configuration
- Reviewing the Replicated Data Cluster configuration
- About setting up a Replicated Data Cluster configuration
- Disaster recovery configuration
- Reviewing the disaster recovery configuration
- Notes and recommendations for cluster and application configuration
- Configuring disk groups and volumes for SQL Server
- About managing disk groups and volumes
- Configuring the cluster using the Cluster Configuration Wizard
- Installing SQL Server
- Completing configuration steps in SQL Server
- Introducing SFW HA and the VCS agents for SQL Server
- Section II. Configuring SQL Server in a physical environment
- Configuring SQL Server for failover
- About configuring the SQL Server service group
- Configuring the service group in a non-shared storage environment
- Configuring an MSDTC Server service group
- Configuring campus clusters for SQL Server
- Configuring Replicated Data Clusters for SQL Server
- Setting up the Replicated Data Sets (RDS)
- Configuring a RVG service group for replication
- Configuring the resources in the RVG service group for RDC replication
- Configuring the VMDg or VMNSDg resources for the disk groups
- Configuring the RVG Primary resources
- Adding the nodes from the secondary zone to the RDC
- Verifying the RDC configuration
- Configuring disaster recovery for SQL Server
- Setting up your replication environment
- About configuring disaster recovery with the DR wizard
- Configuring replication and global clustering
- Configuring the global cluster option for wide-area failover
- Testing fault readiness by running a fire drill
- About the Fire Drill Wizard
- Prerequisites for a fire drill
- Preparing the fire drill configuration
- Deleting the fire drill configuration
- Configuring SQL Server for failover
Adding nodes from the secondary zone to the SQL Server service group
Use the SQL Server Configuration Wizard to add the nodes from the secondary zone to the SQL Server service group.
Note:
In case of a non-shared storage environment, perform this task manually using the Java Console. You cannot use the wizard to modify the application service group.
Use the following procedure if the service group contains a VMDg resource (shared storage environment).
To add the nodes from the secondary zone to the SQL Server service group
- Select Start > All Programs > Veritas > Veritas Cluster Server > Configuration Tools > SQL Server Configuration Wizard.
- Verify that you have met the prerequisites listed and click Next.
- In the Wizard Options panel, click Modify service group, select the SQL Server service group to be modified (INST1_SG) and click Next. If a VCS notice message appears indicating that resources are online, click Yes to continue.
- On the Service Group Configuration panel, select the nodes in the secondary zone, use the arrow button to move them from Available Cluster Systems to Systems in Priority Order and then click Next.
To change the priority of a system in the Systems in Priority Order list, select the system and click the up and down arrow icons. Arrange the systems in priority order in as failover targets for the group. The server that needs to come online first must be at the top of the list followed by the next one that will be brought online.
This set of nodes selected for the SQL Server service group must be the same as the nodes selected for the RVG service group. Ensure that the nodes are also in the same priority order.
To enable the service group to automatically come online on one of the systems, select the Include selected systems in the service group's AutoStartList attribute checkbox. For information about the AutoStartList attribute, see the Cluster Server Administrator's Guide.
- On the SQL Server Instance Selection page, click Next.
- On the User Databases List panel, click Next. This panel summarizes the databases for this instance of SQL.
- On the Detail Monitoring Configuration panel, clear the box in the SQL Server instance list to disable monitoring, if required, and then click Next. Detailed monitoring is not necessary.
- On the Registry Replication Path panel, click Next.
- On the Virtual Server Configuration panel, verify that the public adapter is used on each system and click Next.
- In the Service Group Summary, review the service group configuration.
To enable all the VMDg resources in the service group for fast failover, select the Enable FastFailOver attribute for all the VMDg resources in the service group checkbox. For information about the FastFailOver attribute, see the Storage Foundation Administrator's Guide.
Click Next.
A message appears if the configuration is currently in the Read Only mode. Click Yes to make the configuration read and write enabled. The wizard validates the configuration and modifies it.
- Click Finish.
Use the following procedure if the service group contains a VMNSDg resource (non-shared storage environment).
To add nodes from the secondary zone to the application service group using Java Console
- From VCS Cluster Explorer, in the left pane, right-click the SQL Server service group (INST1_SG) and select View > Properties View.
- In the Attributes window, click Show all attributes.
- From the attributes list, select the attribute SystemList and click the edit icon.
- In the Edit Attribute window, edit the SystemList attribute as follows:
Click the + button to add an empty row.
In the System field type the cluster node name from the secondary zone.
In the Priority field type 1.
Click OK.
- Close the Attributes windows.