Important

   

This documentation space contains information about PATROL Agents when deployed in a BMC Helix Operations Management environment. If you are a TrueSight Operations Management user, see PATROL Agent 22.1. Open link

Defining the PATROL cluster-specific environment variables for UNIX

In this task, you define the PATROL cluster-specific environment variables in the .profile (Korn and Bourne shell) or .cshrc file (for C shell) of the account used to start the agent. This action ensures that the agent reads configuration information and writes history information to the same set of files, regardless of which host it is running on.

Perform the following task on each node in the cluster.

For Korn and Bourne shells, use the following format:

 PATROL_VIRTUALNAME_<port>=<virtual server name>
PATROL_HISTORY_<port>=</History_Directory>
PATROL_CONFIG_<port>=</Config_Directory>

export PATROL_VIRTUALNAME_<port>
export PATROL_HISTORY_<port>
export PATROL_CONFIG_<port>


For C shell, use the following format:

setenv PATROL_VIRTUALNAME_<port> <virtual server name>
setenv PATROL_HISTORY_<port> </History_Directory>
setenv PATROL_CONFIG_<port> </Config_Directory>


For more information about specific variables, see PATROL cluster-specific environment variables for history and configuration.

Was this page helpful? Yes No Submitting... Thank you

Comments