What is the mechanism to exclude sources in the vmware probe?
search cancel

What is the mechanism to exclude sources in the vmware probe?

book

Article ID: 129196

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) Unified Infrastructure Management for Mainframe

Issue/Introduction

What is the mechanism to exclude sources in the vmware probe?

Environment

Release:
Component: UIMVMW

Resolution

You need to be at vmware probe version 7.11 or higher.

Navigate to Admin Console > Raw Configure > Setup, and add the config key 'filter_out_vms_with_vm_name_matching_regex' .
Specify the value with 'VM name' of the VM(s) you want to exclude under the setup section via raw configure.
example:

.*ws\d\d$|.* wks\d\d$|.*backup.*

for filtering out the following:

computerwks01
machinews01
backup-source-1111-12345678

.*ws\d\d$ = used to filter out any source that ends with ws##
.* wks\d\d$ = used to filter out any source that ends with wks##
.*backup.* = used to filter out any source that has backup in the name
Save the changes and restart the probe.
It should be noted that if you had already discovered the vcenter previously, the sources will have made it into USM. You will need to find those sources in USM > Inventory and remove them from there, if they had already been discovered.