Originally posted by: KevinStrietzel
Anybody know a way to fix or work around this?
Or is it a packaging error, and I can download the fix soon? :-)
I'm trying to update AIX 7100-00 to 7100-01, but I'm having a problem with the fileset devices.chrp.base.ServiceRM. When I try to apply the new level (1.5.1.0), I get this:
# installp -agXY -V4 -d. devices.chrp.base.ServiceRM +-----------------------------------------------------------------------------+ Pre-installation Verification... +-----------------------------------------------------------------------------+ Verifying selections...done Verifying requisites... 0503-250 installp: Error: A fileset has an update level in an
"*ifreq" expression that is not greater than the base level specified. The fileset in error is: devices.chrp.base.ServiceRM 1.5.1.0 done Results... FAILURES -------- Filesets listed in
this section failed pre-installation verification and will not be installed. Miscellaneous Failures ---------------------- The following is a list of filesets that you asked to install. They failed pre-installation checks
for one of several reasons. See the
"Failure Key"
for failure reasons and possible recovery hints. ? devices.chrp.base.ServiceRM 1.5.1.0 # RSCT Service Resource Manager Failure Key:
"?" unclear why
this fileset failed. Use the software listing (lslpp command) and software verification facilities (lppchk command) to
try to establish further information on
this fileset. << End of Failure Section >> +-----------------------------------------------------------------------------+ BUILDDATE Verification ... +-----------------------------------------------------------------------------+ Verifying build dates...done FILESET STATISTICS ------------------ 1 Selected to be installed, of which: 1 FAILED pre-installation verification ---- 0 Total to be installed Pre-installation Failure/Warning Summary ---------------------------------------- Name Level Pre-installation Failure/Warning ------------------------------------------------------------------------------- devices.chrp.base.Service 1.5.1.0 Inconsistent usr and root parts
(Apologies if putting error messages in
code
is poor form here, but it preserves the indentation.)
There are three error messages in there; I suspect the first is causing the whole thing.
1. 0503-250, about *ifreq base and update levels.
2. The pre-install verification failure of the fileset for reasons which are "unclear."
3. The final "Inconsistent usr and root parts."
If I understand the first error message correctly, it's caused by this in the fileset's requisites:
*ifreq rsct.core.rmc (3.1.0.0) 3.1.0.0
It seems to want the update level to be greater than the base level, not equal.
The machine has 1.5.0.0 committed and 1.5.0.1 applied.
Removing and re-installing the fileset doesn't help.
"lslpp -l" and "lppchk" don't show any problems.
Thanks,
--KevinS
#AIX-Forum