Input Configuration
|
Description
|
Install mode Usage (Parameter 2)
|
Values
|
SQL_SERVER_NAME
|
Physical
Server name for Stand Alone Install (without Instance name)
Cluster
Network Name in case of Failover Cluster Install
|
All
Install modes
|
<SQL_SERVER_NAME>,
cannot be (null)
|
SQLVERSION
|
Value
should be either SQL2008 or SQL2012
|
All
Install modes
|
SQL2008
or SQL2012, cannot be (null)
|
INSTANCE_NAME
|
MSSQLSERVER
for Default instance
<InstanceName>
for named instance
|
All Install
modes
|
MSSQLSERVER
or <InstanceName>, cannot be (null)
|
SQLINSTALL
|
Set this
TRUE to for SQL DB Engine install/Uninstall for both Stand Alone and
Clusters.
|
Install,
InstallFailoverCluster, AddNode, RemoveNode or Uninstall.
|
TRUE or
FALSE, cannot be (null)
|
SQLCLIENTINSTALL
|
Set this
TRUE to for SQL Client install/Uninstall for both Stand Alone and Clusters.
|
Install,
InstallFailoverCluster, AddNode, RemoveNode or Uninstall.
|
TRUE or
FALSE, cannot be (null)
|
ASINSTALL
|
Set this
TRUE to for SQL Analysis Services install/Uninstall for both Stand Alone and
Clusters.
|
Install,
InstallFailoverCluster, AddNode, RemoveNode or Uninstall.
|
TRUE or
FALSE, cannot be (null)
|
RSINSTALL
|
Set this
TRUE to for SQL Reporting Services install/Uninstall for both Stand Alone and
Clusters.
|
Install,
InstallFailoverCluster, AddNode, RemoveNode or Uninstall.
|
TRUE or
FALSE, cannot be (null)
|
ISINSTALL
|
Set this
TRUE to for SQL Integration Services install/Uninstall for both Stand Alone
and Clusters.
|
Install,
InstallFailoverCluster, AddNode, RemoveNode or Uninstall.
|
TRUE or
FALSE, cannot be (null)
|
DQCINSTALL
(Only
for SQL 2012)
|
Set this
TRUE to for Data Quality Client install/Uninstall for both Stand Alone and
Clusters.
|
Install,
InstallFailoverCluster, AddNode, RemoveNode or Uninstall.
|
SQL2012:
TRUE or
FALSE, cannot be (null)
SQL2008:
FALSE,
cannot be (null)
|
MDSINSTALL
(Only
for SQL 2012)
|
Set this
TRUE to for Master Data Services install/Uninstall for both Stand Alone and
Clusters.
|
Install,
InstallFailoverCluster, AddNode, RemoveNode or Uninstall.
|
SQL2012:
TRUE or
FALSE, cannot be (null)
SQL2008:
FALSE,
cannot be (null)
|
SQLUSERDBDRIVE
|
SQL
Server User database data file drive.
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- D) or
Can be
(null) to set SQL Server Default
|
SQLUSERLOGDRIVE
|
SQL
Server User database Tlog file drive.
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- L) or
Can be
(null) to set SQL Server Default
|
SQLBACKUPDRIVE
|
SQL
Server Backup drive.
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- H) or
Can be
(null) to set SQL Server Default
|
SQLTEMPDBDATADRIVE
|
SQL Server
Tempdb data file drive
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- T) or
Can be
(null) to set SQL Server Default
|
SQLTEMPDBLOGDRIVE
|
SQL
Server Tempdb TLog file drive
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- L) or
Can be
(null) to set SQL Server Default
|
SQLSVCACCT
|
SQL
Server Service Account
|
Install,
InstallFailoverCluster,
AddNode
|
AD
Service account or Can be (null) to set SQL Server Default
|
SQLSVCPWD
|
Above
SQL Server Service Account Password
|
Install,
InstallFailoverCluster,
AddNode
|
Above AD
Service account Password, Cannot be (null) if SQLSVCACCT is specified.
|
SQLCOLLATION
|
SQL
Server Collation
|
Install,
InstallFailoverCluster
|
<CollationName>
or Can be (null) to set SQL Server Default
|
SQLSYSADMINACCOUNTS
|
Default
SQL Server Admin AD Account
|
Install,
InstallFailoverCluster
|
Usually SQL DB Administrators TESTDOMAIN\SQLDBAADGroup
|
SQLSVCSTARTUPTYPE
|
SQL
Server Service Start up type
|
Install
|
Automatic
, Manual or Can be (null) to set SQL Server Default
|
SAPWD
|
sa Login
Password for SQL Server
|
Install,
InstallFailoverCluster
|
<Password>,
cannot be (null) as Mixed mode authentication is default Authentication mode.
|
ASDATADRIVE
|
Analysis
Server Data Drive
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- D) or
Can be
(null) to set SQL Server Default
|
ASLOGDRIVE
|
Analysis
Server Log Drive
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- L) or
Can be
(null) to set SQL Server Default
|
ASBACKUPDRIVE
|
Analysis
Server Backup Drive
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- H) or
Can be
(null) to set SQL Server Default
|
ASTEMPDRIVE
|
Analysis
Server Temp Drive
|
Install,
InstallFailoverCluster
|
Drive
name (Eg:- T) or
Can be
(null) to set SQL Server Default
|
ASSVCACCT
|
Analysis
Server Service Account
|
Install,
InstallFailoverCluster,
AddNode
|
AD
Service account or Can be (null) to set SQL Server Default
|
ASSVCPWD
|
Above
Analysis Server Service Account Password
|
Install,
InstallFailoverCluster,
AddNode
|
Above AD
Service account Password, Cannot be (null) if ASSVCACCT is specified.
|
ASCOLLATION
|
Analysis
Server Collation
|
Install,
InstallFailoverCluster
|
<CollationName>
or Can be (null) to set SQL Server Default
|
ASSYSADMINACCOUNTS
|
Default Analysis Server Admin AD Account
|
Install,
InstallFailoverCluster
|
Usually SQL DB Administrators TESTDOMAIN\SQLDBAADGroup
|
ASSERVERMODE
(Only
for SQL 2012)
|
Analysis
Server Install Mode MULTIDIMENSIONAL, POWERPIVOT or TABULAR
|
Install,
InstallFailoverCluster
|
Value
can be either MULTIDIMENSIONAL, POWERPIVOT or TABULAR. Can be (null) to set
Analysis Server Default
|
ASSVCSTARTUPTYPE
|
Analysis
Server Service Start up type
|
Install
|
Automatic
, Manual or Can be (null) to set SQL Server Default
|
ISAVCACCT
|
Integration
Server Service Account
|
Install,
InstallFailoverCluster
|
AD
Service account or Can be (null) to set SQL Server Default
|
ISSVCPWD
|
Above
Integration Server Service Account Password
|
Install,
InstallFailoverCluster,
AddNode
|
Above AD
Service account Password, Cannot be (null) if ISAVCACCT is specified.
|
ISSVCSTARTUPTYPE
|
Integration
Server Service Start up type
|
Install
|
Automatic
, Manual or Can be (null) to set SQL Server Default
|
RSSVCACCT
|
Reporting
Server Service Account
|
Install,
InstallFailoverCluster
|
AD
Service account or Can be (null) to set SQL Server Default
|
RSSVCPWD
|
Above Reporting
Server Service Account Password
|
Install,
InstallFailoverCluster,
AddNode
|
Above AD
Service account Password, Cannot be (null) if RSSVCACCT is specified.
|
FAILOVERCLUSTERDISKS
|
Specifies
the list of shared disks to be included in the SQL Server failover cluster
resource group.
|
InstallFailoverCluster
|
List of
Shared Disks to be included, Eg:- ("Cluster Disk 4" "Cluster
Disk 7").Cannot be (null) for Cluster Install only.
|
FAILOVERCLUSTERGROUP
|
Specifies
the name of the resource group to be used for the SQL Server failover
cluster. It can be the name of an existing cluster group or the name of a new
resource group.
|
InstallFailoverCluster,
AddNode
|
<FAILOVERCLUSTERGROUPName>.
Cannot be (null) for Cluster Install only.
|
FAILOVERCLUSTERIPADDRESSES
|
Specifies
an encoded IP address. The encodings are semicolon-delimited (;) and follow
the format <IP Type>;<address>;<network name>;<subnet
mask>.
|
InstallFailoverCluster
|
<FAILOVERCLUSTERIPADDRESSESNAME>
Cannot be (null) for Cluster Install only.
|
FAILOVERCLUSTERNETWORKNAME
|
Specifies
the network name for the new SQL Server failover cluster. This name is used
to identify the new SQL Server failover cluster instance on the network.
|
InstallFailoverCluster,
AddNode,RemoveNode
|
<FAILOVERCLUSTERNETWORKNAME>
Cannot be (null) for Cluster Install only.
|
SQLSETUPEXEPATH
|
Location
of SQL Server Installation source binary folder.
|
All
Install modes
|
<Full
UNC Directory path/Share Directory Path> Cannot be (null)
|
REINSTALLFILEPATH
|
Location
where the Unattended Install configuration File is Stored for DR
|
Reinstall
|
<Full
UNC File path/Share File Path>. Cannot be (null) for Reinstall mode alone.
|