|
As an alternative method to start TCP/IP (and supposedly the way IBM is going to use as a default in future). On your V4R3 system you will find an IBM supplied JOBD called QTOCSTRTCP. Add an autostart job entry to QSYSWRK: ADDAJE SBSD(QSYSWRK) JOB(STRUPTCPIP) JOBD(QSYS/QTOCSTRTCP) In the startup program, QSYSWRK starts when another subsystem is started. Usually the QSTRUP had QSPL as first subsystem started. You still need to leave a delay for TCP/IP to start before starting QSERVER subsystem (which includes the NetServer job): PGM DCL VAR(&STRWTRS) TYPE(*CHAR) LEN(1) DCL VAR(&CTLSBSD) TYPE(*CHAR) LEN(20) DCL VAR(&CPYR) TYPE(*CHAR) LEN(90) VALUE('5769-SS1 (C) COPYRIGHT- IBM CORP 1980, 1997. LICENSED MATERIAL - PROGRAM PROPERTY OF IBM') MONMSG MSGID(CPF0000) CHGJOB LOG(4 0 *SECLVL) LOGCLPGM(*YES) QSYS/STRSBS SBSD(QSPL) DLYJOB DLY(60) /* Allow QSYSWRK subsystem & it's + auto-start jobs (like TCP/IP - using JOBD + QTOCSTRTCP) to start before QSERVER. */ QSYS/STRSBS SBSD(QSERVER) ... Neil Palmer DPS Data Processing Services Canada Ltd. AS/400~~~~~ Markham, Ontario, Canada ___________ ___ ~ Phone: (905) 474-4890 x303 |OOOOOOOOOO| ________ o|__||= Cell.: (416) 565-1682 x303 |__________|_|______|_|______) Fax: (905) 474-4898 oo oo oo oo OOOo=o\ mailto:NeilP@DPSlink.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://www.DPSlink.com AS/400 The Ultimate Business Server Diana Hicks <DianaH@jupiter.fl.us> on 99-07-13 08:44:12 Please respond to MIDRANGE-L@midrange.com To: "'Midrange-L submission'" <MIDRANGE-L@midrange.com> cc: (bcc: Neil Palmer/Dpslink) Subject: Re: NetServer startup during V4R3 IPL Thanks Roger Pence and Guy Murphy for your quick responses. I was not starting TCP/IP before starting QSERVER which contained the prestart job for NetServer. I have made the changes to my QSTRUP program so NetServer should be running after an IPL now. Thanks again for your help. Date: Mon, 12 Jul 1999 16:07:48 -0500 From: "Roger Pence" <rp@rogerpence.com> Subject: Re: NetServer startup during V4R3 IPL > I am having a problem with NetServer ending after starting with an IPL. I > receive the following messages in the history log: TCP/IP has to be completely running before you start NetServer.. For V4R3, use these lines in your startup program to start NetServer: STRTCP DLYJOB DLY(60) (to let TCP fully start) CALL QZLSSTRS PARM '0' x'0000000') (start NetServer) There is _lots_ of NetServer documentation on the Web. rp Date: Mon, 12 Jul 1999 16:12:54 -0500 From: "Murphy, Guy" <murphy@uif.uillinois.edu> Subject: RE: NetServer startup during V4R3 IPL Make sure you have started TCP/IP in your IPL startup program before you start anything else. Guy Murphy - FACTS system University of Illinois 217-333-8670 Diana Hicks Town of Jupiter dianah@jupiter.fl.us +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.