Hi All,
We are using the -yx parameter for clients (windows and aix) and collecting them for each client and put them in a table for later analysis of .r usage for an application.
We want to do the same for AppServer sessions. But when having multiple AppServer-agents running, the PROCMON will point to the same file for all AppServer agents. I would like the file created PROC.MON to be specific on an appserver agent basis.
Anyone having experience on this issue? Any Ideas?
Regards,
Simon Gaarthuis
Create a script that sets the PROCMON variable and calls the _proapsv executable.
In the ubroker.properties file set the srvrExecFile to the script instead of _proapsv.
Create a script that sets the PROCMON variable and calls the _proapsv executable.
In the ubroker.properties file set the srvrExecFile to the script instead of _proapsv.
Hi George,
thanks for your reply. I will implement your suggested solution.
Regards,
Simon.
Earlier in the tab variables (appserver maintenance) I tried (before i posted here):
PROCMON=/u/application/proc_mon_$RANDOM
But the $RANDOM won't evaluate. This would be by far the easiest method.