Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Zend Server for IBM i Version 6 or higher running on any supported version of IBM i

Resolution

Versions Zend Server 9.1.x, 2018.0.x, 2019.0.x and higher

These are the commands to start and stop Zend Server. They correspond to options 1 and 2 on the Zend Server Service Management Menu. They will start and stop both the ZENDSVR6 ZENDPHP& subsystem and the ZENDSVR6 ZENDPHP7 Apache instance in subsystem QHTTPSVR.

Please Note: These commands must be run with a user profile possessing the *ALLOBJ and *JOBCTL special authorities.

Version 9 and higher

To start Zend Server:

Info
iconfalse
ADDLIBLE ZENDPHP7
CALL ZENDPHP7/ZSTRSBS

...

Info
iconfalse
ADDLIBLE ZENDPHP7
CALL ZENDPHP7/ZENDSBS

...

Versions 6, 7, or 8.5.x

These are the commands to start and stop Zend Server. They correspond to options 1 and 2 on the Zend Server Service Management Menu. They will start and stop both the ZENDSVR6 subsystem and the ZENDSVR6 Apache instance in subsystem QHTTPSVR.

Please Note: These commands must be run with a user profile possessing the *ALLOBJ and *JOBCTL special authorities.

To start Zend Server:

Info
iconfalse
ADDLIBLE ZENDSVR6
CALL ZENDSVR6/ZSTRSBS

...

An alternative is to submit the commands:

...

Versions Zend Server 9.1.x, 2018.0.x, 2019.0.x and higher

To start Zend Server:

Info
iconfalse
SBMJOB CMD(CALL PGM(ZENDPHP7/ZSTRSBS)) +
JOB(START_ZSV) JOBD(ZENDPHP7/ZSVR_JOBD) +
JOBQ(QGPL/QBATCH)

...

Info
iconfalse
SBMJOB CMD(CALL PGM(ZENDPHP7/ZENDSBS)) +
JOB(STOP_ZSV) JOBD(ZENDPHP7/ZSVR_JOBD) +
JOBQ(QGPL/QBATCH)

Version 6, 7, or 8.5.x

To start Zend Server:

Info
iconfalse
SBMJOB CMD(CALL PGM(ZENDSVR6/ZSTRSBS)) +
JOB(START_ZSV) JOBD(ZENDSVR6/ZSVR_JOBD) +
JOBQ(QGPL/QBATCH)

...

One way to start at startup is to put the commands to start the ZENDPHP7 or ZEDNSVR6 ZENDSVR6 subsystem in the start up program defined by the QSTRUPPGM system value.

...