UIM: Probe Utility (PU) S and _stop commands executes a probe restart instead of stopping
search cancel

UIM: Probe Utility (PU) S and _stop commands executes a probe restart instead of stopping

book

Article ID: 226841

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

We need to ability to stop/start the probe using the pu command but when we execute the  S and  _stop commands against the probe, the probe starts up again.

What command can we use to stop or start a probe?

Environment

Release : UIM 20.4

Component : UIM - ROBOT

Cause

When the stop command is passed to the probe, the probe will trigger a stop on itself but controller, as part of its general check, starts up the probe since the probe status is active (active = yes) in the in the controller.cfg).

Resolution

To stop the probe:

pu -u administrator -p MyPassword /uimdomain/hub/myrobot/controller probe_deactivate cdm

To start the probe:

pu -u administrator -p MyPassword /uimdomain/hub/myrobot/controller probe_activate cdm