B.10 Silently Installing the Deployment Service

To silently install the Deployment Service using the required parameters and default settings, run the following command from the folder where you saved the Control Center setup program:

"NetIQCCSetup.exe" /s /v"INSTALLDIR=\"C:\Program Files\NetIQ\" CC_AD_SERVICE=1 RP_CLEARTEXTPASSWORD=1 ADS_SQLSERVERINSTANCE="Name_of_the_SQL_Server_and_Instance_that_Will_Host_the_CCDB_to_which_the_Deployment_Service_Will_Connect" CCDB_REPOSITORYNAME="Name_of_the_CCDB_to_which_the_Deployment_Service_
Will_Connect" ADS_WINDOMAIN="Domain_for_the_Windows_User_Account_the_Deployment_Service_
Will_Use" ADS_WINUSER="User_Name_Associated_with_the_Windows_User_Account_the_Deployment_
Service_Will_Use" ADS_WINPWD="Password_Associated_with_the_Windows_User_Account_the_Deployment_
Service_Will_Use""

To specify additional parameters or alternate settings, add the appropriate parameters to the command. The following table describes all parameters available for silently installing the Deployment Service.

Parameter

Description

INSTALLDIR

Target installation folder

The default value is C:\Program Files\NetIQ\.

CC_AD_SERVICE

Installs the Deployment Service

Specify 1 to install the Deployment Service.

RP_CLEARTEXTPASSWORD

Indicates the silent installation command will submit passwords to the Windows Installer package in clear text format

Specify 1 to use clear text format for passwords.

This parameter is required for successful installation. If you do not include this parameter, the Windows Installer package will attempt to decrypt passwords and you will receive the following error message:

Failed to decrypt the input data with FIPS compliant algorithms.

ADS_SQLSERVERINSTANCE

Name of the SQL Server and, if applicable, instance that will host the CCDB to which the Deployment Service will connect

To specify a SQL Server instance, use the format Server_Name\instance.

CCDB_REPOSITORYNAME

Name of the CCDB to which the Deployment Service will connect

ADS_WINDOMAIN

Domain for the Windows user account the Deployment Service will use to connect to the CCDB

For more information about the account, see Reviewing Required Accounts and Permissions.

ADS_WINUSER

User name for the Windows user account the Deployment Service will use to connect to the CCDB

ADS_WINPWD

Password for the Windows user account the Deployment Service will use to connect to the CCDB

ADS_B_FIREWALL

Whether a firewall is active between the deployment server and the CCDB

Specify 1 if a firewall is active. If you specify 1, also specify a value for the ADS_WEBSERVICESERVER parameter.

ADS_WEBSERVICESERVER

If a firewall is active between the deployment server and the CCDB, name of the web server where the Deployment Web Service is installed

When a firewall is active between the deployment server and the CCDB, the Deployment Web Service can provide a communication proxy to the CCDB so that you do not have to open additional ports to allow direct communication between the Deployment Service and the CCDB.

/L* "Full_Path_to_Installation_Log_File"

Creates a log file that describes the operations of the setup program

For more information about parameters that specify the information included in the installation log file, see Specifying Control Center Installation Log File Options.

For more information about installing the Deployment Service, see Section 7.0, Installing Control Center Components.