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

Reply via email to