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:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of Jim McAlpine
> Sent: Tuesday, June 04, 2013 4:33 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to