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

RDz UT 8.0.1 Config: Which PARMLIB to customize BPXPRMDB?

  • 1.  RDz UT 8.0.1 Config: Which PARMLIB to customize BPXPRMDB?

    Posted Mon December 19, 2011 07:36 PM
    (Another) z/OS noob question...

    After creating the HFS files for /tmp and /u, the RDz UT Config Guide says, "...change PARMLIB member BPXPRMDB as follows...."

    Which PARMLIB is the right one to use for this? Should I edit ADCD.Z111S.PARMLIB(BPXPRMDB)? Or copy ADCD.Z111S.PARMLIB(BPXPRMDB) to USER.PARMLIB(BPXPRMDB) and edit that one?

    I guessed: edit ADCD.Z111S.PARMLIB(BPXPRMDB). Will there be dire consequences?

    Thanks in advance,
    Larry.
    Larry McCarthy


  • 2.  Re: RDz UT 8.0.1 Config: Which PARMLIB to customize BPXPRMDB?

    Posted Mon December 19, 2011 08:52 PM
    Shouldn't have any dire consequences, but I think the correct answer is to copy ADCD.Z111S.PARMLIB(BPXPRMDB) to USER.PARMLIB(BPXPRMDB) and edit that one. The idea is that you don't want to edit the system defaults, just in case you get into a situation where you have to roll back. Also, it will make it a lot easier to upgrade down the road if everything you've changed (parmlibs, proclibs, etc.) are in one spot (USER.*). In the future you can simply replace the z/OS volumes with the latest versions and with very minimal effort have your system back up again with the same configuration.

    Scott Pecnik
    ClearBlade
    scottpecnik


  • 3.  Re: RDz UT 8.0.1 Config: Which PARMLIB to customize BPXPRMDB?

    Posted Tue December 20, 2011 10:26 AM
    Thanks, Scott!

    That makes sense, and I appreciate the explanation. Undoing my "guess" is no big deal - I can copy the modified one over to USER.PARMLIB and undo the edits in ADCD.Z111S.PARMLIB(BPXPRMDB).

    Thanks again,
    Larry.
    Larry McCarthy