Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

In a similar vein to queries to finding/diagnosing Windows Servers and Unix servers, the following queries may help a customer to find/diagnose ESX servers that have not been scanned.

List all unscanned ESX servers
SELECT TargetName
     , HostnameOrIP
	 , SuspectedOrScannedOS
	 , FoundDeviceID
	 , Reason
	 , TargetSet
FROM [history].[v_DiagnosticsDeviceList]
WHERE SuspectedOrScannedOS='ESX'
  AND Status='Unscanned'


  • No labels