Help me about the oracle snmp agent and openview
When run lsnrctl>dbsnmp_start.everything is right and dbsnmp_status say that the agent is alrady run.But run netstat -an |grep 161,I can't find the port and listener.And the snmp_rw.ora and snmp_ro.ora is created.the two files are
snmp_ro.ora:
snmp.visibleservices = (listener, ov_net)
snmp.shortname.listener = LISTENER
snmp.longname.listener = listener_ipnms
snmp.configfile.listener = /opt/oracle/product/8.0.6/network/admin/listener.ora
snmp.SID.ov_net = openview
snmp.oraclehome.ov_net = /opt/oracle/product/8.0.6
snmp.address.ov_net = (ADDRESS=(PROTOCOL=BEQ)(PROGRAM=/opt/oracle/product/8.0.6/bin/oracle)(ARGV0=oracleopenview)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(ENVS='ORACLE_HOME=/opt/oracle/product/8.0.6,ORACLE_SID=openview'))
ifile = /opt/oracle/product/8.0.6/network/admin/snmp_rw.ora
snmp_rw.ora:
snmp.contact.listener = ""
snmp.index.listener = 1
snmp.contact.ov_net = ""
snmp.index.ov_net = 2
How can I do?thank you.