我开始为戴尔OME准备基础架构 – 事实上,客户端需要权限SNMP – SNMP即RSAT-SNMP。 不幸的是,RSAT-SNMP是get-windowsfeatures被“删除”的。 如果尝试安装(从核心安装CD)并且安装失败。
Add-WindowsFeature : The request to add or remove features on the specified server failed. Installation of one or more roles, role services, or features failed. The source files could not be downloaded. Use the "source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077. Error: 0x800f0906 At line:1 char:1 + Add-WindowsFeature RSAT-SNMP + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (@{Vhd=; Credent...Name=localhost}:PSObject) [Install-WindowsFeature], Exception + FullyQualifiedErrorId : DISMAPI_Error__Cbs_Download_Failure,Microsoft.Windows.ServerManager.Commands.AddWindowsF eatureCommand
服务器核心上安装RSAT-SNMP有没有办法,或者我必须升级到最小的GUI?
谢谢
正如在错误信息中指出的,你需要指定文件的来源,使用:
Install-WindowsFeature -Name RSAT-SNMP -Source \\server2\winsxs
作为源,您可以指定DVD或networking共享。
这可能仍然不起作用,如果您的服务器安装了更新1(KB 2919355),则原始源文件不起作用。 您需要有更新的KB 2919355文件的源代码。
如果您有MSDN订阅,则可以使用更新1下载新的ISO,否则您可能会指向另一个完整的服务器,其更新为winsxs。