如何使用Desktop Central安装SNMP组件?

说明

本文档提供了在远程客户端计算机中安装SNMP组件所需的步骤。

对于使用Windows Vista之前发行的操作系统的计算机

使用sysocmgr.exe为以下操作系统的计算机安装SNMP组件:

  • Windows 2000
  • Windows 2003
  • Windows XP
  • Windows 2003 R2

创建一个文本文件

使用sysocmgr.exe的第一步是创建一个文本文件,内容如下:

[NetOptionalComponents]
SNMP = 1

[SNMP]
Contact_Name = Michael Khanin
Location = Canada

Service = Physical, Applications, End-to-End

Community_Name = Public
Traps = server1.thesystemadministrator.com, server2.thesystemadministrator.com

Send_Authentication = Yes
Accept_CommunityName = Public:Read_Only
Any_Host = No
Limit_Host = server1.thesystemadministrator.com, server2.thesystemadministrator.com

注意:/q - 以安静模式运行(无显示页面)sysocmgr.exe,/r - 抑制重启(如需)。

部署的步骤

要使用Desktop Central在远程客户端计算机上安装SNMP组件,请执行以下步骤:

  1. 点击软件部署页签。
  2. 点击添加软件包
  3. 选择MSIEXEC/EXE/ISS/Command选项。
  4. 输入Installing Windows Components作为应用程序的名称。
  5. 静默安装命令字段输入以下命令:

    %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

  6. 点击添加软件包
  7. 操作栏中,对于您创建的软件包,点击安装/卸载软件图标。
  8. 输入配置的名称和描述。
  9. 指定所需的部署设置。
  10. 使用定义目标选项选择所需的客户端计算机。
  11. 点击部署

对于使用Windows vista和更高版本的操作系统的计算机

通过ocssetup.exe在以下操作系统的客户端计算机中安装SNMP组件:

  • Windows Vista
  • Windows 2008
  • Windows 7
  • Windows 2008 R2

创建一个xml文件

您需要创建一个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组件,请执行以下步骤:

  1. 点击软件部署页签。
  2. 点击添加软件包
  3. 选择MSIEXEC/EXE/ISS/Command选项。
  4. 输入Installing Windows Components作为应用程序的名称。
  5. 静默安装命令字段输入以下命令:

    运行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

  6. 点击添加软件包
  7. 操作栏,对于您创建的软件包,点击安装/卸载软件图标。
  8. 输入配置的名称和描述。
  9. 指定部署设置。
  10. 使用定义目标选项选择所需的客户端计算机。
  11. 点击部署
    您已使用Desktop Central成功安装了SNMP组件。

我们的客户