IBM Support

IJ09800: 7305:IV90470 INTRODUCES THE USAGE OF RUNUSER WITHOUT CHECKING IFOS IS LINUX

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

  • Closed as program error.

Error description

  • The
    dist/osgi/plugins/com.ibm.cdb.discover.sensor.app.mq.mqserver_7.
    6.2/scripts/script.sh
    needs to check the OS before using runuser
    
    so the right code should be:
    --------------
    RUNAS=""
    if [ "$OS" == "Linux" ]
    then
     user="$(id -u -n)"
     if [[ $user != "root" ]];
     then
     RUNAS=""
     else
     RUNAS="runuser -l mqm -c "
     fi
    fi
    --------------------
    

Local fix

  • manual change on the script.sh
    

Problem summary

  • The
    dist/osgi/plugins/com.ibm.cdb.discover.sensor.app.mq.mqserver_7.
    6.2/scripts/script.sh
    needs to check the OS before using runuser, which is not being
    done currently.
    The fix shall enable checking the IS before using runuser.
    

Problem conclusion

  • The fix for this APAR is contained in the following maintenance
    packages:
    | Fix Pack | 7.3.0-TIV-ITADDM-FP0006
    

Temporary fix

Comments

APAR Information

  • APAR number

    IJ09800

  • Reported component name

    APP DEPENDENCY

  • Reported component ID

    5724N5500

  • Reported release

    730

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2018-10-03

  • Closed date

    2018-12-10

  • Last modified date

    2018-12-10

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

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

Modules/Macros

  • 999
    

Fix information

  • Fixed component name

    APP DEPENDENCY

  • Fixed component ID

    5724N5500

Applicable component levels

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SSPLFC","label":"Tivoli Application Dependency Discovery Manager"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"730","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
10 December 2018