Steps to enable Smarts NPM ISIS discovery and probe debugging
search cancel

Steps to enable Smarts NPM ISIS discovery and probe debugging

book

Article ID: 303757

calendar_today

Updated On:

Products

VMware Smart Assurance

Issue/Introduction

This article explains the steps  to enable Smarts NPM ISIS discovery and probe debugging

Environment

Smarts 10.1.X

Resolution

The scripts that implement the Smarts NPM ISIS discovery and probing are located here:

<BASEDIR>/smarts/integration/isis/ic-isis-instrument.pl

<BASEDIR>/smarts/actions/isis/ic-isis-create.pl

Each of these scripts contains the following line:

my $detailDebug = 0;

To enable discovery and probing, change this line to the following in both scripts:

my $detailDebug = 1;

Note: A restart of the domain is NOT required to implement this change.

Debug output
Debug output is written to the following files:

<BASEDIR>/logs/isis-perl-discovery-*

<BASEDIR>/logs/isis-perl-instrument-*