|
Thanks for this info!
The entry I saw was a bit different, perhaps because it is the latest
release(?):
Job Job Description Library
ZS_STR_SBS ZSVRIPLD ZENDSVR6
Regardless, I don't want these subsystems to start automatically so I
removed that autostart job entry:
RMVAJE SBSD(QSYSWRK) JOB(ZS_STR_SBS)
Now, I can schedule Advanced Job Scheduler jobs to start/stop the
subsystems accordingly.
Thanks, again.
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
On 09/17/2013 3:59 PM, Jim Essinger wrote:
If your system is like mine you might find an auto start job in theQSYSWRK
subsystem for ZendSvr. It took me a while to find this, as I wanted tolast
control when the ZendSvr subsystem was started and ended. Mine is the
one in the list and looks like:up
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
servers on a nightly basis:doing
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
a save.referenced?
/*‚ 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
list
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
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.
--
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-2024 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.