Resolving “Not clustered or the cluster service is up and online” in SQL Server patching

ARSLANOV
2 min readNov 16, 2023

--

I faced one issue with a customer I want to share.

Customer had SQL Server 2016. While installing the security patch, they faced below error and installation failed:

After checking the Setup bootstrap Detail logs, I found the below logs:

The above logs are showing that the call to WMI class is being cancelled after 20 mins wait. We are not being able to access the class. This issue is related to WMI.

To resolve the issue, we started WBEMTEST and run WMI query “select * from win32_service”. However, the process has stuck at process called “Eaphost”:

To resolve the issue, we just stopped Eaphost process which belonged to Elastic Agent and the query succeeded afterwards:

After retrying the installation, we successfully installed the patch.

That is all :)

To learn more about SQL Server: ARSLANOV — YouTube

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

ARSLANOV
ARSLANOV

Written by ARSLANOV

SQL Server DBA at Microsoft

No responses yet

Write a response