IBM Support

II14237: CLARIFICATION OF ++HOLD DATA INSTRUCTIONS MISSING FROM TIVOLI DECISION SUPPORT PTFS.

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • INTRAN

Error description

  • TDS PTF ++HOLD DATA INSTALLATION INSTRUCTION MISSING FROM PTFS.
    ++HOLD ACT for UK18498/UK18499
    (Installation instructions
      -----------------------------------
      The following Tivoli Decision Support objects have been
      modified with this PTF:
    
      Component Objects          Objects Member   Library
                Name             Type    Names
      ========= ================ ======= ======== ==============
      MVSPM     MVSPM_LPAR_HV    view    DRLTMPLP &HLQ..SDRLDEFS
    
         NOTE: If you made modifications to the above object you
               must compare them with the standard objects shipped
               with this PTF and include the changes in your local
               objects if applicable.
    
         Installation instructions
         --------------------------------------------------------
         In order to implement the modifications introduced by
         this PTF you have to redefine the MVSPM_LPAR_HV view
         definitions.
    
    Please perform the following instructions:
    
         1 Select Option '5. Process TDS for OS/390 statements'
           in the 'Other' pulldown from any primary window of the
           Administration Dialogs.
            - Type 1 to indicate that this is a Log collector
              statement.
            - Type the input dataset name and member:
              or &HLQ..SDRLDEFS(DRLTMPLP) either
              &HLQ..LOCAL.DEFS(DRLTMPLP) depending on whether the
              view definition was user modified or not.
            - Press PF5 to execute.)
    

