DrH*_*use 6 windows windows-server-core windows-server-2012
每次我尝试在服务器核心上安装管理 GUI 时,我都会收到此错误。
Install-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
+ Install-WindowsFeature Server-Gui-Mgmt-Infra -Source C:\mountdir\Windows\WinSxS
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (@{Vhd=; Credent...Name=localhost}:PSObject) [Install-WindowsFeature],Exception
+ FullyQualifiedErrorId : DISMAPI_Error__Cbs_Download_Failure,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand
Run Code Online (Sandbox Code Playgroud)
在 DISM 下我得到以下信息
Error: 0x800f081f
The source files could not be found.
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.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Run Code Online (Sandbox Code Playgroud)
DISM 日志:https : //gist.github.com/michael-manley/5329139
我确实知道,当它尝试从 Windows Update bu 下载时,通常会发生这种情况,正如您在我尝试使用 WIM 文件的命令中看到的那样。我尝试了 wim:D:\sources\install.wim:2 方法,以及安装和使用 C:\mountdir\Windows\WinSxS 方法,都失败了。服务器完全是最新的。我也尝试了从全新安装的 Server 2012 Standard 完全更新的修补 WIM。
小智 0
将 sxs/sources 文件夹从 ISO 复制到服务器上的本地路径(可以说是 i386 文件夹),并在命令行中指示sources 文件夹所在的位置。我从 UNC 路径尝试了此操作,但失败了。我们将服务器放置在无法访问互联网的地方。
| 归档时间: |
|
| 查看次数: |
33041 次 |
| 最近记录: |