AIX

AIX

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


#Power
 View Only
Expand all | Collapse all

Cannot install, update or de-install due to installp error

  • 1.  Cannot install, update or de-install due to installp error

    Posted Fri February 25, 2011 05:57 PM

    Originally posted by: SystemAdmin


    This is actually on a VIO server, but the issue is when I try to run any command related to filesets (commit, remove, update, asf), I receive:

    geninstall -pu -I "p -J -w" -Z -f File 2>&1

    File:
    sysmgt.cim.providers.smash

    *******************************************************************************
    installp PREVIEW: deinstall operation will not actually occur.
    *******************************************************************************

    -----------------------------------------------------------------------------
    Pre-deinstall Verification...
    -----------------------------------------------------------------------------
    Verifying selections...done
    Verifying requisites...
    0503-257 installp: Error: Multiple compatibilty entries in the supersedes
    data of a fileset are not currently supported. A fileset may only have
    one name different than its own in its supersedes data.
    The fileset in error is:
    sysmgt.cim.providers.smash 1.2.9.0
    No idea what's causing this, or where this data exists. Any recommendations are appreciated.
    #AIX-Forum


  • 2.  Re: Cannot install, update or de-install due to installp error

    Posted Mon February 28, 2011 07:25 AM

    Originally posted by: SystemAdmin


    try the command
    
    lppchk -v
    
    or
    
    lppchk -c
    
    to see if any fileset is dameged, and try to cleanup install failure by running the command:
    
    installp -C
    

    __________________________________________
    Whenever you find yourself on the side of the majority,
    it is time to pause and reflect. (MARK TWAIN)
    AixCraft
    #AIX-Forum


  • 3.  Re: Cannot install, update or de-install due to installp error

    Posted Mon February 28, 2011 05:59 PM

    Originally posted by: SystemAdmin


    Thanks, but tried that.

    lppchk -v returns the same error as I listed before
    lppchk -c runs clean
    installp -C does not find a broken lpp's

    I can re-install, but this install and patch update is so recent, it would surprise me if I just didn't end up in the same situation again.
    #AIX-Forum