IBM Support

IC76704: PLANEXPL.AWK.SMP HAS A SYNTAX ERROR ON UNIX PLATFORMS

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • The planexpl.awk.smp has the following error towards the end of
    the file:
    
     {
     outFileName = prefix$2;
     system("rm "outFileName" 2>nul");      <--incorrect line
     print "Creating file ",outFileName;
     }
    
    With this syntax, it will create a file called 'nul' when it
    should be redirecting the output to /dev/null.
    
    Initial Impact: Low
    Tivoli Storage Manager Versions Affected: All 5.x/6.x servers
    Additional Keywords: TSM DR DRM
    

Local fix

  • Edit the file to have the correct syntax:
    
    system("rm "outFileName" 2>/dev/null");
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED: All Tivoli Storage Manager server users of   *
    *                 the Disaster Recovery Manager.               *
    ****************************************************************
    * PROBLEM DESCRIPTION: See ERROR DESCRIPTION.                  *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    This problem is projected to be fixed in a
    future version of the Tivoli Storage Manager
    server.  Note that this is subject to change
    at the discretion of IBM.
    

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    IC76704

  • Reported component name

    TSM SERVER

  • Reported component ID

    5698ISMSV

  • Reported release

    62A

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-05-31

  • Closed date

    2011-06-14

  • Last modified date

    2011-06-14

  • 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

  • R62A PSY

       UP

  • R62H PSY

       UP

  • R62L PSY

       UP

  • R62S PSY

       UP

  • R62W PSY

       UP

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSGSG7","label":"Tivoli Storage Manager"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"62A","Edition":"","Line of Business":{"code":"LOB26","label":"Storage"}}]

Document Information

Modified date:
14 June 2011