Wednesday, January 16, 2008

How to query the list of servers currently monitored in NetIQ QDB database?

The below query will give all the currently monitored server names of both UNIX and WINDOWS server.

Execute the following query in the MSSQL query analyzer.
"Select name from object where typeid = '2' or typeid = '16'"