Selecting virtual machines for UUID-based filtering

You can select virtual machines for whom the capacity data is to be collected by putting their UUIDs in the vmmfilterconf.properties file.

Procedure

  1. Obtain the list of virtual machines UUIDs by running the select distinct uuid from ADM.VIRTUAL_VM_UUID SQL query. For more information, see Obtaining the list of virtual machine UUIDs.
  2. In the BES Client\LMT\VMMAN\config directory, open the vmmfilterconf.properties file.
  3. Add the UUIDs of chosen virtual machines
    During filter matching, the VM manager removes any white space characters and hyphens (-). All letters are also converted to uppercase.

Example

All of these entries are valid:

  • 5030a6eb-485a-35b5-0fa0-a8bc4a459c9d
  • 564da050-7b20-8754-b578-e8437da8653e
  • 564D1E0d4C0CE65B8A54203D7E032D2B

What to do next

Run the following command to load the list of UUIDs that you configured:
  • Linux ./vmman.sh -reloadconfig
  • Windows vmman.bat -reloadconfig