|
If your system is like mine you might find an auto start job in the QSYSWRK
subsystem for ZendSvr. It took me a while to find this, as I wanted to
control when the ZendSvr subsystem was started and ended. Mine is the last
one in the list and looks like:
Job Job Description Library
ZS_STR_SBS ZSVRIPLD ZENDSVR
You can leave or remove as needed for your system.
I have the following commands in my CL programs that shut down or start up
servers on a nightly basis:
Ending:
/*‚ End the Zend Server subsystem €*/
ENDSBS SBS(ZENDSVR) DELAY(60)
MONMSG MSGID(CPF0000)
I run a delay job command here to allow all the servers to end before doing
a save.
/*‚ Restart the Zend Server subsystem €*/
STRSBS SBSD(ZENDSVR/ZENDSVR)
DLYJOB DLY(60)
HTH
Jim Essinger
Western Power Sports.
On Tue, Sep 17, 2013 at 1:25 PM, Robert Clay <zreclay@xxxxxxxxx> wrote:
I can't get anything to go through to the web400 list so I'm posting
here in hopes that someone will be able to help.
I've installed Zend today on a V6.1.0 LPAR.
There are options for starting/stopping the ZEND subsystems on the
ZSMENU but I'd like to be able to accomplish these tasks in a program.
I'm guessing:
ENDSBS SBS(ZENDDBI) OPTION(*IMMED)
ENDSBS SBS(ZENDSVR6) OPTION(*IMMED)
and
STRSBS SBSD(ZENDSVR6/ZENDSVR6)
STRSBS SBSD(ZMYSQL/ZENDDBI)
but I'm curious as to whether this will work effectively. Is there a
specific user profile or JobD or anything else that should be referenced?
Thanks in advance for any information,
Robert
--
"Contrariwise, if it was so, it might be; and if it were so, it would
be; but as it isn't, it ain't. That's logic."--Tweedledee
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.