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