Uninstall a probe via script (pu.exe)
search cancel

Uninstall a probe via script (pu.exe)

book

Article ID: 34696

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

How can I uninstall a probe via a script? 

What PU command can I use to uninstall a probe remotely? 

Environment

Release: UIM 20.4.x
Component: PU utlitiy

Cause

Guidance

Resolution

Uninstall a probe via a script using the following robot controller callback.

Open command prompt and change directory to <NIMDIR>/bin

 

Run the following callback

         pu.exe -u <username> -p <password> </DomainName/hub_name/robot_name/controller> inst_pkg_remove package_name probe_name noforce

Note: Domain name, hub_name and robot_name are case sensitive.

Example:

Uninstall the rsp probe, for example:

          pu.exe -u administrator -p pass01 /Nim_<Dom/Primary_hub/Rob_1/controller> inst_pkg_remove rsp rsp 0

Additional Information

Run Probe Commands from a Command Prompt (broadcom.com)