File: //opt/OV/contrib/OpC/agent.cfg
%agent_info = (
OVDEPLOY_INI => {
DESCRIPTION => "Installation inventory",
CMD_FUNC => "$OV_BIN_DIR/ovdeploy -inv -inclbdl -includeupdates",
},
AGENT_STATUS => {
DESCRIPTION => "Agent process status",
CMD_FUNC => "$OV_BIN_DIR/ovc -status -level 8",
},
OVCOREID => {
DESCRIPTION => "Coreid",
CMD_FUNC => "$OV_BIN_DIR/ovcoreid",
},
CERT_INFO =>{
DESCRIPTION => "OV Certificate info",
CMD_FUNC => "ov_sub_cert_info" ,
},
OPCSYSTST =>{
DESCRIPTION => "OpC Network config test utility",
CMD_FUNC => "$OV_OPT_DIR/contrib/OpC/opcsystst -a",
},
OVCONFGET => {
DESCRIPTION => "ovconfget ",
CMD_FUNC => "$OV_BIN_DIR/ovconfget",
},
OVCONFGET_SERVER => {
DESCRIPTION => "ovconfget -ovrg server",
CMD_FUNC => "$OV_BIN_DIR/ovconfget -ovrg server",
},
BBCUTIL_PING => {
DESCRIPTION => "bbcutil -ping",
CMD_FUNC => "$OV_BIN_DIR/bbcutil -ping",
},
OVBBCCB_REG => {
DESCRIPTION => "ovbbccb -reg",
CMD_FUNC => "$OV_BIN_DIR/ovbbccb -reg",
},
LIST_POLICIES => {
DESCRIPTION => "List installed policies on the node",
CMD_FUNC => "$OV_BIN_DIR/ovpolicy -list -level 4",
},
OVCLUSTERINFO => {
DESCRIPTION => "ovclusterinfo ",
CMD_FUNC => "$OV_BIN_DIR/ovclusterinfo -a",
},
CODA_PING => {
DESCRIPTION => "ovcodautil -ping",
CMD_FUNC => "$OV_BIN_DIR/ovcodautil -ping",
},
CODA_SUPPORT => {
DESCRIPTION => "ovcodautil -support",
CMD_FUNC => "$OV_BIN_DIR/ovcodautil -support",
},
QUEUE_CHK => {
DESCRIPTION => "Queue check",
CMD_FUNC => "ov_sub_agt_queue_chk",
},
CKSUM_AGT_BINARIES => {
DESCRIPTION => " Checksum and what string details of the agent and lcore binaries ",
CMD_FUNC => "ov_sub_find_cksum",
},
STACKTRACE_AGT_OUTPUT => {
DESCRIPTION => "Display any core of OVO agent",
CMD_FUNC => "$OV_OPT_DIR/contrib/OpC/stacktrace_agt",
},
COLLECT_LOG_TRACE_FILES => {
DESCRIPTION => "Collect all the trace, log, policies related files",
CMD_FUNC => "ov_sub_collect_files",
},
COLLECT_PERFORMANCE_DATA => {
DESCRIPTION => "Collect information about the perf processes and required logs",
CMD_FUNC => "(sleep 2; echo yes; sleep 2; echo $OV_VAR_TMP_DIR/oa_data/perfstat ; sleep 2 ; echo yes; ) | $PV_BIN_DIR/perfstat -z",
},
LICENSE_INFO =>{
DESCRIPTION => "OV License info",
CMD_FUNC => "ov_sub_license_info" ,
},
);