Db2 Tools

 View Only
  • 1.  easy way to see where CA Db2 are installed

    Broadcom Employee
    Posted Dec 10, 2018 06:29 AM

    Is there an easy way to see what CA Db2 products are installed on a LPAR ? 

    thanks 

     



  • 2.  Re: easy way to see where CA Db2 are installed
    Best Answer

    Broadcom Employee
    Posted Dec 10, 2018 07:32 AM

    The only way I know to check the CA DB2 Products running in an LPAR is to check the LMP Keys loaded by CAIRIM. If you have to follow this option I recommend you to open a Case in CA Support with the list of your LMP Keys and then we can check which ones are for the CA DB2 Products.

    If you work with FULLMENU(NO) parameter in HLQ.CDBAPARM(SETUPxx) member then only the CA DB2 Products
    that have a LMP Key loaded in the LPAR will be displayed in 'CA Database Management Solutions for DB2 for z/OS' main menu.

    With the following JCL you can check the CA DB2 Products installed in a SMP/E CSI environment, but it does not mean all the CA DB2 Products have a LMP Key loaded in the LPAR.

    //SMP00 EXEC PGM=GIMSMP
    //*
    //SMPCSI DD DISP=SHR,DSN= <-- Your SMP/CSI
    //*
    //SMPLOG DD DUMMY
    //SMPLOGA DD DUMMY
    //*
    //SMPCNTL DD *
    SET BOUNDARY(TargetZone) . <-- Your Target Zone, normally CAIT0
    LIST SYSMODS FUNCTIONS .
    /*
    //

    When you get the list then perform a FIND '= FUNCTION' command of this string and you will see the CA DB2 Product names.

    Thanks.
    Josep Raull