Which five statements describe options available for installing the Oracle Solaris 11operating system using the installation media?
Correct Answer: A,B,D,F,H
Explanation/Reference:
Explanation:
A: If the network is setup to perform automated installations, you can perform a text installation over the network by setting up an install service on the network and selecting a text installation when the client system boots.
B: After a fresh install of Solaris 11 express, only the console mode is activated.
To add Gnome, simply do :
$ sudo pkg install slim_install
This will install additional packages that are not installed by default.
D: The text installer advantages over the GUI installer include:
* In addition to modifying partitions, the text installer enables you to create and modify VTOC slices within the Solaris partition.
F: How do I upgrade my Solaris 10 or lower systems to Solaris 11?
Unfortunately, you CAN'T. There is no direct upgrade installer or other tool that will allow you to upgrade from earlier releases of Solaris to Solaris 11. This is primarily due to the vast changes in the packaging mechanism in Solaris 10.
Recent Comments (The most recent comments are at the top.)
https://docs.oracle.com/cd/E26502_01/html/E36219/glmzx.html
According to documentation , CDEF are correct. Others options are wrong.
x86: Live Media
H is wrong
The installer on the Live Media ISO image is for x86 platforms only.
B is wrong
The Live Media installs a GUI desktop. Also, the Live Media requires more memory than the text installer. The exact memory requirements vary for each system. See Oracle Solaris Installation Requirements.
If you are installing on x86 platforms that will run multiple operating systems, you can partition your disk during the installation process. See Partitioning Your System in Installing Oracle Solaris 11.1 Systems.
The GUI installer cannot upgrade your operating system. The default GUI installer settings are described in Default Settings With the GUI Installer in Installing Oracle Solaris 11.1 Systems.
To install the OS by using either the Live Media or the text installer, download the installation media from:
http://www.oracle.com/technetwork/server-storage/solaris11/downloads/index.html
You can copy the downloaded image to removable media, such as a USB drive or burn it to a DVD by using the usbcopy utility. To use the usbcopy utility, you must first install the pkg:/install/distribution-constructor package. See How to Perform a GUI Installation in Installing Oracle Solaris 11.1 Systems....