Deployment Guide

Table Of Contents
Parameters
SSL_STATENAME
SSOS_TYPE=n - Where n is 1 to import an existing certificate that was purchased from a CA authority and 2 to create a
self-signed certificate. The SSOS_TYPE value determines which SSOS properties are required.
The following are required with SSOS_TYPE=1:
SSOS_CERT_PASSWORD=xxxxx
SSOS_CERT_PATH=xxxxx
The following are required with SSOS_TYPE=2:
SSOS_CITYNAME
SSOS_DOMAINNAME
SSOS_ORGNAME
SSOS_UNITNAME
SSOS_COUNTRY - Optional, default = "US"
SSOS_STATENAME
DISPLAY_SQLSERVER - This value is parsed to get SQL Server instance and port information.
Example:
DISPLAY_SQLSERVER=SQL_server\Server_instance, port
IS_AUTO_CREATE_SQLSERVER=FALSE - Optional. The default value is FALSE, which means that the database is not
created. The database must already exist on server.
To create a new database, set this value to TRUE.
IS_SQLSERVER_AUTHENTICATION=0 - Optional. The default value is 0, which specifies that Windows authentication
credentials of the current logged on user are used to authenticate to the SQL Server. To use SQL authentication, set this
value to 1.
NOTE: The installer must authenticate to the SQL server with these permissions: create database, add user, assign
permissions. The credentials are install-time credentials, not run-time credentials.
If SQL authentication is used, the following are required:
IS_SQLSERVER_USERNAME
IS_SQLSERVER_PASSWORD
EE_SQLSERVER_AUTHENTICATION - Required. Specify the authentication method for the product to use. This step
connects an account to the product. These credentials are also used by Dell services as they engage with the Security
Management Server. To use Windows authentication, set this value to 0. To use SQL authentication, set the value to 1.
NOTE: Ensure that the account has system administrator rights and the ability to manage the SQL server. The user
account must have the SQL server permissions Default Schema: dbo and Database Role Membership: dbo_owner,
public.
SQL_EE_USERNAME - Required. With Windows authentication, use this format: DOMAIN\Username. With SQL
authentication, specify the user name.
SQL_EE_PASSWORD - Required. Specify the password associated with the Windows or SQL user name.
If SQL authentication is used (EE_SQLSERVER_AUTHENTICATION=1) the following are valid:
RUNAS_KEYSERVER_USER - Set the Key Server "run as" Windows user name in this format: Domain\User. This must be
a Windows user account.
RUNAS_KEYSERVER_PSWD - Set Key Server "run as" Windows password associated with the Windows user account.
SQL_ADD_LOGIN=T - Optional. The default is null (this login is not added). When the value is set to T, if the
SQL_EE_USERNAME is not a login or user for the database, the installer attempts to add the user's SQL authentication
credentials and set privileges to allow the credentials to be used by the product.
70 Install or Upgrade/Migrate