Hello:
During the installation of Adding node to a SQL Server failover cluster(On passive node) getting error like..
TITLE: Microsoft SQL Server 2012 Setup
------------------------------
The following error has occurred:
The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the failure of the WMI server to start.
We run the below commands but didn’t get any resolution & got the same above error .
1<sup>st</sup> Method…
1. Open console command (Run->CMD with administrator privileges).
2. net stop winmgmt
3. Rename folder %windir%\System32\Wbem\
4. net start winmgmt
2<sup>nd</sup> Method..
1. Disable and stop the WMI service.
a) Command : - sc config winmgmt start= disabled
b. Command : - net stop winmgmt
2. Run the following commands.
a). Command: Winmgmt /salvagerepository %windir%\System32\wbem
b). Command: Winmgmt /resetrepository %windir%\System32\wbem
3. Re-enable the WMI service
Command: sc config winmgmt start= auto
Last command to run after above steps
4. Command: mofcomp "%programfiles(x86)%\Microsoft SQL Server\100\Shared\
File not found Error for above command
Kindly help if anyone have any resolution.
Bob