What are the steps to move a robot install from one directory to another on a Linux platform?
Release : 9.0.2
Component : UIM - INSTALL
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