Probe Utility Command Line to change configuration file settings - Add user tag in controller probe
search cancel

Probe Utility Command Line to change configuration file settings - Add user tag in controller probe

book

Article ID: 131839

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction



How to set the user tags via probe utility

Environment

Release:
Component: UIMROB

Resolution

pu.exe -u administrator -p pwd /<DOMAIN>/<HUB>/<TARGET_ROBOT>/controller probe_config_set controller controller <USER_TAG> <VALUE> ""

for example to set the user tag 1 value as TEST on a robot called "rob1" connect to hub "hub1" in uim domain "Domain1"
pu.exe -u administrator -p pwd /Domain1/hub1/rob1/controller probe_config_set controller controller os_user1 TEST ""

If you wish to set user tag 2 change os_user1 to os_user2