Adding an inventory query or table to a resource set


Resource sets are a way that IBM Director organizes inventory data. They are new in IBM Director 5.1.

You can add your queries or tables to the existing resource set tree structure.

Steps:

  1. Create a new file. Make the extension be ".tree"
  2. Edit the file
    1. Add one line per query or table
      The format of the line is either:
      1. For queries:
        all/childresourceset1/..../queryname
        NOTE: The "/" is a delimiter. all is always the top level of the ressource set tree.
      2. For tables:
        table:
        all/childresourceset1/..../queryname
  3. Place the file in the IBM Director proddata/inventory/querytree to install it.