Errors when trying to enable the failover cluster feature Server 2016

M

MrWalleye

Good Morning,

We Are trying to install the Failover-Cluster Feature. We have tried installing it through the GUI and from within powershell and receive the following error:

Failed to add or remove the Failover-Clustering feature. Error: The request to add or remove features on the specified server failed. Installation of one or more roles, role services, or features failed. The referenced assembly could not be found. Error: "0x80073701


We do have SEPM installed on the server but disabled it for the install.

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 referenced assembly could not be found. Error: 0x80073701
At line:1 char:1
+ install-WindowsFeature Failover-Clustering
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (@{Vhd=; Credent...Name=localhost}:pSObject) [Install-WindowsFeature], Exception
+ FullyQualifiedErrorId : DISMAPI_Error__Failed_To_Enable_Updates,Microsoft.Windows.ServerManager.Commands.AddWindowsFeatureCommand

Success Restart Needed Exit Code Feature Result
------- -------------- --------- --------------
False No Failed {}



I do see a few errors in the CBS log as follows:


CBS Mark store corruption flag because of package: Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1066.1.8. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]

CBS Mark store corruption flag because of package: Package_for_KB3150513~31bf3856ad364e35~amd64~~10.0.1.9. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]

CBS Exec: Processing complete. Session: 30691364_3326994487, Package: Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.14393.0 [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]


Any ideas?

Continue reading...
 
Back
Top Bottom