Query Win32_LogicalDisk very slow (LogicalDiskHealthCheck.vbs)
Hi a few servers report a timeout when running Microsoft.Windows.Server.LogicalDiskHealthCheck.vbs when i execute the query in the script manually with wbemtest it takes about - 5-8 minutes - on other servers it presents the result immediatly. The query looks like this select * from Win32_LogicalDisk where (DriveType=3 or DriveType=6) and FileSystem != null the script also checks for the dirtybit but no dirty bit is set to true does anyone have an idea what is causing this? thanks in advance
April 28th, 2011 6:40am

Hi! Is it a general WMI problem? Try querying SELECT * FROM Win32_Services or something. /RogerThis posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
April 28th, 2011 6:53am

Try not running select *. If it is a windows 2003 server, consider upgrading to Server 2008 R2. At a minimum make sure the final patches for WMI for server 2003 were applied (these were done some years back). Microsoft Corporation
April 28th, 2011 11:51am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics