Your installation has completed successfully and the system did not reboot automatically. Which
option would cause this?
A.
Automatic reboots are only allowed when invoked via SMF.
B.
The client neverreboots automatically after the successful installation, staying
availableformanuallyverification of the install process.
C.
The “auto_reboot” parameter in the Automated Installer manifest has not been set to “true.”
D.
The “installation”service needed to be refreshed for the “auto_reboot” setting is to be applied,
so all clientsbeing installed from it could reboot.
E.
Post installation rebootsare no longer necessary because the Oracle
Solaris11AutomatedInstallation installs andactivesthesystem’s services in the desired state such
that thereisno need for a reboot.
Explanation:
auto_reboot – Optional. Omitting the auto_reboot attribute is equivalent to setting
the value of the attribute to false. By default, AI does not automatically reboot the client after
installation. To request automatic reboot of the client after successful installation, specify
auto_reboot=”true”.
Note:
*Example 1 Set the auto_reboot Attribute
$ aimanifest set /auto_install/ai_instance@auto_reboot false
Reference:Creating a Custom AI Manifest
C