Recommended procedure for robot rename or change of IP
search cancel

Recommended procedure for robot rename or change of IP

book

Article ID: 137766

calendar_today

Updated On:

Products

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

Issue/Introduction

Are there documented best practices for handling scenarios when a UIM Robot system changes hostname and/or IP?

Environment

Release : 9.0.1 or higher

Component : UIM - ROBOT

Cause

- Administration/automation

Resolution

Procedure for robot rename or change of IP - here is the sequence of steps involved in such a procedure.

There is nothing 'out of the box' available in UIM to do this by 'pressing a button' to automate it so to speak but it could be scripted and tested.

1. Stop the Nimsoft Robot Watcher service

2. Remove the robot from the hub (via deletion of robot.sds or removerobot callback)

3. Query cm_computer_system table to get the associated cs_id(s) by running the sql statement
       
     select * from CM_COMPUTER_SYSTEM where name = '<robot_name>'
 
4. Remove the device using the discovery_server probe callback to remove the master device by the cs_id
 
5. On the robot server file system – delete the niscache folder
 
6. Edit the robot.cfg and change the robot name/ip
 
7. Start the robot service
 
8. Validate security for any probes that fail the file check. (a nas AO profile and LUA script can be used for this purpose)

Additional Information

Supporting articles:

How to change the IP Address for a Robot