Originally posted by: SystemAdmin
I ran into the problem on several AIX machines. I was trying to upgrade from 5300-06 to anything newer. Here is how I got around the missing dependency.
This should be the set of fixes including devices.vdevice.IBM.v-scsi-host.rte
I clicked on the latest fix for 5.3 (U817363 currently)
I selected my current OS level and clicked next.
This gives a very long list of files. I got the ftp links for 2 of them.
devices.vdevice.IBM.v-scsi-host.rte.5.3.8.2
devices.vtdev.scsi.rte.5.3.8.0
Then I used wget to download those files to the directory where suma downloaded the latest fixes.
In a terminal window,
cd /usr/sys/inst.images/installp/ppc (where suma downloaded the files)
inutoc .
smitty install
do an update all from this directory and remember to read/accept licenses, etc.
I am sure this process could be modified to be easier, but this is what I did.