1.
What is the use of IPS package repositories? (2 correct ansers)
Correct Answer(s)
A. Simplified software delivery
C. Centralized architecture for managing multiple versions of software for various architectures
Explanation
IPS package repositories are used for simplified software delivery by providing a centralized architecture for managing multiple versions of software for various architectures. This allows for easier distribution and installation of software packages.
2.
Administrators can mirror existing software package repositories locally for network restricted deployment environments.
Correct Answer
A. True
Explanation
Administrators have the ability to create a local mirror of software package repositories, which allows for the deployment of software in network restricted environments. This means that even if the network does not have access to the internet or the original repository, administrators can still distribute and install software packages from the local mirror.
3.
Fill in the blanks.
Image Packaging System (IPS) is _____________.
Correct Answer
B. Network based package management system
Explanation
IPS, or Image Packaging System, is a network-based package management system. This means that it allows for the management and installation of packages over a network. It provides a centralized repository of packages that can be accessed and installed on multiple systems connected to the network. This system simplifies the process of managing and distributing software packages across a network, making it easier for administrators to ensure that all systems are up to date and have the necessary software installed.
4.
What is On-disk format?
Correct Answer
D. Allows administrators to install individual packages directly from an archive in a non-networked environment.
Explanation
The correct answer is "Allows administrators to install individual packages directly from an archive in a non-networked environment." This option suggests that the on-disk format allows administrators to access and install packages from an archive without the need for a network connection. This is useful in situations where the administrator's environment does not have internet access or when a direct installation is preferred over a networked installation.
5.
Which of the following is true with reference to "Solaris zone integartion"? (2 correct answers)
Correct Answer(s)
A. After a system has bootstrapped a minimized OS, the installation will progress over the network. Software package repositories are used for this purpose.
B. IPS is integrated with Zones, allowing administrators to easily update a system and any virtual environment.
Explanation
The correct answer states that after bootstrapping a minimized OS, the installation will continue over the network using software package repositories. This implies that the installation process is not limited to a local environment. Additionally, it mentions that IPS is integrated with Zones, enabling administrators to update both the system and any virtual environment easily. This suggests that IPS provides a convenient way to manage updates across different zones, including virtual environments.
6.
How is fast system reboot achieved in IPS?
Correct Answer
B. By allowing certain system and firmware checks to be bypassed
Explanation
Fast system reboot in IPS is achieved by allowing certain system and firmware checks to be bypassed. This means that during the reboot process, certain checks and verifications that are normally performed by the system and firmware are skipped, resulting in a quicker reboot time. By bypassing these checks, the system can be brought back online faster, reducing downtime and improving efficiency.
7.
How to reduce system downtime? (2 correct answers)
Correct Answer(s)
A. Automatic dependency checking during software install
D. Any dependent software is automatically installed
Explanation
One way to reduce system downtime is by implementing automatic dependency checking during software installation. This ensures that all necessary dependencies are met before the software is installed, reducing the chances of compatibility issues or errors that could lead to system downtime. Additionally, automatically installing any dependent software also helps to minimize downtime as it ensures that all required components are in place and ready for use.
8.
Fill in the blanks.
IPS uses, user friendly package names, allowing administrators to quickly browse and search for packages using __________.
Correct Answer
C. GrapHical Package Manager or CLI utilities
Explanation
IPS (Image Packaging System) uses user-friendly package names, allowing administrators to quickly browse and search for packages using Graphical Package Manager or CLI utilities. These tools provide a convenient interface for administrators to manage software packages, either through a graphical user interface or command-line interface, making it easier to navigate and search for specific packages within the system.
9.
Manual methods of tracking and installing patches is the only error free method in Oracle Solaris 11.
Correct Answer
B. False
Explanation
The statement "Manual methods of tracking and installing patches is the only error free method in Oracle Solaris 11" is false. While manual methods can be effective, they are not the only error-free method in Oracle Solaris 11. Oracle Solaris 11 also provides automated patch management tools such as the Automated Installer (AI) and the Image Packaging System (IPS) that can track and install patches with minimal errors. These tools automate the patch management process and help ensure that patches are applied correctly and efficiently.
10.
How does IPS eases the complexity of managing system software on Oracle Solaris 11?
Correct Answer
C. By integrating patching with package updates.
Explanation
By integrating patching with package updates, IPS (Image Packaging System) simplifies the management of system software on Oracle Solaris 11. This means that when updates are installed for packages, patches are automatically applied, reducing the complexity of managing system software.
11.
How does IPS provides Installation revert back facility?
(2 correct answers)
Correct Answer
A. By applying changes to a clone or alternate boot environment
Explanation
IPS provides installation revert back facility by applying changes to a clone or alternate boot environment. This means that instead of directly modifying the existing system, any changes made during installation are applied to a separate clone or boot environment. This allows for easy rollback if any issues occur during the installation process. Additionally, ZFS snapshots and clones are created in file systems with little or no overhead, further facilitating the revert back process. Therefore, both of the given options are correct.
12.
Which of the following command are used in AI Environment?
Correct Answer
D. All of the above
Explanation
All of the above commands (pkgmogrify, pkgrepo, pkgdiff) are used in an AI (Artificial Intelligence) Environment. These commands are likely part of a package management system in the AI Environment, allowing users to modify, create, and compare packages.
13.
The FMRI for below defined software package is________________.
Name : gcc-3
Version : 3.4.3,5.11-0.175.0.0.0.1.530:201111012T111222Z
Publisher : Solaris
Correct Answerpkg://solaris/developer/
[email protected],5.11-0.175.0.0.0.1.530:201111012T111222Z
Explanation
The given answer is the FMRI (Fault Management Resource Identifier) for the software package gcc-3. It includes the name, version, and publisher information of the package. The FMRI is a unique identifier used in Solaris to identify software components.
14.
Which of the following is true with reference to Backward compatibility in IPS? (2 correct answers)
Correct Answer(s)
B. IPS can retrieve packages from Oracle repository or local repository
D. IPS calculates package deltas between what is currently installed and from the repository and downloads differences
Explanation
The first statement, "SVR4 package commands do not work on IPS packages," is not true with reference to backward compatibility in IPS. IPS can retrieve packages from both Oracle repository and local repository. Additionally, IPS calculates package deltas between what is currently installed and from the repository and downloads the differences.