snmpTrap.sh 178 Bytes
PRG="$0"
PRGDIR=`dirname "$PRG"`
AGENTHOME=`cd "$PRGDIR/.." ; pwd`
. $AGENTHOME/bin/setenv.sh

nohup  java com.sitech.ismp.snmp.SNMPTrapReceiver > ../logs/snmpTrapTest.log 2>&1 &