Automic Workload Automation

 View Only
  • 1.  Unix agent is not coming up

    Posted Jul 31, 2022 07:35 PM
    Hi all,

    There is a unix agent , while bringing the agent online through putty , we are getting the following errors :-

    20220731/191630.349 - U02000102 Error when calling the function 'bind(:2300)', error code '98(Address already in use)'.
    20220731/191630.349 - U02003073 Agent Prozess 'LISTENER,PID=5727' shutdown has been initiated.
    20220731/191630.350 - U02002040 Disconnected from '*IPC(LISTENER)' (socket handle = 's=10,ID=7').
    20220731/191630.350 - U02003059 Agent process 'LISTENER,PID=5727' has stopped with return code '0(status=0)'.
    20220731/191630.352 - U02003056 Start of agent process 'LISTENER' with PID='5911' has been initiated.
    20220731/191630.355 - U02003057 Agent process 'LISTENER' with PID='5911' is up and running.
    20220731/191630.355 - U02000134 Thread 'LISTENER/CCM' started.
    20220731/191630.355 - U02000102 Error when calling the function 'bind(:2300)', error code '98(Address already in use)'.
    20220731/191700.357 - U02000102 Error when calling the function 'bind(:2300)', error code '98(Address already in use)'.
    20220731/191700.357 - U02003073 Agent Prozess 'LISTENER,PID=5911' shutdown has been initiated.
    20220731/191705.360 - U02002040 Disconnected from '*IPC(LISTENER)' (socket handle = 's=10,ID=9').
    20220731/191705.361 - U02003059 Agent process 'LISTENER,PID=5911' has stopped with return code '0(status=0)'.
    20220731/191705.361 - U02003073 Agent Prozess 'AGENT,PID=4748' shutdown has been initiated.
    20220731/191705.361 - U02000041 Shutdown Agent 'CALONLD055'.

    we got to know that 2300 port is already occupied, so how to free it and make the agent online ?

    Thanks


  • 2.  RE: Unix agent is not coming up

    Posted Aug 01, 2022 03:50 AM
    Either kill the process that is running on port 2300 (Kill -9 PID). Check with your server team once on the process that is running.

    Else, use port 2301 for your agent and start it.


  • 3.  RE: Unix agent is not coming up

    Posted Aug 01, 2022 03:50 AM
    Either kill the process running on port 2300 (kill -9 PID) or modify the port number on your agent ini file to 2301 and start your agent.
    Check with your server admin for the process running on port 2300 before killing it.

    Regards,
    Shashank Singh


  • 4.  RE: Unix agent is not coming up

    Posted Aug 01, 2022 07:33 PM
    thanks for your response 

    regards,
    Abhishek


  • 5.  RE: Unix agent is not coming up

    Broadcom Employee
    Posted Aug 16, 2022 03:53 AM
    Hi, optionally you can also configure a port different to 2300 to be used by the agent. Just open the agents .ini file and update the parameter port=
    Regards, Markus