IBM Support

IJ02065: STANDARD INPUT PROBE : CORE DUMPs on 64-bit platforms

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • The stdin probe is a 32-bit probe, so crashes when it
    tries to read a file with an inode count greater than
    the maxint for 32 bits.
    
    Error: E-NHT-102-094: Failed to read the HTTPD configuration
    file
    '/opt/IBM/tivoli/netcool/omnibus/etc/libnhttpd.json'.
    (75:Value too large for defined data type).
    
    On working system:
    ls -i
    /opt/IBM/tivoli/netcool/omnibus/etc/libnhttpd.json
    902425
    
    On the failing system:
    ls -i
    /opt/IBM/tivoli/netcool/omnibus/etc/libnhttpd.json
    21476267069
    

Local fix

  • Workaround is reference a file whose inode is suitable for
    32-bit addressing.
    e.g.
    If there is a smaller disk partition, try creating a copy of the
    file there.
    e.g.
    mkdir /var/tmp/32bit
    cp /opt/IBM/tivoli/netcool/omnibus/etc/libnhttpd.json
    /var/tmp/32bit
    ls -i /var/tmp/32bit/libnhttpd.json
    107405
    
    Then reference this file in the probe property file:
    NHttpd.ConfigFile: '/var/tmp/32bit/libnhttpd.json'
    
    You can also try tarring up a libnhttpd.json file from a working
    system and moving the untarred file to replace the problematic
    file. Remembering to check the files using 'ls -i'.
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * All users if nco_p_stdin on 64-bit platform.                 *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * Stdin probe crashes with core dump during startup.           *
    ****************************************************************
    * RECOMMENDATION:                                              *
    * Users need to upgrade to nco_p_stdin version 4.2.            *
    ****************************************************************
    

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    IJ02065

  • Reported component name

    NETCOOL/OMNIBUS

  • Reported component ID

    5724O4800

  • Reported release

    100

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2017-11-22

  • Closed date

    2018-03-01

  • Last modified date

    2019-05-01

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

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

Fix information

  • Fixed component name

    STDIN PROBE

  • Fixed component ID

    5724P09ST

Applicable component levels

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSCM7UU","label":"Stdin probe"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"100","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
01 May 2019