Skip to content

Setup Cluster Storage Group

EdVassie edited this page Jul 30, 2018 · 1 revision
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

Top


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.

  1. 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

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally