本文档提供了在远程客户端计算机中安装SNMP组件所需的步骤。
使用sysocmgr.exe为以下操作系统的计算机安装SNMP组件:
使用sysocmgr.exe的第一步是创建一个文本文件,内容如下:
[NetOptionalComponents] [SNMP] Service = Physical, Applications, End-to-End Community_Name = Public Send_Authentication = Yes |
注意:/q - 以安静模式运行(无显示页面)sysocmgr.exe,/r - 抑制重启(如需)。
要使用Desktop Central在远程客户端计算机上安装SNMP组件,请执行以下步骤:
%windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u:<path-to-answer-file> /r /q
注意:<path-to-answer-file>是网络共享中文本文件的路径。例如,%windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u: "\machine1\DCSWRepository\ocm.txt " /r /q
通过ocssetup.exe在以下操作系统的客户端计算机中安装SNMP组件:
您需要创建一个xml文件,如下所示:
<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> |
要使用Desktop Central在远程客户端计算机上安装Microsoft SNMP组件,请执行以下步骤:
运行start /w ocsetup.exe SNMP。
%windir%\system32\ocsetup.exe /i:%windir%\inf\sysoc.inf /u:<path-to-answer-file> /r /q
注意:<path-to-answer-file>是网络共享中文本文件的路径。例如,%windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u: "\machine1\DCSWRepository\ocm.txt " /r /q