Local fix

  • ++HOLD ACT for UK13559
    (Installation instructions
     -----------------------------------
     The following Tivoli Decision Support objects have been
     modified with this PTF:
    
     Component Objects            Objects Member   Library
               Name               Type    Names
     ========= ================== ======= ======== ==============
     IMS       SMF30JOB_30_5_T    update  DRLUJOBA &HLQ..SDRLDEFS
        NOTE: If you made modifications to the above objects you
              must compare them with the standard objects shipped
              with this PTF and include the changes in your local
              objects if applicable.
    
        Installation instructions
        --------------------------------------------------------
        In order to implement the modifications introduced by
        this PTF you have to redefine the SMF30JOB_30_5_T update.
    
         Please perform the following instructions:
    
         1 Select Option '5. Process TDS for OS/390 statements'
           in the 'Other' pulldown from any primary window of the
           Administration Dialogs.
            - Type 1 to indicate that this is a Log collector
              statement.
          - Type the input dataset name and member:
              or &HLQ..SDRLDEFS(DRLUJOBA) either
              &HLQ..LOCAL.DEFS(DRLUJOBA) depending on whether the
              update definition was user modified or not.
            - Edit this member (Enter) to add the following
              statements needed to DROP the changed UPDATE:
              DROP UPDATE SMF30JOB_30_5_T ;
              before the corresponding DEFINE UPDATE statement.
            - Press PF3 to save changes and return.
            - Press PF5 to execute.
              Ensure that the update is correctly dropped
              and defined.)
    ++HOLD ACT for UK13560/UK13561
    (Installation instructions
      -----------------------------------
      The following Tivoli Decision Support objects have been
      modified with this PTF:
    
      Component Objects            Objects Member   Library
                Name               Type    Names
      ========= ================== ======= ======== ==============
      IMS       MVSACJOB_30_5_T    update  DRLUJAC1 &HLQ..SDRLDEFS
    
         NOTE: If you made modifications to the above objects you
               must compare them with the standard objects shipped
               with this PTF and include the changes in your local
               objects if applicable.
    
         Installation instructions
         --------------------------------------------------------
         In order to implement the modifications introduced by
         this PTF you have to redefine the MVSACJOB_30_5_T update.
    
    Please perform the following instructions:
    
         1 Select Option '5. Process TDS for OS/390 statements'
           in the 'Other' pulldown from any primary window of the
           Administration Dialogs.
            - Type 1 to indicate that this is a Log collector
              statement.
            - Type the input dataset name and member:
              or &HLQ..SDRLDEFS(DRLUJAC1) either
              &HLQ..LOCAL.DEFS(DRLUJAC1) depending on whether the
              update definition was user modified or not.
            - Edit this member (Enter) to add the following
              statements needed to DROP the changed UPDATE:
              DROP UPDATE MVSACJOB_30_5_T ;
              before the corresponding DEFINE UPDATE statement.
            - Press PF3 to save changes and return.
            - Press PF5 to execute.
              Ensure that the update is correctly dropped
              and defined.)
    ++HOLD ACT for UK14150/UK14151/UK14152
    
    After applying this PTF you will need to do the following-
    1. Select Administration (Option 2) from the TDS Primary Menu.
    2. Select Tables (Option 4) from the Administration Menu.
    3. Scroll down to table MVSPM_CHANNEL_H
    4. Select Table MVSPM_CHANNEL_H and press PF5 to display Updates
    5. Select MVSPM_CHANNEL_H from the Update definitions and press
       PF11 to Delete
    6. Press ENTER to confirm the deletion
    7. Press PF12 to return to the Tables display
    8. Press PF10 and Tab to Menu option Other and Press ENTER
    9. Select Option 5 (Process TDS for z/OS statements)
    10. Enter the Input Dataset as the &HLQ.SDRLDEFS(DRLTMPCH)
        where &HLQ is the High Level Qualifier that SMPE has
        just updated
    11. Set Type of statements to 1
    12. Optionally - Set Show input statements to 1
    13. Optionally - Set Trace SQL calls to 1
    14. Press PF5 to Execute the new definition
    15. You will receive SQL errors stating that the table already
        exists and that privileges exist; this is NORMAL
    16. Scroll through or search for -
        DRL0201I The update MVSPM_CHANNEL_H is defined.
    17. PF12 to Return to the Tables display
    18. If you wish to confirm the Update definition refer to
        step 4
    19. **NOTE. At this point all Future data will be collected
        correctly. To correct the current data, follow the steps
        below
    20. To update the CHANNEL_BUSY_PCT and the CHANNEL_BUSY_MAX
        columns run the following SQL Update command from (Online)
        SPUFI,(Batch) DSNTIAUL, DSNTEP2 or DSNTEP4 (DB2 V8+).
        &PREFIX should be your site table prefix.
        **NOTE. Standard Backup procedures should be followed
                before updating the data.
    
    UPDATE &PREFIX.MVSPM_CHANNEL_H
    SET
     CHANNEL_BUSY_PCT = 1.0E+2*SAMPLES_BUSY/SAMPLES
    ,CHANNEL_BUSY_MAX = 1.0E+2*SAMPLES_BUSY/SAMPLES
    WHERE CPMF_GROUP < 2
    AND   SAMPLES_BUSY > 0
    AND   CHANNEL_BUSY_PCT = 0
    ;
    
    ++HOLD ACT for UK15743/UK15744/UK15745
    MODIFIED OBJECTS
    ----------------------------------------------------------------
    The following Tivoli Decision Support objects are modified by
    this APAR:
    
    Component Objects            Objects  Member   Library
    Name                         Type     Names
    ========= ================== =======  ======== ==============
    Sample    SMF_016            Record   DRLRS016 &HLQ..SDRLDEFS
    
    
    Once this APAR has been installed, action needs to be taken to
    implement the modifications in these objects. The action that
    needs to be taken is described below under the heading
    'Installation Instructions'.
    
    NOTE: If you have made your own modifications/customisations
         to any of the objects listed above, you must compare your
         modifications with the standard objects shipped with this
         APAR, and, if applicable, include the changes in your
         local objects.
    
    INSTALLATION INSTRUCTIONS
    ---------------------------------------------------------------
    
    1. Select Administration (Option 2) from the TDS Primary Menu.
    2. Select Logs (Option 3) from the Administration Menu.
    3. Select SMF and press ENTER
    4. If SMF_016 is not installed go to step 12
    5. Select SMF_016 and press PF6 to display Update procedures
    6. Select ALL Update procedures associated and press PF11
       to DELETE
    7. Press PF12 to re-display SMF_016
    8. Select SMF_016 and press PF10
    9. Select Records from the dropdown tab
    10. Select Delete (Option 5)
    11. Press ENTER to confirm the deletion
    12. Press PF10 and Tab to Menu option Other and Press ENTER
    13. Select Option 5 (Process TDS for z/OS statements)
    14. Enter the Input Dataset as the &HLQ.SDRLDEFS(DRLRS016)
        where &HLQ is the High Level Qualifier that SMPE has
        just updated
    15. Set Type of statements to 1
    16. Optionally - Set Show input statements to 1
    17. Optionally - Set Trace SQL calls to 1
    18. Press PF5 to Execute the new definition. The new SMF016 is
        defined
    19. User written Update procedures can now be redefined
    
    ++HOLD ACT for UK14079/UK14080/UK14081
    (Installation instructions
     -----------------------------------
     The following Tivoli Decision Support objects have been
     modified with this PTF:
    
     Component Objects            Objects Member   Library
               Name               Type    Names
     ========= ================== ======= ======== ==============
     MVSPM     MVSPM_CRYPTO_PCICC update  DRLTMPCC &HLQ..SDRLDEFS
        NOTE: If you made modifications to the above objects you
              must compare them with the standard objects shipped
              with this PTF and include the changes in your local
              objects if applicable.
    
        Installation instructions
        --------------------------------------------------------
         In order to implement the modifications introduced by
         this PTF you have to redefine MVSPM_CRYPTO_PCICC update.
    Please perform the following instructions:
    
         1 Select Option '5. Process TDS for OS/390 statements'
           in the 'Other' pulldown from any primary window of the
           Administration Dialogs.
            - Type 1 to indicate that this is a Log collector
              statement.
            - Type the input dataset name and member:
              or &HLQ..SDRLDEFS(DRLTMPCC) either
              &HLQ..LOCAL.DEFS(DRLTMPCC) depending on whether the
              view definition was user modified or not.
            - Edit this member (Enter) to add the following
              statements needed to DROP the changed UPDATE:
              DROP UPDATE MVSPM_CRYPTO_PCICC ;
              before the corresponding DEFINE UPDATE statement.
            - Press PF3 to save changes and return.
            - Press PF5 to execute.
              Ensure that the update is correctly dropped
              and defined.)
    

Problem summary

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    II14237

  • Reported component name

    PA LIB INFO ITE

  • Reported component ID

    INFOPALIB

  • Reported release

    001

  • Status

    INTRAN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2006-11-09

  • Closed date

  • Last modified date

    2006-11-10

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

[{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19N","label":"APARs - OS\/390 environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG32M","label":"APARs - VSE\/ESA environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19M","label":"APARs - z\/OS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":null,"label":null},"Product":{"code":"SG19O","label":"APARs - MVS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SSSN3L","label":"z\/OS Communications Server"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG27M","label":"APARs - z\/VM environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"LOB16","label":"Mainframe HW"}}]

Document Information

Modified date:
10 November 2006