Automic Workload Automation

 View Only
  • 1.  how to start ucybsmgr service manager in UC4

    Posted Oct 22, 2019 09:06 AM
    First i have checked service like below.
    ps -ef | grep -i ucybsmgr

    I have killed the respective process id.

    kill -9 process id.

    Then i have started the service manger with the below command 

    /opt/uc4/UC4V10/smgr/bin

    ./ucybsmgr UC4V10

    but the service manager has not started properly. Please suggest.


  • 2.  RE: how to start ucybsmgr service manager in UC4

    Posted Oct 22, 2019 09:35 AM
    ​I suppose you mean

    cd /opt/uc4/UC4V10/smgr/bin
    ./ucybsmgr UC4V10

    Beyond that: what does the log say?

    Also, here's a shot into the blue: on Linux, we observe that the network socket for the service manager (8871) remains in TIME_WAIT state sometimes for minutes after the smgr process has stopped. This might be compounded by killing the thing with kill -9. You might need to wait a bit (or check netstat -a) for the entry to vanish before you can start smgr again.


  • 3.  RE: how to start ucybsmgr service manager in UC4

    Posted Oct 22, 2019 04:48 PM
    Is there something in the logs?

    And the proper command should be :
    nohup ./ucybsmgr <phrase> &