Created On: 28 December 2011
Problem:
How can you find out the values of the environment variables without using the Enterprise Server Administration console? I want to create a file with the values of the environment variables at the starting of a region.
Resolution:
It is possible to specify a script file that will be executed at the starting of the server. Create the script file as follows:
#! /bin/sh
env >> /tmp/$ES_SERVER.txt
casstart -r$ES_SERVER
Incident #2529547