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
Expand all | Collapse all

RD&T does not start - Osa code level 0x4301

  • 1.  RD&T does not start - Osa code level 0x4301

    Posted Tue April 28, 2015 05:12 AM

    Hi all,

    We experienced some problemts starting RD&T. During the initialization process we receive the message:

    Osa code level 0x4301

    AWSSTA052E Initialization of OSA failed, RC=-4
    AWSSTA140E Initialization failure.


    We asked google and found this topic: https://www.ibm.com/developerworks/community/forums/html/topic?id=77777777-0000-0000-0000-000014702470 
    but it did not solve the problem.
     
    Furthermore we checked that the z1090 drive is compatible with their RD&T version (9.1).
    But everything seems to fine here also.
     
    Do you have any further ideas?
     
    Thanks a lot in advance!
    Best regards
     

    TobiasBrown


  • 2.  Re: RD&T does not start - Osa code level 0x4301

    Posted Tue April 28, 2015 09:50 AM

    The first thing I notice is that you are starting RD&T under path /opt/, but are starting it as user ibmsys1. Typically, opt is owned by root, and hence when zPDT goes to create directories under opt, you might get failures. I believe you should start RD&T in a path owned by ibmsys1. We typically suggest starting somewhere in the path /home/ibmsys1/, and placing the devmap in that same path. You might try this first.

    If this does not solve the problem, I will investigate what logs would help, or if you should get Level 2 involved.

     

    RDTBebe


  • 3.  Re: RD&T does not start - Osa code level 0x4301

    Posted Tue April 28, 2015 10:51 AM

    Hi and thanks for you fast answer.

    your advice solved the problem!

     

    Thanks a lot

     
     
    TobiasBrown