Skip to main content
Skip table of contents

How to fix error "Cannot get logical disk information"

If System Manager can't recognize server disks then problem can be Windows WMI polling method.

In DVRlog you should see this kind of error

ERROR DVRServer.exe - Cannot get logical disk informationSystem.Management.ManagementException: Invalid class
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
at Mirasys.Servers.Recorder.DVRServices.Monitoring.MonitoringService.GetDriveInformation()

Step-by-step guide

  1. Create a system restore point (Steps: https://support.microsoft.com/en-us/help/17127/windows-back-up-restore)
  2. From the command prompt with administrative rights or elevated privileges change directory to C:\Windows\System32\Wbem and run the following command: mofcomp.exe CimWin32.mo
  3. For re-registering associated .dll if one exists use following command: regsvr32 CIMWin32.dll
  4. Restart the Windows Management Instrumentation Service
  5. Start System Manager and check if you can see disks

If this is not helping do also these steps

  1. Go to start-run and type in wmimgmt.msc
  2. Right click on Local Wmi Control (Local)and select properties
  3. Click on the Security tab and expand Root folder. You can now see cimv2.
  4. Create a system restore point (Steps: https://support.microsoft.com/en-us/help/17127/windows-back-up-restore)
  5. Execute the console application if there is no error, exit.
  6. From the command prompt with administrative rights or elevated privileges, execute the following steps and execute the following this: net stop winmgmt
  7. Open a Windows Explorer and locate the path to C:\windows\system32\WBEM\ folder and rename the Repository folder to something else like RepositoryOLD (right click and choose 'Rename Folder').
  8. Restart the computer
  9. From the command prompt with administrative rights or elevated privileges, execute the following steps and execute the following this: net stop winmgmt
  10. From the command prompt with administrative rights or elevated privileges, execute the following steps and execute the following this: winmgmt /resetRepository
  11. Restart the computer
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.