AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  "lppchk -v" can return nonsense?

    Posted 06/21/11 10:17 AM

    Originally posted by: tech100


    the lslpp shows:

    
    # lslpp -L bos.net.nfs.client Fileset                      Level  State  Type  Description (Uninstaller) ---------------------------------------------------------------------------- bos.net.nfs.client        5.3.12.2    C     F    Network File System Client
    


    so how "lppchkv -v' can return:

    
    # lppchk -v lppchk:  The following filesets need to be installed or corrected to bring the system to a consistent state:   bos.net.nfs.client 5.3.7.0              (not installed; requisite fileset) bos.net.nfs.client 5.3.7.0              (not installed; requisite fileset)
    

    How can I rid off these warnings in "lppchk -v"?
    #AIX-Forum


  • 2.  Re: "lppchk -v" can return nonsense?

    Posted 06/21/11 10:32 AM

    Originally posted by: tech100


    ok, I've found brute way to fix it up. here it is:

    
    FIXING FILESETS:     lppchk -v shows problems with a fileset and you don
    't want to remove it:     devices.common.IBM.iscsi.rte 5.2.0.0    (not installed; requisite fileset)     1. save ODM tar -cvf /tmp/odm.etc.tar /etc/objrepos tar -cvf /tmp/odm.usr.lib.tar /usr/lib/objrepos         2. check lpp_id odmget -q name=devices.common.IBM.iscsi.rte lpp output will show lpp_id: ... lpp_id = 355     3. delete from ODM odmdelete -q name=devices.common.IBM.iscsi.rte -o lpp odmdelete -q lpp_name=devices.common.IBM.iscsi.rte -o product odmdelete -q lpp_id=
    "355" -o history odmdelete -q lpp_id=
    "355" -o inventory     4. reinstall base fileset with force flag (then update) installp -aF -d /home/bb/bb1 all         ------------------
    

    #AIX-Forum