Client Automation : Install Scalability Server with specific directory locations for library and serverdb
search cancel

Client Automation : Install Scalability Server with specific directory locations for library and serverdb

book

Article ID: 140170

calendar_today

Updated On:

Products

CA Client Automation - Asset Management CA Client Automation - IT Client Manager CA Client Automation CA Client Automation - Software Delivery CA Client Automation - Remote Control CA Client Automation - Asset Intelligence CA Client Automation - Desktop Migration Manager CA Client Automation - Patch Manager

Issue/Introduction

How to install a Scalability Server using the SD package and specify a specific directory location for SD Library, ServerDB, Server, dts\dta and sdoutput ?

 

Environment

Release : 14

Component : DESKTOP AND SERVER MANAGEMENT


Resolution

 

In DSM GUI, create a new install procedure in package "CA DSM Scalability Server" and add the parameters in bold.


Example for root directory : D:\CA


/INST Server SERVER_MANAGER="$csa" CA="D:\CA" SRV_SDBPATH=”D:\CA\DSM\SERVERDB” SERVER_SPATH="D:\CA\DSM\SERVER" SERVER_PATH="D:\CA\DSM\SERVER" SDLIBRARY="D:\CA\DSM\SD\ASM\LIBRARY" SDMSILIB="D:\CA\DSM\SD\ASM\MSILIB" $#bg $#ec:0 $#ec:3010 $#ec:1641 ALLUSERS=1 $up /qn /l*v+ $rf


 

Directories DSM\dts\dta and SDOUTPUT could not be specified in install command line.

But they could be specified after installation as post-installation step using these commands :

 

ccnfcmda -cmd setparametervalue -ps itrm/dts/dtsagent -pn StatusFileLocation -v "D:\CA\DSM\dts\dta\status"

ccnfcmda -cmd setparametervalue -ps itrm/dts/dtsagent -pn IndexFileLocation -v "D:\CA\DSM\dts\dta\status"

ccnfcmda -cmd setparametervalue -ps itrm/usd/shared -pn legacyoutputfiles -v "D:\CA\DSM\SD\ASM\SDOUTPUT"