InfoScale™ 9.0 Storage Foundation and High Availability Solutions Microsoft Clustering Solutions Guide for Microsoft SQL Server - Windows
- Introducing SFW solutions for a Microsoft cluster
- Planning for deploying SQL Server with SFW in a Microsoft cluster
- Workflows for deploying SQL Server with SFW in a Microsoft cluster
- Configuring SFW storage
- Planning for SFW cluster disk groups and volumes
- Implementing a dynamic mirrored quorum resource
- Installing SQL Server and configuring resources
- Configuring disaster recovery
- Configuring Volume Replicator: Setting up an RDS
- Normal Volume Replicator operations and recovery procedures
- Appendix A. Configure InfoScale Storage in an existing Microsoft Failover Cluster
Creating the resource group for the SQL Server instance
Before installing SQL Server you must:
Create the SQL Server resource group .
Add the resource for the SFW disk group that you created for SQL Server.
SQL virtual server installation requires a separate volume on which the system database files will be placed. Before installation, you create a Volume Manager Disk Group resource for the disk group that contains this volume. Creating this resource will enable SQL to monitor the system database files.
If you created additional SFW disk groups for SQL Server, for example, for user databases, you add Volume Manager Disk Group resources for those as well.
SQL Server installation adds the required SQL Server resources to the resource group and sets the appropriate dependencies for them.
Note:
Before creating the resource, start the cluster service on all the nodes in the cluster.
To create the SQL Server resource group and add a disk group resource
- Open Administrative Tools from the Start screen.
Launch the Failover Cluster Manager snap-in by clicking Failover Cluster Manager.
Ensure you are connected to the required cluster.
- In the left pane, right-click Services and Applications and select More Actions > Create Empty Service or Application. An empty group named New service or application is created. Right-click it and rename it, for example, SQL_GROUP.
- In the left pane, right-click the group you created and select Add a resource > More resources > Add Volume Manager Disk Group.
- In the center panel under Disk Drives, double-click New Volume Manager Disk Group to open its Properties dialog box.
- On the General tab of the Properties dialog box, type a name for the resource.
For example, type SQL_DG_RES.
- On the Properties tab, in the Disk Group Name field, type the exact name of the disk group you previously created for the application (for example, INST1_DG), and click OK to close the dialog box.
- Right-click the newly named resource and select Bring this resource online.