Vmware probe's monitoring information query of a specific robot
search cancel

Vmware probe's monitoring information query of a specific robot

book

Article ID: 260105

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Is it possible to execute a query in the database, that shows all vmware probe's monitoring information in a specific robot?

 

Environment

Release: 20.4

Vmware probe

Cause

Query requested.

Resolution

Check the name of the VMware robot from where other VMware devices are being monitored:

<get the output of dev_nam from the below>

select * from cm_device where dev_name=<robot_running_vmware_probe> and probe_name='controller';

from the above output, pick  the dev_id and execute below:

select * from cm_device where dev_src_id=<dev_id_from_above-query> and probe_name='vmware';