No traps sent by Smarts trap adapter due to command syntax error
search cancel

No traps sent by Smarts trap adapter due to command syntax error

book

Article ID: 304344

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

Trap Adapter starts but does not send any Trap notifications into the Open Integration Server

Environment

SMARTS 10.x / 2.x

Cause

The --rules parameter specifying the trap_mgr_parse.asl is not at the end of the command as required.

Resolution

Make sure the syntax of the of the command used to start up the trap adapter ends with the asl file name.

For example:

/opt/InCharge/SAM/smarts/bin/sm_service install
--force
--unmanaged
--name=ic-trapd-receiver
--startmode=runonce
--description="EMC Smarts SNMP Trap Adapter"
/opt/InCharge/SAM/smarts/bin/sm_trapd
--name=TRAP-INCHARGE-OI
--server=INCHARGE-OI
--config=icoi
--port=162
--seed=seedfile
--model=sm_actions
--output
--rules=icoi-trapd/trap_mgr_parse.asl