This document provides you with the steps required to install SNMP component in remote client computers.
You will use sysocmgr.exe to install SNMP components for the computers using the following operating systems,
The first step in using sysocmgr.exe is to create a text file with the following information.
[NetOptionalComponents] [SNMP] Service = Physical, Applications, End-to-End Community_Name = Public Send_Authentication = Yes |
Note: /q - runs sysocmgr.exe in quiet mode (without display pages) and /r - suppresses reboot (if needed).
To install SNMP component, in remote client computers, follow the steps given below:
%windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u:<path-to-answer-file> /r /q
Note: The <path-to-answer-file> must be a path to the text file in your network share. For example, %windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u: "\\machine1\DCSWRepository\ocm.txt " /r /q
Similarly to install other windows components like games,telent etc., refer to http://support.microsoft.com/kb/222444.
You can ocssetup.exe to install SNMP component in client computes using the following operating systems,
you need to a create a xml file as mentioned below.
<PermittedManagers> <A1>networkhost</A1> </PermittedManagers> <RFC1156Agent> <sysContact>MyContact</sysContact> <sysLocation>MyLocation</sysLocation> <sysServices>65</sysServices> </RFC1156Agent> <TrapConfiguration> <TrapConfigurationItems wcm:action="add"> <Community_Name>Private</Community_Name> <Traps>ComputerName</Traps> </TrapConfigurationItems> <TrapConfigurationItems wcm:action="add"> <Community_Name>Public</Community_Name> <Traps>123.456.7.89</Traps> </TrapConfigurationItems> </TrapConfiguration> <ValidCommunities> <ValidCommunity wcm:action="add" wcm:keyValue="Community1">2</ValidCommunity> <ValidCommunity wcm:action="add" wcm:keyValue="Community2">4</ValidCommunity> </ValidCommunities> |
To install Microsoft SNMP component, in remote client computers, follow the steps given below:
run�start /w ocsetup.exe SNMP.
%windir%\system32\ocsetup.exe /i:%windir%\inf\sysoc.inf /u:<path-to-answer-file> /r /q
Note: The <path-to-answer-file> must be a path to the text file in your network share. For example, %windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u: "\\machine1\DCSWRepository\ocm.txt " /r /q