Help and Support

Article ID: 555455 - Last Review: September 21, 2005 - Revision: 1.0

HOWTO: Configure Microsoft Operation Manager 2000 or 2005 to monitor devices by using SNMP

Author: Ka Lung Lai MVP
Expand all | Collapse all

SUMMARY

This is the step-by-step instruction of how to configure the Microsoft Operation Manager 2000 or 2005 to monitor non-Windows devices by using SNMP.

MORE INFORMATION

If you are using Microsoft Operation Manager 2000 or 2005 and want to monitor non-Windows devices by MOM Operator Console, You must need to configure the non-Windows devices to forward the SNMP traps to the MOM Agent Computer, and the MOM Management Server to receive and handle the SNMP traps.
 
On the SNMP traps receiver
 
1. In Control Panel, Open Add/Remove Programs, Click Add/Remove Windows Components, Select Management and Monitoring Tools, Click Details, and install the SNMP and WMI SNMP Provider.
2. Open Services.msc, right click SNMP Service and click properties, In the General Tab, configure the Startup type to Automatic. Open Security Tab, in the Accepted community names, Click Add, choose READ CREATE in Community rights and enter Public for Community Name. Click Add. Also, choose Accept SNMP packets from any host and click OK.
3. Compile the MIB file for the SNMP traps you get from other vendors using the SMI2SMIR utility. This will load the MIB information into the WMI \\.\root\snmp\smir namespace. (example: smi2smir.exe /sa /t <MIB file> or smi2smir.exe /a <MIB file> or smi2smir.exe /g <MIB file> <MOF file>)
 
On the MOM Management Server
 
1. In MOM Administrator Console, Right click Computer Groups and click Create Computer Group, enter the name SNMP Receiver for the name of that computer group, and then add the SNMP receiver computer to it.
2. Right click Rule Groups and click Create Rule Group. Enter the name SNMP for that rule group and check the Enable checkbox. Click Next and Finish.
3. Associate that SNMP rule group to the SNMP Receiver computer group.
4. In that SNMP rule group, create a Collect Specific Events (Collection) rule for each SNMP Trap Catcher and SNMP Extended Trap Catcher Data Provider. And Enable both of these collection rules.
5. In that SNMP rule group, create an Alert on or Respond to Event (Event) rule with SNMP Trap Catcher Data Provider. Enable Generate Alert of that rule.
6. Add the VBScript as the response to this rule. The VBscript is used to generate an additional alert to display the SNMP traps sender's IP address directly.
 
Set objEvent = ScriptContext.Event
Set objAlert = ScriptContext.CreateAlert()
 
objAlertLevel = 50
objAlert.AlertSource = "SNMP"
objAlert.Name = "SNMP Alert"
objAlert.Description = objEvent.Message
objAlert.Computer = Replace(objEvent.EventParameter(11),".","-")
objAlert.ComputerDomain = "SNMP"
 
ScriptContext.Submit objAlert
 
7.Enter the name SNMP Alert for this VBscript and this rule and then Enable this SNMP Alert rule.

 
On the SNMP traps sender
 
Configure the Community name Public and the Target SNMP traps receiver.

 

APPLIES TO
  • Microsoft Operations Manager 2000 Enterprise Edition
Keywords: 
kbpubmvp kbpubtypecca kbhowto KB555455
Community Solutions ContentCOMMUNITY SOLUTIONS CONTENT DISCLAIMER
MICROSOFT CORPORATION AND/OR ITS RESPECTIVE SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, OR ACCURACY OF THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN. ALL SUCH INFORMATION AND RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT AND/OR ITS RESPECTIVE SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, WORKMANLIKE EFFORT, TITLE AND NON-INFRINGEMENT. YOU SPECIFICALLY AGREE THAT IN NO EVENT SHALL MICROSOFT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OF OR INABILITY TO USE THE INFORMATION AND RELATED GRAPHICS CONTAINED HEREIN, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF MICROSOFT OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES.

Article Translations

 

Related Support Centers