Get-WmiObject : No such interface supported

We are getting this error on our production web servers. below is the detailed error for your reference.

Calamari is up to date
Host Name: WEBSERVER
Running As: dc\SYSTEM (Local Administrator: True)
Running Tentacle version 3.22.0
Tentacle communication uses a ‘sha256RSA’ certificate
Running latest version of Calamari: 4.7.21
Get-WmiObject : No such interface supported
At C:\Octopus\Work\20181114093941-15831-5\Bootstrap.ps1:136 char:2

  • Get-WmiObject win32_Volume | ? { ($_.DriveType -eq 3) -and ($_.Fr ... 
    
  • ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    • CategoryInfo : InvalidOperation: (:slight_smile: [Get-WmiObject], COMException
    • FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand

We need to restart the server to fix the issue. This is hampering our deployments on the target machine. This is especially a problem when we have a single server for few applications.

Can you suggest a fix for this other than restarting the machine.

Thanks,
Venkatesh

HI @drks.venkatesh,

Thanks for getting in touch!

That issue looks like broken WMI on that particular machine, this thread has some good options on how to troubleshoot the problem.

Let me know if there is anything further we can assist with,

Regards,
Alex

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.