Pallavi,
Please add the the following bugs to the OpenSolaris 2008.11
release notes. If you need any more information, please let me know.
Joe VLcek
====================================================================
4248 - ICT: reset_image_uuid unconditionally tries to reset the uuid
Title: ICT reset_image_UUID will fail for Automated Installer if
authname is not set to: opensolaris.org
Description:
The Automated Installer allows setting an authority name. If an
authority name other than opensolaris.org is specified ICT
reset_image_uuid will report the following error, which can be found in
the install_log.
install_log file is located in /a/var/sadm/system/logs/install_log
<ICT Oct 25 20:43:43> current task:reset_image_UUID
<ICT_I Oct 25 20:43:43> _cmd_status: executing cmd=pkg -R /a set-authority
--reset-uuid opensolaris.org
pkg: set-authority: authority does not exist. Use -O to define origin
URL for
new authority
<ICT_I Oct 25 20:43:45> _cmd_status: return exitstatus=256
<ICT_E Oct 25 20:43:45> Reset uuid failed - exit status = 256, command
was pkg
-R /a set-authority --reset-uuid opensolaris.org
<ICT_E Oct 25 20:43:45> Failure. Returning: ICT_PKG_RESET_UUID_FAILED
Workaround:
In the Automated Installer manifest specify authname at opensolaris.org
For example:
<main url="http://ipkg.sfbay:29047" authname="opensolaris.org"/>