Setup Cluster Storage Group - SQL-FineBuild/Common GitHub Wiki
Previous Setup Utilities | Manual Install | Setup Server Name Next |
---|
FineBuild will set a Cluster Group to be used for unallocated storage. This is done so that management of storage can be done in a similar fashion regardless of the version of Windows that is being used.
FineBuild Setup Cluster Storage Group Processing
Automated processing of Setup Cluster Storage Group relates to Process Id 1AB in the FineBuild1Preparation script.
FineBuild will always perform this processing if a SQL Server Cluster install is being performed.
SQL FineBuild uses the following parameter to help configure the Cluster Storage Group. The name of the group is correct for US English but may be different in other languages
Parameter | Default Value | Description |
---|---|---|
/ClusStorage: | Available Storage | Language-specific name of Cluster Storage Group |
Manual Setup Cluster Storage Group Processing
The following steps show what you would have to do to setup Cluster Storage Group manually. FineBuild does all of this work for you automatically.
This processing should always perform this processing if a SQL Server Cluster install is being performed.
-
Run the following command to set up the Cluster Storage group.
Replace ClusterName with the name of the Windows Cluster, and replace GroupName with the name of the Cluster Storage group.
CLUSTER "ClusterName" GROUP "GroupName" /CREATE
Copyright FineBuild Team © 2014 - 2018. License and Acknowledgements
Previous Setup Utilities | Top | Setup Server Name Next |
---|