OK, I eventually got round to trying this out and was able to get the
second stack up and running.  However when I start a second TN3270 address
space to listen on port 923, I get the following diagnostics.  Any ideas
why ?

EZZ6035I TN32702 DEBUG CONFIG EXCEPTION
  LINE:       60               MOD: EZBTMPRF
  RCODE: 803A-00  The statement is obsolete and ignored.
  PARM1: 00000000 PARM2: 00000000 PARM3: WLMCLUSTERNAME
EZZ6045I TN32702 PROFILE PROCESSING COMPLETE FOR FILE
            VENDOR.TCPPARMS(TN32702)
EZZ6011I TN32702 BPX1BND FAILED, RC = 0000006F RSN = 744C7246
EZZ6035I TN32702 DEBUG TASK   EXCEPTION 026
  TASK: MAIN                   MOD: EZBTZMST
  RCODE: 1016-01  Port Task setup failed.
  PARM1: 0000102B PARM2: 0000039B PARM3: 00000000
EZZ6010I TN32702 SERVER ENDED FOR PORT   923
EZZ6035I TN32702 DEBUG CONFIG EXCEPTION 028
  LINE:  **N/A**               MOD: EZBTMCVU
  RCODE: 8020-00  Initialization of the Telnet Port failed.
  PARM1: 0000102B PARM2:      923 PARM3: 00000000
EZZ6040I TN32702 PROFILE UPDATE FAILED FOR PORT   923, RCODE=8020
EZZ6006I TN32702 CANNOT LISTEN ON PORT   923, CONNECTION MANAGER
TERMINATED, RSN =102B
EZZ6035I TN32702 DEBUG TASK   EXCEPTION 031
  TASK: MAIN                   MOD: EZBTZMST
  RCODE: 1018-01  The Port task has ended in error.
  PARM1: 0000102B PARM2: 0000039B PARM3: 00000000


On Wed, Jun 5, 2013 at 12:48 PM, 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

Reply via email to