How does use_instance_uuid setting work in vmware probe
search cancel

How does use_instance_uuid setting work in vmware probe

book

Article ID: 112852

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction



How does use_instance_uuid setting work within vmware probe

Environment

vmware probe 5.01 or newer

Resolution

This works as follows.

use_instance_uuid = yes (default : yes)
When you create static type monitor for guest machine, "vc.uuid" value takes apart of monitor's key.
In this example, yellow colored is "vc.uuid" of the guest machine.

            key = "ESC:V:<vc_uuid>"."Memory"."Memory UsageESC:250"
            name = VM01.Memory Usage

use_instance_uuid = no
When you create static type monitor for guest machine, "bios.uuid" value takes apart of monitor's key.
In this example, yellow colored is "bios.uuid" of the guest machine.

            key = "ESC:V:<bios_uuid>"."Memory"."Memory UsageESC:250"
            name = VM01.Memory Usage
 

Additional Information

1. Important !!
When you change use_instance_uuid value, existing static monitors for guest machine no longer work.
Please recreate monitors manually.

2. The below KB help you to understand difference in between "Static Monitor" and "Auto Monitor".
https://comm.support.ca.com/kb/What-is-difference-in-between-Static-Monitor-and-Auto-Monitor-and-how-IM-GUI-Template-interacts-with-probe/kb000010355

3. "vc.uuid" and "bios.uuid" values can be confirmed in .vmx file.