Note: Please do not give any space between the parameter and value.
Execute the following command, where <OS> is debian or ubuntu and <arch> is amd64
Run “dpkg -i nimsoft-robot+ubuntu_amd64.deb”
Configure the robot after the installer exits.
chmod –R 755 /opt/nimsoft
Run the following script to create the robot.cfg
/opt/nimsoft/install/RobotConfigurer.sh
Run the following command to enable the robot services on Ubuntu 16
/opt/nimsoft/install/service-ctrl.sh enable
Start the robot
/opt/nimsoft/bin/niminit start
Uninstall:
========
Stop the robot with command
/opt/nimsoft/bin/niminit stop
uninstall the service by executing the command
systemctl disable nimbus.service
delete the file
/lib/systemd/system/nimbus.service
Make sure no process is running on server using command
ps -eaf | grep nim
Delete the 'Nimsoft' folder under /opt directory.
Additional Information
By default Debian v6 uses the address 127.0.1.1 as the name resolution address. Add the following line to the robot.cfg file if it not there with actual ip address.
robotip = ip_address
Where ip_address is the desired IP address that the robot should bind to on the target machine.