Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
  • 1.  RDz UT networking issue...

    Posted Mon January 30, 2012 01:33 PM
    Hi All

    I'm implementing scenario 4 as mentioned in the configuration guides. But I'm getting this error:

    EZZ0316I PROFILE PROCESSING COMPLETE FOR FILE DD:PROFILE
    EZZ4308I ERROR: CODE=80103016 DURING ACTIVATION OF DEVICE PORTA.
    DIAGNOSTIC CODE: 02
    EZZ4308I ERROR: CODE=80103016 DURING ACTIVATION OF DEVICE PORTB.
    DIAGNOSTIC CODE: 02
    EZZ0334I IP FORWARDING IS DISABLED

    Now, I have correctly defined ports in USER.VTAMLST(OSATRL2):

    OSATRL1 VBUILD TYPE=TRL
    OSATRL1E TRLE LNCTL=MPC,READ=(0400),WRITE=(0401),DATAPATH=(0402), X
    PORTNAME=PORTA, X
    MPCLEVEL=QDIO
    OSATRL2E TRLE LNCTL=MPC,READ=(0404),WRITE=(0405),DATAPATH=(0406), X
    PORTNAME=PORTB, X
    MPCLEVEL=QDIO
    Also I have changed OSATRL1 to OSATRL2 in USER.VTAMLST(ATCCON00):
    • ***************************** Top of Data ******************************
    ==MSG> -CAUTION- Profile changed to NUMBER OFF (from NUMBER ON STD).
    ==MSG> Data does not have valid standard numbers.
    ==MSG> -Warning- The UNDO command is not available until you change
    ==MSG> your edit profile using the command RECOVERY ON.
    000001 A0600,NSNAFXX,NSNA70X,NSNA90X,DYNMODEL,XCAE40R,XCAE40E,COSAPPN, *
    000002 A0TCP,DB8GLU,OSATRL2,IMS10APL,DB9GLU,CICSAPPL
    • **************************** Bottom of Data ****************************

    But when I give d net,trl on the mvs console, I only see the ISTTRL node and not the OSATRL2 node:

    d net,trl
    DISPLAY ACCEPTED
    DISPLAY TYPE = TRL

    TRL MAJOR NODE = ISTTRL
    TRLE = IUTIQDIO STATUS = NEVAC CONTROL = MPC
    TRLE = IUTSAMEH STATUS = NEVAC CONTROL = MPC
    2 TRLE(S) DISPLAYED
    Can someone please guide me why z/OS is not recognizing my OSATRL2?

    Thanks,
    Juzer
    SystemAdmin


  • 2.  Re: RDz UT networking issue...

    Posted Tue January 31, 2012 08:48 AM
    Try changing the VBUILD statement to OSATRL2. If that doesn't work, change everything back to OSATRL1 and make your changes there.

    RDzJohn
    RDzJohn


  • 3.  Re: RDz UT networking issue...

    Posted Tue January 31, 2012 09:38 AM
    I changed it to OSATRL2, and it worked!

    Thank you so much!

    However, I don't understand how it works. I have another UT configuration working, and there networking is working just fine with OSATRL1 in the VBUILD statement.

    Regards,
    Juzer
    SystemAdmin