Lemonde
  • Lemonde
  • 100% (Exalted)
  • Advanced Member Topic Starter
5 years ago
I have a Dell server with 6 volumes over 12 disks and I am seeing nothing in server manager.

A red ribbon with 'One or more errors occurred in the refresh operation'sits at the top of sever manager and remains even after requesting a full refresh or 'Rescan Storage' command.

Error occurred during storage enumeration cannot connect

The volumes show up fine in Computer Management

UserPostedImage

I am presuming this is an error with Server Manager or WinRM as the system functions properly and the system shows up correctly in Computer Management.

The WinRM service is started but is generating this error:

The WinRM service is not listening for WS-Management requests.
Sponsor

Want to thank us? Use: Patreon or PayPal or Bitcoins: bc1q4whppe29dw77rm4kv4pln0gqae4yjnxly0dny0hky6yhnafukzjsyrsqhk

All opinions expressed within these pages are sent in by members of the public or by our staff in their spare time, and as such do not represent any opinion held by sircles.net Ltd or their partners.


Lemonde
  • Lemonde
  • 100% (Exalted)
  • Advanced Member Topic Starter
5 years ago
Still unable to connect to the WinRM service we looked at some of the symptoms:

The local machine was unable to find the service listening on 127.0.0.1

UserPostedImage

So we checked all of the firewall rules and found everything to be unblocked.

Next we checked with:

netsh http show iplisten

We saw:

IP addresses present in the IP listen list:


192.168.1.20

Which presumably was blocking the localhost 127.0.0.1 lookup - this is possible as there are more than one IP address on this VM host system.

So we removed that entry:

netsh http delete iplisten 192.168.1.20

IP address successfully deleted

OK so again we run netsh http show iplisten

This time the result is:

IP addresses present in the IP listen list:



OK so no filtering on IP address.

Now we refresh the server manager and, hey presto! Drives have returned...