Is there a way to control Access Gateway (SPS) nohup.out log rotation?
Release : 12.8x
Component : SITEMINDER -WEB AGENT FOR APACHE
As of now, Access Gateway logs are redirected stdout and stderr to Nohup. there is no Supported mechanism exist for AG Nohup log rotation.
NOTE : There are some Recommendations below that you can try for test purposes that may or may not work and are not supported
$NOHUP_JAVACMD $JVM_MEM_OPTS $JVM_PERF_OPTS $SPS_TOMCAT_OPTS -DNETE_WA_ROOT=$NETE_WA_ROOT -DPWD=$PWD -classpath $CLASSPATH com.netegrity.proxy.ProxyBootstrap -config $CONFIGFILE 2>&1 | rotatelogs -l -n 10 $OUTPUT_FILE 60 & echo $! > $SPS_PID_FILE
HOWEVER, both the above(rotatelogs in linux and any alternative on windows) are NOT SUPPORTED alternatives