Hi All,
I've created an AI service using the s11-sru02-03a-ai-x86.iso. Every
install I've attempted so far has failed part way through the install in
the following fashion:
2012-01-05 00:27:59,179 InstallationLogger CRITICAL Failed Checkpoints:
2012-01-05 00:27:59,229 InstallationLogger ERROR
2012-01-05 00:27:59,280 InstallationLogger ERROR
generated-transfer-1097-1
2012-01-05 00:27:59,330 InstallationLogger ERROR
2012-01-05 00:27:59,380 InstallationLogger ERROR Checkpoint execution
error:
2012-01-05 00:27:59,431 InstallationLogger ERROR
2012-01-05 00:27:59,481 InstallationLogger ERROR Unable to contact valid
package repository
2012-01-05 00:27:59,532 InstallationLogger ERROR Encountered the
following error(s):
2012-01-05 00:27:59,582 InstallationLogger ERROR Unable to contact any
configured publishers.
2012-01-05 00:27:59,633 InstallationLogger ERROR This is likely a
network configuration problem.
2012-01-05 00:27:59,683 InstallationLogger ERROR https protocol error:
code: 403 reason: Forbidden
2012-01-05 00:27:59,734 InstallationLogger ERROR URL:
'https://pkg.oracle.com/solaris/support'.
2012-01-05 00:27:59,784 InstallationLogger ERROR
2012-01-05 00:27:59,835 InstallationLogger INFO Automated Installation
Failed. See install log at /system/volatile/install_log
2012-01-05 00:27:59,885 InstallationLogger DEBUG Shutting down Progress
Handler
Automated Installation failed
Please refer to the /system/volatile/install_log file for details
Here is the point in the install_log at which the install fails:
2012-01-05 00:07:13,725 InstallationLogger.generated-transfer-1097-1
DEBUG Install Phase ... Started.
2012-01-05 00:26:52,017 InstallationLogger.generated-transfer-1097-1
DEBUG Install Phase ... Done.
2012-01-05 00:26:52,920 InstallationLogger.generated-transfer-1097-1
DEBUG Package State Update Phase ... Started.
2012-01-05 00:26:53,545 InstallationLogger.generated-transfer-1097-1
DEBUG Package State Update Phase ... Done.
2012-01-05 00:26:54,863 InstallationLogger.generated-transfer-1097-1
DEBUG Image State Update Phase ... Done.
2012-01-05 00:27:59,035 InstallationLogger.generated-transfer-1097-1
DEBUG Cleaning up
2012-01-05 00:27:59,035 InstallationLogger ERROR Error occurred during
execution of 'generated-transfer-1097-1' checkpoint.
Traceback (most recent call last):
File
"/usr/lib/python2.6/vendor-packages/solaris_install/engine/__init__.py",
line 811, in _execute_checkpoints
checkpoint.execute(dry_run)
File
"/usr/lib/python2.6/vendor-packages/solaris_install/transfer/ips.py",
line 381, in execute
info_needed=self.INFO_NEEDED)
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 157,
in wrapper
return f(instance, *fargs, **f_kwargs)
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 3661,
in info
pfmri, alt_pub=alt_pub)
File "/usr/lib/python2.6/vendor-packages/pkg/client/image.py", line
2434, in get_manifest
intent=intent, alt_pub=alt_pub)
File "/usr/lib/python2.6/vendor-packages/pkg/client/image.py", line
2416, in __get_manifest
intent, pub=alt_pub)
File
"/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py",
line 432, in wrapper
return f(instance, *fargs, **f_kwargs)
File
"/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py",
line 1180, in get_manifest
self._captive_portal_test(ccancel=ccancel)
File
"/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py",
line 2114, in _captive_portal_test
raise apx.InvalidDepotResponseException(None, estr)
InvalidDepotResponseException: Unable to contact valid package
repository
Encountered the following error(s):
Unable to contact any configured publishers.
This is likely a network configuration problem.
https protocol error: code: 403 reason: Forbidden
URL: 'https://pkg.oracle.com/solaris/support'.
Can anyone tell my why https://pkg.oracle.com/solaris/support would need
to be set as the only publisher during initial install and not the
publisher defined in my AI manifest? Is this coming from the sru2 AI
iso?