AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  "df -k" command giving error

    Posted Mon September 17, 2007 01:48 PM

    Originally posted by: SystemAdmin


    Hello,
    Anybody aware about this error, appriciate your help in advance.
    1. df -k
    exec(): 0509-036 Cannot load program df because of the following errors:
    0509-130 Symbol resolution failed for df because:
    0509-136 Symbol statfs64 (number 8) is not exported from
    dependent module /usr/lib/libc.a(shr.o).
    0509-192 Examine .loader section symbols with the
    'dump -Tv' command.
    #
    #AIX-Forum


  • 2.  Re: "df -k" command giving error

    Posted Mon September 17, 2007 03:13 PM

    Originally posted by: SystemAdmin


    > # df -k
    > exec(): 0509-036 Cannot load program df because of
    > the following errors:
    > 0509-130 Symbol resolution failed for df
    > d for df because:
    > 0509-136 Symbol statfs64 (number 8) is not
    > ) is not exported from
    > dependent module
    > dependent module /usr/lib/libc.a(shr.o).
    > 0509-192 Examine .loader section symbols with
    > ols with the
    > 'dump -Tv' command.
    > #

    First I disrecommend using root privelege when not necessary,
    as you risk accidental global damage.

    Second, the report indicates that you tried to run an executable which tried to load an incompatible shared object.
    I suspect that your df executable was built for the 32-bit filesystem (with 2G file size limit) but your host has a 64-bit filesystem (>2G file size limit)
    installed.

    You need to find out which component is inconsistent and correct.
    df (32 vs 64 bit word, 32 vs 64 bit filesystem)
    libc (32 vs 64 bit kernel, 32 vs 64 bit filesystem)
    kernel filesystem drivers (32 vs 64 bit kenel, 32 vs 64 bit filesystem)
    ???

    You may need to support both (and more) filesystems with appropriate daisy-chained symlinks and environment variables.
    There are many good references on syatem administration available in response to further questions.

    Hopefully helpful,

    #AIX-Forum


  • 3.  Re: "df -k" command giving error

    Posted Tue September 18, 2007 10:00 AM

    Originally posted by: gcorneau


    Have you installed operating system fixes but not rebooted?

    I've seen strange things happen when that was the case.

    Glen Corneau
    IBM System p Advanced Technical Support
    #AIX-Forum