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: (
[Get-WmiObject], COMException
- FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand
- CategoryInfo : InvalidOperation: (
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