How do I export a list of machine names from AppManager? (NETIQKB45582)

  • 7745582
  • 02-Feb-2007
  • 08-Oct-2010

Environment

AppManager 6.x
AppManager 7.0.x

Situation

How do I export a list of machine names from AppManager?
How do I retrieve a list of computers that are being monitored by AppManager?

Resolution

To generate a list of all AppManager computers:

  1. In the Operator Console, select the ReportAM KS tab.
  2. Drop the Inventory report on your report agent to display the Properties for ReportAM_Inventory window.
  3. On the Select Computers line, click ? to display the Select View window.
  4. Click View.
  5. Select the view to run the report on, such as NT.
  6. Click Finish to return to the Properties for ReportAM_Inventory window.
  7. Click OK to run the report.
  8. When the report completes view the results in the report viewer.
  9. If you want to save the information, cut and paste the report to another application such as Notepad, Microsoft Excel, or Microsoft Word.
  10. Repeat steps 1-9 for all views.


Additional Information

Formerly known as NETIQKB45582

You can also run the following sql query against the QDB database in Sql Query Analyzer.
select * from object where typeid in (2, 16)

This will return both windows and unix machines currently in the AppManager QDB.