Jim,
What's interesting here is I had the old code that I remarked out back in 2005.
And now I'm putting it back in, but with 4 parameters, back then it only had 2 parameters.
Following start of QUSRWRK.
QSYSWRK is started automatically, no STRSBS for QSYSWRK in QSTRUP.
0072.00 QSYS/STRSBS SBSD(QUSRWRK) 020716
0073.00 MONMSG MSGID(CPF0000) 020716
0074.00 020716
0075.00 QSYS/STRCLNUP OPTION(*SCHED) 910817
0076.00 MONMSG MSGID(CPF0000) 910817
0077.00 970428
0078.00 /********************************************************************/ 990317
0079.00 /* START TCP/IP & START ALL HOST SERVERS */ 990317
0080.00 /********************************************************************/ 990317
0081.00 990317
0082.00 /* STRTCP STRSVR(*YES) STRIFC(*YES) /* Changed to + 051116
0083.00 start application servers with TCP/IP on + 051116
0084.00 *DDM *RPC **NETSVR 4/16/02 + 051116
0085.00 + 051116
0086.00 TCP/IP is now started with IPL attribute, + 051116
0087.00 no need to start */ 051116
0088.00 /* MONMSG MSGID(CPF0000) /* t */ 051116
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jim Oberholtzer
Sent: Sunday, March 29, 2015 8:51 AM
To: 'Midrange Systems Technical Discussion'
Subject: RE: IPv6 disable - yes or no , and which method
TCP ordinarily starts before/with QUSRWRK and QSYSWRK. Without significant work management that's where most of the TCP applications run.
So start TCP and QUSRWRK/QSYSWRK all in the same block of code. Subsystems
first (they start fast anyway, it's the prestart jobs that take a bit) If
you're really after control, then set all the TCP application servers to not start automatically but then start them manually in the startup program.
That way it's documented, and you can start/stop what you need, not what was set to automatically start by someone else.
Make sure to include STRHOSTSVR (towards the end of the program) in your start up as well. Depending on how fast TCP starts (you might consider a 60 second delay) the host servers sometimes don't behave.
--
Jim Oberholtzer
Chief Technical Architect
Agile Technology Architects
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Steinmetz, Paul
Sent: Friday, March 27, 2015 4:03 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: IPv6 disable - yes or no , and which method
Where in QSTRUP should STRTCP be placed, before or after STRSBS.
Paul
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of DrFranken
Sent: Friday, March 27, 2015 4:21 PM
To: Midrange Systems Technical Discussion
Subject: Re: IPv6 disable - yes or no , and which method
Same here. Custom startup for all but the simplest systems these days.
- Larry "DrFranken" Bolhuis
www.frankeni.com
www.iDevCloud.com
www.iInTheCloud.com
On 3/27/2015 1:04 PM, Jim Oberholtzer wrote:
Most of my customers choose to start TCP manually in the start up
program where they force IPV6 to not start.
So, your option 3.
--
Jim Oberholtzer
Chief Technical Architect
Agile Technology Architects
--
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.
--
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.
--
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.