Power Global

Power Global

A central meeting place for IBM Power. Connect, ask questions, share ideas, and explore the full spectrum of Power technologies across workloads, industries, and use cases.


#TechXchangePresenter
#Power

 View Only
  • 1.  Issues with hmcauth command on AIX7.2

    Posted Wed July 06, 2022 09:47 AM
    I am running into errors on AIX running hmcauth command

    root@lpar:/root# oslevel -s
    7200-05-01-2038
    root@lpar1:/root# hmcauth
    Could not load program hmcauth:
    Could not load module /usr/lib/libhmc.a(shr.o).
    Dependent module libxml2.a(libxml2.shr.o) could not be loaded.
    Could not load module libxml2.a(libxml2.shr.o).
    System error: No such file or directory
    Could not load module hmcauth.
    Dependent module /usr/lib/libhmc.a(shr.o) could not be loaded.
    root@lpar:/root# echo $LIBPATH

    root@lpar:/root# rpm -qa | grep libxml
    libxml2-2.9.9-1.ppc
    root@lpar:/root#

    ------------------------------
    Rizwan
    ------------------------------


  • 2.  RE: Issues with hmcauth command on AIX7.2

    Posted Fri July 08, 2022 09:30 AM
    1) Check the archive:
    # ar -tv /usr/lib/libxml2.a
    rwxr-xr-x 0/0 5080332 Jan 07 11:45 2016 libxml2.shr.o
    rwxr-xr-x 0/0 5080316 Jan 05 13:47 2016 libxml2.so.2

    2) Check the following symlink. This should be linked as follows:
    # ls -al  /usr/lib/libxml2.a
    /usr/lib/libxml2.a -> /usr/ccs/lib/libxml2.a

    ​​

    ------------------------------
    Jan Harris
    AIX Development Support (Liaison to the AIX Toolbox for Open Source)
    IBM (Contract)
    Austin TX
    ------------------------------