What is the command line to start, stop and restart nimbus on Solaris 10
search cancel

What is the command line to start, stop and restart nimbus on Solaris 10

book

Article ID: 240756

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

The command lines to start, stop and restart the robot described in the documentation for Solaris don't seem to work on Solaris 10 box.

Under /etc/init.d path there is no nimbus, but just a nimbus_boot.

Should that be used?

Environment

Release : 20.3

Component : UIM - ROBOT_SOL

Resolution

The command lines to start, stop and restart the nimbus process on Solaris 10 are:

1. Start: /etc/init.d/nimbus_boot start

2. Stop: /etc/init.d/nimbus_boot stop

3. Restart: /etc/init.d/nimbus_boot restart

To check whether the process is running or not, you can use next command line:

4. Status: ps -fe | grep -i nimsoft

For example:

bash-3.2# ps -fe | grep -i nimsoft
    root   857     1   0 13:04:19 ?           0:00 ./nimbus /opt/nimsoft
    root   898   880   0 13:11:15 pts/2       0:00 grep -i nimsoft

Additional Information

Start, Stop, or Uninstall a Robot (Command Line) - Solaris
https://techdocs.broadcom.com/us/en/ca-enterprise-software/it-operations-management/unified-infrastructure-management/20-3/administering/start-stop-or-uninstall-a-robot-command-line.html#concept.dita_2e713de74f4a1baea41320b03a94c50bee330784_Solaris