TIVsmCba is dependent from TIVsmCapi
during jumpstarts the packages was already succesfully installed in the global
zones.
when we created zones before sol10u4, the two packages was always succesfully
installed and now since sol10u4 only TIVsmCapi was installed succesfully very
first at zone installation "zoneadm -z xxx install"
TIVsmCba is the last package in the zone install_log.
the pkgadd failed with the following message from the checkinstall script:
<<<<<<snip>>>>
*** package <TIVsmCba> failed to install - administration required:
WARNING:
Please install the package 'TIVsmCapi' before
installing 'IBM TSM Backup Archive Client'.
Installation of <TIVsmCba> on zone <test03> was suspended
(administration).
No changes were made to the system.
<<<<<<snip>>>>
the part in the checkinstall script:
#=======================================================================
#=== Check for package dependencies ===
#=======================================================================
for TSM_PACKAGE in ${PACKAGE_DEPENDENCIES_LIST}; do
pkginfo ${TSM_PACKAGE} 1>/dev/null 2>/dev/null
if [ $? -ne 0 ]
then
echo "\nWARNING:"
echo " Please install the package '${TSM_PACKAGE}' before "
echo " installing '$INSTNAME'. \n"
exit 3
fi
done
thanks
This message posted from opensolaris.org