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 ?
Release : 14
Component : DESKTOP AND SERVER MANAGEMENT
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"