AIX

AIX

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


#Power
 View Only
  • 1.  problem with TL10

    Posted Thu June 18, 2009 03:35 PM

    Originally posted by: SystemAdmin


    after upgrade my AIX to TL10 I've problem some problem.

    
    root@aix1:/home/root # lppchk -v lppchk:  The following filesets need to be installed or corrected to bring the system to a consistent state:   devices.pciex.b3154a63.rte 5.3.10.1     (usr: APPLIED, root: not installed) invscout.rte 2.2.0.13                   (usr: COMMITTED, root: not installed) sysmgt.websm.rte 5.3.10.0               (not installed; requisite fileset) sysmgt.websm.rte 5.3.9.0                (usr: APPLIED, root: not installed)
    


    
    root@aix1:/home/root # instfix -ivk 5300-10_AIX_ML | grep : | grep not Fileset sysmgt.websm.rte:5.3.10.0 is not applied on the system.
    


    I can't install websm, because he is requied devices.pciex.b3154a63.rte.
    If i want install pciex I've this error

    
    Verifying build dates... installp: The build date requisite check failed 
    
    for fileset      devices.pciex.b3154a63.rte. Installed fileset build date is 0921.  Selected fileset does not have a build date, but one is required. installp: Installation failed due to BUILDDATE requisite failure.
    


    Someone can help with?
    #AIX-Forum


  • 2.  Re: problem with TL10

    Posted Fri June 19, 2009 07:13 AM

    Originally posted by: SystemAdmin


    Hi banrus,

    Remove the packages which are listed by lppchk -v through smitty fastpath.
    Check and Post the output of

    # /usr/bin/oslevel -rl 5300-010

    If it throws error that means TL10 is not upgraded.

    Search for the prerequisites software's in the same TL10 installable's and try to install those using smitty installp.
    That might resolve the issue.

    Also in future if u are upgrading Technology levels below steps might help you:-

    Go to TL Installer directory and run below commmand's

    1. inutoc .

    1. install_all_updates -Yd .

    #AIX-Forum


  • 3.  Re: problem with TL10

    Posted Fri June 19, 2009 03:03 PM

    Originally posted by: SystemAdmin


    Thx it's working.
    #AIX-Forum


  • 4.  Re: problem with TL10

    Posted Mon August 20, 2012 02:52 AM

    Originally posted by: SystemAdmin


    Try installing as below , if not need to remove the package from ODM fully and need to install again.

    root@epibm030# cd AIX61TL04SP3
    root@epibm030# installp -acFNXYd . devices.pciex.b3154a63.rte

    If above cmd fails
    root@epibm030# lslpp -l devices.pciex.b3154a63.rte
    Fileset Level State Description

    Path: /usr/lib/objrepos
    devices.pciex.b3154a63.rte
    6.1.7.2 APPLIED 4X PCI-E DDR Infiniband Device
    Driver
    root@epibm030# export ALL odmdir=/usr/lib/objrepos
    root@epibm030# odmget -q name=devices.pciex.b3154a63.rte lpp
    root@epibm030# cd /u
    root@epibm030# ls
    guest lost+found opc_op orig.odm root
    root@epibm030# mv orig.odm orig.odm_19aug2012
    root@epibm030# ls
    guest lost+found opc_op orig.odm_19aug2012 root
    root@epibm030# /usr/lib/instl/saveodms
    VPD is saved in /u/orig.odm
    root@epibm030# export ALL odmdir=/usr/lib/objrepos
    root@epibm030# odmget -q name=devices.pciex.b3154a63.rte lpp
    root@epibm030# lslpp -l devices.pciex.b3154a63.rte
    Fileset Level State Description

    Path: /usr/lib/objrepos
    devices.pciex.b3154a63.rte
    6.1.7.2 APPLIED 4X PCI-E DDR Infiniband Device
    Driver
    root@epibm030# echo $ODMDIR
    /etc/objrepos
    root@epibm030# export ODMDIR=/usr/lib/objrepos
    root@epibm030# odmget -q name=devices.pciex.b3154a63.rte lpp

    get the lpp_id = 1361 then

    root@epibm030# odmdelete -q name=devices.pciex.b3154a63.rte -o lpp
    0518-307 odmdelete: 1 objects deleted.
    root@epibm030# odmdelete -q lpp_name=devices.pciex.b3154a63.rte -o product
    0518-307 odmdelete: 4 objects deleted.
    root@epibm030# odmdelete -q lpp_id=1361 -o history
    0518-307 odmdelete: 13 objects deleted.
    root@epibm030# odmdelete -q lpp_id=1361 -o inventory
    0518-307 odmdelete: 5 objects deleted.
    root@epibm030# export ODMDIR=/etc/objrepos
    root@epibm030# lppchk -v
    lppchk: The following filesets need to be installed or corrected to bring
    the system to a consistent state:

    devices.pciex.b3154a63.rte 6.1.1.0 (not installed; requisite fileset)

    root@epibm030# lslpp -l devices.pciex.b3154a63.rte

    Then go to package directry

    root@epibm030# installp -acFNXYd . devices.pciex.b3154a63.rte devices.pciex.b3154a63.diag devices.common.IBM.ib.rte
    -----------------------------------------------------------------------------
    Pre-installation Verification...
    -----------------------------------------------------------------------------
    Verifying selections...done
    Verifying requisites...done
    Results...

    now it resoled.
    #AIX-Forum