WINDOWS: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
Linha 3: | Linha 3: | ||
=FailOverManager= | =FailOverManager= | ||
*[https://docs.vmware.com/en/VMware-vSphere/6.7/vsphere-esxi-vcenter-server-671-setup-mscs.pdf Setup for Failover Clustering and Microsoft Cluster Service] | *[https://docs.vmware.com/en/VMware-vSphere/6.7/vsphere-esxi-vcenter-server-671-setup-mscs.pdf Setup for Failover Clustering and Microsoft Cluster Service] | ||
=Errors= | |||
==0xc0000135== | |||
Message | |||
<pre> | |||
--------------------------- | |||
ServerManager.exe - Application Error | |||
--------------------------- | |||
The application was unable to start correctly (0xc0000135). Click OK to close the application. | |||
--------------------------- | |||
OK | |||
--------------------------- | |||
</pre> | |||
Solution | |||
<pre> | |||
DISM.exe /online /enable-feature /all /featurename:NetFx3 | |||
or | |||
DISM.exe /online /enable-feature /all /featurename:NetFx4 | |||
</pre> |
Edição das 13h20min de 30 de setembro de 2019
FailOverManager
Errors
0xc0000135
Message
--------------------------- ServerManager.exe - Application Error --------------------------- The application was unable to start correctly (0xc0000135). Click OK to close the application. --------------------------- OK ---------------------------
Solution
DISM.exe /online /enable-feature /all /featurename:NetFx3 or DISM.exe /online /enable-feature /all /featurename:NetFx4