Did anyone set up SNMP monitoring of Bea WebLogic 8.1 ?
I did all steps in WL console as in the instructions
went fine, agent configured for 8014 port, but when I try to do
I receive
This is the first time I'm working with SNMP (net-snmp package built from sources) and after installation I didn't make any configuration (should I?)
Can you help me with that? At first, I want to deal with snmpwalk: No securityName specified error
I did all steps in WL console as in the instructions
went fine, agent configured for 8014 port, but when I try to do
Code:
snmpwalk -v 3 -On localhost:8014 iso
Code:
snmpwalk: No securityName specified
Can you help me with that? At first, I want to deal with snmpwalk: No securityName specified error
Comment