You must have a compatible AI service and AI manifest to deploy an archive using the Automated Installer (AI). A compatible service is one that is created from a version of the OS or an SRU, which is the same as or newer than the version from which the archive was created. For example, if the archived system is Oracle Solaris 11.3, any Oracle Solaris 11.3 or 11.3 SRU version AI service is compatible. Each archive does not require its own service. The specific archive deployed is determined by the manifest used for a specific deployment.
To specify the Unified Archive location and image to deploy, use the ARCHIVE software type in an AI manifest. In Oracle Solaris 11.3, use the AI configuration all_services/webserver_files_dir property. This property sets a file system location that is served by the Automated Installer's web services and identifies a convenient location for files that support AI deployments.
For more information about customizing an AI manifest see Example XML Manifests for Archive Deployment and Customizing an XML AI Manifest File in Installing Oracle Solaris 11.3 Systems.
For more information, see Using Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.3.
It is only necessary to create a new install service if you do not already have one configured to support the needed client architecture and OS.
# installadm create-service -n new-service -s source
Ensure that the –s value is set to the name of the ISO file or the FMRI location for the current operating system version.
In this example, the install client is associated with the new install service created in the previous step. The client is identified by its MAC address.
# installadm create-client -e ##.##.##.##.##.## -n new-service
Either edit the default manifest XML file or create a new manifest XML file referencing the archive changes. Example XML Manifests for Archive Deployment provides sample manifests. Refer to Customizing an XML AI Manifest File in Installing Oracle Solaris 11.3 Systems for editing and verification guidelines.
# installadm create-manifest -n new-service -m manifest -f file
# installadm list -n new-service
# installadm list -n new-service -m
This command will boot the install client using IP addresses from a DHCP server, which may also be your AI server.
ok boot net:dhcp - install