DX Unified Infrastructure Management

  • 1.  Restart Nimbus service on AIX servers

    Posted Sep 05, 2018 11:02 AM
      |   view attached

    Hi All,

     

    I am trying to restart the nimbus service on AIX 6 robot but its not hapenning.

    The actual problem is that the AIX installer does not ask for robot ip during installation and due to this sometimes the wrong IP gets picked up.

    So i am trying to add manually in robot.cfg and restart the service.

    Please see attached screenshot for refrence , where i have used the command "/usr/bin/startsrc –s nimbus" but it is not running.



  • 2.  Re: Restart Nimbus service on AIX servers

    Posted Sep 06, 2018 05:08 AM

    Hi Gene_Howard ,

     

    Your thoughts on this ?

    is this not the complete command ?

     

    thanks



  • 3.  Re: Restart Nimbus service on AIX servers

    Posted Sep 10, 2018 04:05 PM

    Hello!

     

    Start, Stop, or Uninstall a Robot (Command Line) - CA Unified Infrastructure Management - 8.5.1 - CA Technologies Docume… 

     

     

    AIX

    ActionCommand
    Start

    /usr/bin/startsrc –s nimbus

    Stop

    /usr/bin/stopsrc –s nimbus

    Remove

    rmdir -rf /opt/nimsoft

    rmssys -s nimbus

    rmssys -s nimsh

    rpm –e nimsoft-robot removes the robot rpm. Use this command if the robot was installed using ADE.

    rmdir -rf /opt/nimsoft removes the associated robot files and directories.

    Use rmssys -s nimbus|nimsh to ensure that the service (subsystem) is completely removed.

     

     

    Kind Regards,

     

    Alex Yasuda
    Sr. Support Engineer



  • 4.  Re: Restart Nimbus service on AIX servers

    Posted Sep 12, 2018 11:21 AM

    Hi Alex ,

     

    I tried these commands only but i believe it requires some more arguments.

    Please see the attached screenshot.

     

    Thanks

    Anmol



  • 5.  Re: Restart Nimbus service on AIX servers

    Posted Sep 12, 2018 12:53 PM

    Maybe /etc/inittab in AIX?

     

    IBM AIX autostartup and shutdown scripts

     

    Looks for "nimbus" process and it should be running .

     

    Try:

     

    /opt/nimsoft/bin/niminit stop



  • 6.  Re: Restart Nimbus service on AIX servers

    Posted Oct 12, 2018 09:46 AM

    Hi anmol-k ,

     

    Any update on this issue? Could you try the command above?

    Thanks in advance for your feedback.