Hi Team,
Our Syamntec Opscenter is hosted on win 2008 x64 machine and OpsCenter version is 7.6.0.3 its craeting large temp files in C drive (OpsCenter is installed in E drive)
I got the below link which says how to work on it.
http://www.symantec.com/business/support/index?page=content&id=TECH152870
for example if this is my server.conf file as below.
-n OPSCENTER_<HOST_NAME> -x tcpip(LocalOnly=YES;ServerPort=13786) -gd DBA -gk DBA -gl DBA -gp 4096 -ti 0 -c 256M -ch 1024M -cl 256M -zl -os 1M -m -o "<INSTALL_PATH>\OpsCenter\server\db\log\server.log"
I just need to add -dt as below right?
-n OPSCENTER_<HOST_NAME> -x tcpip(LocalOnly=YES;ServerPort=13786) -gd DBA -gk DBA -gl DBA -gp 4096 -ti 0 -c 256M -ch 1024M -cl 256M -zl -os 1M -m -o "<INSTALL_PATH>\OpsCenter\server\db\log\server.log" -dt "absolute_path"
Also as per document what must be variable value for SATMP as per document.
Thanks In advance.