| Solaris |
|
|
With the integration of following changeset into build 164:
Author: William Schumann
Repository: /hg/caiman/slim_source
Latest revision: 1075:df96871c232d
Total changesets: 1
Log message:
16045 SC manifest should not be required to be in an XML comment when using embedded form
SC profiles (or SC manifests) are managed by the Automated Installer separately from AI manifests. Any number of profiles can be associated with an AI service and used to configure an automated Solaris 11 installation through setting SMF properties.
The change was reflected in default AI manifest delivered in build 164. The profile that was embedded in the former default.xml is now available in <image_path>/auto_install/sc_profiles/sc_sample.xml, and can be added to a service created on or after 164 with this command:
installadm create-profile -f <image_path>/auto_install/sc_profiles/sc_sample.xml -n <service_name>
where <image_path> is the image path of the service the profile is being created for. A service's image path is listed in the "installadm list" output.
Distro Constructor Impact:
To create build 164 AI iso images using DC, you must first update your build system to 164 so that it has the latest DC tools.
Pre-164 AI manifests can still be used, but they must have the sc_embedded_manifest section removed. The embedded SC manifest section can be copied to create a profile file by cutting the sc_embedded_manifest contents, stripping off the XML comment delimiters: <! and > and saving it to a file. The resulting profile must be valid per service_bundle(4). See the sample mentioned above.
Starting with 164, if an AI service does not have any profiles created, the AI client will automatically submit a profile that results in the SCI tool being run upon first boot. SCI tool will prompt the user for configuration information on the system console.
Features are described on the updated installadm man page.
Known issues:
Logfiles of note:
See also:
Version compatibility issues:
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.