How to move a robot from one directory to another on a Linux OS
search cancel

How to move a robot from one directory to another on a Linux OS

book

Article ID: 194077

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

What are the steps to move a robot install from one directory to another on a Linux platform?

Environment

Release : 9.0.2

Component : UIM - INSTALL

Resolution

Example: Steps to migration Nimsoft robot install from /opt/ to / on Linux

- service nimbus stop
- cp -Rf /opt/nimsoft /nimsoft
- vim /etc/init.d/nimbus
- Replace /opt with / in the nimbus.conf
- Update the environment section in the robot.cfg if it includes static paths to the jre
- service nimbus start