-
Notifications
You must be signed in to change notification settings - Fork 10
Install Additional SQL Server Clusters
Previous Install Remaining SQL Server Cluster Nodes | Large Scale Deployment Using SQL FineBuild Next |
---|
If more than one SQL DB cluster is to be installed on the Windows cluster, the following process should be used.
If SQL Server has already been installed on the cluster node, then all pre-requisites should be in place and no reboot will be performed during the install process.
-
Log on to the first node that needs the new cluster
-
Create the additional SQL Server cluster
The additional cluster can be installed using the SQLFineClusterInstance script. Edit the script to use the allocated account names.
If all pre-requisite components have already been installed, no reboot will be performed. If any pre-requisite components need to be installed, a reboot will be performed automatically.
Notes:
a) The /SQLDOMAINGROUP:, /AGTDOMAINGROUP: and /ASDOMAINGROUP: parameters are required when installing on Windows 2003, but are optional if installing SQL Server 2008 or above on Windows 2008 or above.
b) The /ADMINPASSWORD: parameter is only required when installing a SQL2005 cluster, but is recommended for all installs. This parameter must contain the password of the account running the install.
CALL "SQLFineBuild.bat" %* /Type:Full /IAcceptLicenseTerms ^
/SAPWD:"UseAL0ngPa55phrase!" ^
/GroupDBA:”GBGGDBAS01” /GroupDBANonSA:”GBGGDBAN01” ^
/Instance:HR ^
/DrvProg:C /DrvTempWin:C /DrvDTC:P ^
/DrvBackup:O /DrvData:N /DrvDataFT:N /DrvLog:O /DrvSysDB:N /DrvTemp:O ^
/SQLSVCAccount:"ROOT\ServGB_SQLDB_0002" ^
/SQLSVCPassword:"Kedtt47$jt!rw96vbhH=#tdDrfd4lz" ^
/AGTSVCACCOUNT:"ROOT\ServGB_SQLAG_0002" ^
/AGTSVCPASSWORD:"Pff04cnedO#fed$drFExik31da*fgo" ^
/FTSVCACCOUNT:"ROOT\ServGB_SQLFT_0002" ^
/FTSVCPASSWORD:"Nyv35$fvsqtvHYw3Seg*$Dpklqr2g9" ^
/SETUPCMDSHELL:YES ^
/CMDSHELLACCOUNT:"ROOT\APPGB_SQLCS_0002" ^
/CMDSHELLPASSWORD:"He$dW2zdlh7Ge2cDu0*t" ^
/ACTION:"InstallFailoverCluster" ^
/SQLDOMAINGROUP: :"ROOT\GBGGSQLC01DB" ^
/AGTDOMAINGROUP:"ROOT\GBGGSQLC01AGT" ^
/ADMINPASSWORD:"LogonAccountPassword"
- Complete the Residual Interactive Tasks given for Additional Named Instance Server Build.
-
Log on to the next node that needs the additional SQL Server cluster
-
Repeat steps 2) and 3) from above
Copyright FineBuild Team © 2014 - 2019. License and Acknowledgements
Previous Install Remaining SQL Server Cluster Nodes | Top | Large Scale Deployment Using SQL FineBuild 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