EGL Server Guide for iSeries


Starting the iSeries Remote Build Server

The Remote Build Server is a program, named CCUBLDS, that runs as a job on the iSeries. It listens on a tcp/ip port. Once started, it runs continuously until the job is canceled. Following is an example of the command to start the build server job:

SBMJOB CMD(CALL PGM(*LIBL/CCUBLDS) PARM('-p' '2600')) JOB(CCUBLDS) JOBQ(QSYS/QSYSNOMAX)

Here the server port is 2600, but any available port number can be used. The build server must be invoked by an administrator userid that is authorized to access user profiles.


[ Top of Page | Previous Page | Next Page | Table of Contents ]