AIX

AIX

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

 View Only
  • 1.  Question: lppchk -c error

    Posted Thu July 10, 2008 09:17 AM

    Originally posted by: SystemAdmin


    Hello,

    I'm checking a customer p server and issue "lppchk -c" command. The following error has been seen as shown below:

    /usr/bin/lppchk: File /usr/lib/perf/fdprpro could not be located.
    /usr/bin/lppchk: File /usr/lib/perf/libfdprinst.a could not be located.
    /usr/bin/lppchk: File /usr/bin/fdpr could not be located.
    /usr/bin/lppchk: File /usr/lib/perf/libfdprinst64.a could not be located.

    The customers are wondering why these files are missing and ask me to fix it as soon as possible.
    I have no any hints on it. Someone knows how to check it deeply?
    Or is there a PMR or well-known bug around perf tool?
    Or is there a way to fix it without risking?
    The oslevel is "5300-07-02-0806". This server is used as DB2/WAS server.
    I hope someone can give me constructive suggestions asap. Thank you all in advance!


  • 2.  Re: Question: lppchk -c error

    Posted Thu July 10, 2008 01:57 PM

    Originally posted by: kappa


    hi,

    bos.content_list

    contains just one text file. it contains all files of all bos lpps.

    but the 1st step is to check for the existing filesets:
    lslpp -w long_file_name

    if you know the filesets you can provide the files.


  • 3.  Re: Question: lppchk -c error

    Posted Fri July 11, 2008 08:36 AM

    Originally posted by: SystemAdmin


    Yeah. I just check all files belong to perfagent.tools fileset. Is there anything else I need to check?
    root@lbsaix /# lslpp -w /usr/lib/perf/fdprpro
    File Fileset Type
    <hr />
    /usr/lib/perf/fdprpro perfagent.tools File

    ^C
    root@lbsaix /# lslpp -w /usr/lib/perf/libfdprinst.a
    File Fileset Type
    <hr />
    /usr/lib/perf/libfdprinst.a perfagent.tools File
    root@lbsaix /# lslpp -w /usr/bin/fdpr
    File Fileset Type
    <hr />
    /usr/bin/fdpr perfagent.tools File
    root@lbsaix /# lslpp -w /usr/lib/perf/libfdprinst64.a
    File Fileset Type
    <hr />
    /usr/lib/perf/libfdprinst64.a perfagent.tools File
    root@lbsaix /#


  • 4.  Re: Question: lppchk -c error

    Posted Sun July 13, 2008 02:33 AM

    Originally posted by: kappa


    Hi,

    you have only checked for checksums (lppchk -c).
    You should better check for broken filesets or dependencies.

    lppchk -v -m3


  • 5.  Re: Question: lppchk -c error

    Posted Wed July 23, 2008 03:57 AM

    Originally posted by: SystemAdmin


    Yes. I have run "lppchk -v" on this machine.
    No broken dependency or any errors were found.

    I want to know what is going on with my problems.
    Is there a way to know how this error happened?