setEnv.sh file for startNodeManager.sh
Hi,
setEnv.sh is local to every peoplesoft environment. In my installations, it is located at:
$PS_HOME/webserv/<ENV_NAME>/bin/setEnv.sh
where $PS_HOME is the path to peoplesoft home directory.
Configuration of node manager requires modifying startNodeManager.sh by commenting commEnv.sh and setting env variables from setEnv.sh:
#. "${WL_HOME}/common/bin/commEnv.sh"
. "<path_to_pshome>/webserv/<env_name>/bin/setEnv.sh"
Node manager is machine/server specific. A node manager in a machine will monitor all the environments (managed servers belonging to those environments) installed in that machine.
My question: so which setEnv.sh file should I be using in startNodeManager.sh? Every setEnv.sh is local and located under the specific peoplesoft environment - CRMDM, CRMDV, CRMQA, CRMPD for instance.
0