#!/sbin/sh # @(#)ovpa config C.04.55.00 12/12/06 # # OpenView Performance Agent (ovpa) startup control # # To execute the scopeux daemon automatically at boot time, ensure the # MWA_START variable below is set to 1. Any other value will disable # scopeux execution at bootup. For values other than 1, scope can be # started after bootup is complete with the /opt/perf/bin/mwa script. # # To start up OpenView Performance Agent with special options, change the # MWA_START_COMMAND from its default value of "/opt/perf/bin/mwa start" # to the desired value. For example, to start up scope but not the # servers change the value to "/opt/perf/bin/mwa start scope". # # WARNING: BE SURE TO MAINTAIN "" AROUND THE START COMMAND STRING # OR THE SCRIPT WILL NOT WORK!!! # # This file originally has MWA_START set to 1 because it is assumed # that the user will edit the /var/opt/perf/parm file to suit their # environment prior to system boot. # MWA_START=1 MWA_START_COMMAND="/opt/perf/bin/mwa start" MWA_PROTOCOL=http