DX Unified Infrastructure Management

  • 1.  AS400 server spooler error

    Posted May 22, 2017 08:24 AM

    Max. restarts reached for probe spooler (command = spooler)
    Max. restarts reached for probe spooler (command = spooler)

     

    Spooler is down after troubleshooting.

    OS :- as400

    Robot version :- 5.73

     

    spooler log:-

    May 22 12:16:39:289 spooler: Robot Spooler 5.73 [Aug 13 2014]
    May 22 12:16:39:289 spooler: Nimsoft LLC
    May 22 12:16:39:289 spooler: PID=407, loglevel=2
    May 22 12:16:39:289 spooler: robot=SV502SK5 domain=MTaaS
    May 22 12:16:39:289 spooler: spooling=off flush_timeout=60 flush_priority=3 flush_records=30
    May 22 12:16:39:289 spooler: expire=259200
    May 22 12:16:39:289 spooler: sockServer: requested port 48001 is already in use
    May 22 12:16:39:289 spooler: nimSession - failed to create server session on port 48001, error code 3021
    May 22 12:16:39:289 spooler: nimCreateServer session failed.
    May 22 12:16:40:327 Controller: Max. restarts reached for probe 'spooler' (command = spooler)



  • 2.  Re: AS400 server spooler error

    Posted May 22, 2017 08:33 AM

    The problem is the default port is in use

    spooler: sockServer: requested port 48001 is already in use

     

    Manually edit the robot.cfg and specific ports

    it doesn't have to be these port #s but for example:

    controller_port = 48010                   
    spooler_port = 480011     
    first_probe_port = 48012   

     

    Also it may be necessary to set these two to 'no'

    strict_ip_binding=no     
    local_ip_validation=no



  • 3.  Re: AS400 server spooler error

    Posted May 22, 2017 09:49 AM

    Hi David, thanks for the help.

     

    Whereas I have made the following changes on the server.

    -spooler_port = 48001     
     first_probe_port = 48004

     

    - strict_ip_binding=no     
    local_ip_validation=no

     

    Still spooler is unable to pic the port, same error is spooler log.

     

    Please suggest further.



  • 4.  Re: AS400 server spooler error
    Best Answer

    Posted May 22, 2017 09:54 AM

    48001 is the default and the one already in use, if you want it to work you have to specify a port that is open.



  • 5.  Re: AS400 server spooler error

    Posted Jan 11, 2018 06:01 AM

    We had the same issue but on a Redhat Linux Server - another application had stolen the port - doing this fix worked - but killing the application that stole the port in the first place put things back to how they should be.