Originally posted by: nitingavli
Previously bos.rte.ILS and bos.rte.install were in broken state.
Test:/#lppchk -v
lppchk: The following filesets need to be installed or corrected to bring
the system to a consistent state:
bos.rte.install 7.1.3.2 (usr: APPLIED, root: BROKEN)
devices.common.IBM.sni.ml 1.2.0.0 (not installed; requisite fileset)
Test:/#
To fix this issue we have done following changes.
1)We have moved tsd.dat file and copied .tsd.bk to tsd.dat and installed bos.rte.installp using AIX7.1 TL3 SP2 base CD
Test:/mnt/AIX_OS_7.1_TL3_SP2#installp -acFNXYd . bos.rte.install 7.1.3.2
After performing above step broken issue for bos.rte.install is got resolved..
2)Performed below step for bos.alt_disk
# export ODMDIR=/etc/objrepos
# odmget -q name=bos.alt_disk_install.rte lpp (note the lpp_id)
# odmdelete -q name=bos.alt_disk_install.rte -o lpp
# odmdelete -q lpp_name=bos.alt_disk_install.rte -o product
# odmdelete -q lpp_id=<lpp_id> -o history
# odmdelete -q lpp_id=<lpp_id> -o inventory
# export ODMDIR=/usr/lib/objrepos
# odmget -q name=bos.alt_disk_install.rte lpp (note the lpp_id)
# odmdelete -q name=bos.alt_disk_install.rte -o lpp
# odmdelete -q lpp_name=bos.alt_disk_install.rte -o product
# odmdelete -q lpp_id=<lpp_id> -o history
# odmdelete -q lpp_id=<lpp_id> -o inventory
Test:/mnt/AIX_OS_7.1_TL1_SP9#installp -acFNXYd . bos.alt_disk_install.rte 7.1.1.20
3) performed below step for openssh
Test:/mnt/AIX_OS_7.1_TL2_SP0#installp -acFNXYd . openssh.base.server 6.0.0.6100
Now only issue is bos.rte.ILS filesets..Not able to install it forcefully
Test:/mnt/AIX_OS_7.1_TL2_SP0#lppchk -v
lppchk: The following filesets need to be installed or corrected to bring
the system to a consistent state:
bos.rte.ILS 7.1.0.0 (not installed; requisite fileset)
bos.rte.ILS 7.1.1.0 (not installed; requisite fileset)
#AIX-Forum