User Tools
onboarding:snmpmanager:troubleshooting
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| onboarding:snmpmanager:troubleshooting [2019/02/11 11:56] – created ashevyakov | onboarding:snmpmanager:troubleshooting [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== SnmpManager General Troubleshooting ===== | ||
| + | ==== Not Starting ==== | ||
| + | |||
| + | === Missing MIB Entries === | ||
| + | Scenario: **SnmpManager** will not start, URL will yield a 404 exception. | ||
| + | |||
| + | Sample Exception Log Excerpt: | ||
| + | < | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | |||
| + | Cause: the **mib** folder (usually: " | ||
| + | |||
| + | Resolution: insert the missing MIB entry into the database. | ||
| + | |||
| + | Resolution Example (Based Of The Example Exception Excerpt): | ||
| + | < | ||
| + | INSERT INTO mib SET active=' | ||
| + | </ | ||
| + | |||