Excellent, thanks Rafal. I'll try that out next week. Jim McAlpine On 5 Jun 2013 12:49, "Rafal Hanzel" <[email protected]> wrote:
> I did it about month ago: > 1. stop tcpip > 2. SET OMVS=01 > BPXPRM01 where I have INET commented out and these options for CINET: > FILESYSTYPE TYPE(CINET) ENTRYPOINT(BPXTCINT) > NETWORK DOMAINNAME(AF_INET) > DOMAINNUMBER(2) > MAXSOCKETS(64000) > TYPE(CINET) > INADDRANYPORT(2000) > INADDRANYCOUNT(325) > > SUBFILESYSTYPE NAME(TCPIP) /* Name of file system */ > TYPE(CINET) /* Type matching Cinet's TYPE */ > ENTRYPOINT(EZBPFINI) /* Entry point of load module */ > DEFAULT /* <- The Default Socket PFS */ > > SUBFILESYSTYPE NAME(TCPIP322) /* Name of file system */ > TYPE(CINET) /* Type matching Cinet's TYPE */ > ENTRYPOINT(EZBPFINI) /* Entry point of load module */ > 3. start TCPIP > 4. start TCPIP322 > > Useful commands: > D OMVS,P > D OMVS,CI=ALL > DISPLAY OMVS,PFS > > HTH. > > Pozdrawiam/Best regards, > > Rafal Hanzel > Programista systemowy, Dzia? Badan' i Rozwoju Systemów Komputerowych > Tel. +48 32 3589246, Fax +48 32 3589277, email: [email protected] > Tel. kom. +48 501677656 > Zak?ad Elektronicznej Techniki Obliczeniowej w Katowicach Spó?ka z o.o. > 40-158 Katowice, ul. Owocowa 1 > Sa;d Rejonowy Katowice - Wschód w Katowicach Wydzia? VIII Gospodarczy > Krajowego Rejestru Sa;dowego, KRS 0000051477 > Kapita? zak?adowy: 264500 z? > NIP 634-013-11-06 > http://www.zetokatowice.pl > > Jestes'my uczestnikiem Programu > RZETELNA Firma > Sprawdz' nasza; rzetelnos'c' na > http://www.rzetelnafirma.pl/**8FGKEVFH<http://www.rzetelnafirma.pl/8FGKEVFH> > > Tres'c' tej informacji moz.e byc' poufna, w zwia;zku z czym powinna > trafic' bezpos'rednio do ra;k adresata. Jakiekolwiek jej ujawnianie, > rozpowszechnianie, ba;dz' kopiowanie jest zabronione. W przypadku > omy?kowego otrzymania niniejszej informacji prosimy o poinformowanie > nadawcy i usunie;cie jej z komputera. > > W dniu 2013-06-04 22:04, Gibney, Dave pisze: > >> You need to use CINET instead of INET. I did it years ago w/IPL. No idea >> if it can be done dynamically, but I doubt it. >> >> Dave Gibney >> Information Technology Services >> Washington State University >> >> >> -----Original Message----- >>> From: IBM Mainframe Discussion List >>> [mailto:[email protected].**EDU<[email protected]> >>> ] >>> On Behalf Of Jim McAlpine >>> Sent: Tuesday, June 04, 2013 4:33 AM >>> To: [email protected] >>> Subject: second TCPIP stack >>> >>> I want to set up a second TCPIP stack to do some testing. I have the >>> following coded in BPXPRMxx. >>> >>> FILESYSTYPE TYPE(INET) ENTRYPOINT(EZBPFINI) >>> >>> SUBFILESYSTYPE NAME(TCPIP) >>> TYPE(INET) >>> ENTRYPOINT(EZBPFINI) >>> >>> NETWORK DOMAINNAME(AF_INET) >>> DOMAINNUMBER(2) >>> MAXSOCKETS(30000) >>> TYPE(INET) >>> INADDRANYPORT(5555) >>> INADDRANYCOUNT(1000) >>> >>> NETWORK DOMAINNAME(AF_UNIX) >>> DOMAINNUMBER(1) >>> MAXSOCKETS(2000) >>> TYPE(UDS) >>> Apart from setting up the additional STC's etc, is it just a case of >>> adding >>> something like this - >>> >>> SUBFILESYSTYPE NAME(TCPIP2) >>> TYPE(INET) >>> ENTRYPOINT(EZBPFINI) >>> >>> to allow a second instance to start up. Second question, can this be >>> done >>> dynamically. >>> >>> Jim McAlpine >>> >>> ------------------------------**------------------------------** >>> ---------- >>> For IBM-MAIN subscribe / signoff / archive access instructions, >>> send email to [email protected] with the message: INFO IBM-MAIN >>> >> ------------------------------**------------------------------** >> ---------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> >> > > ------------------------------**------------------------------**---------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
