When speaking in an Oracle Support Engineer, you are asked to verify the version of the Solaris
11 build currently running on your system. Which command would display the Solaris 11 build
version currently running on your system?
A.
pkg info all
B.
cat /etc/release
C.
cat /etc/update
D.
prtconf | grep �i update
E.
pkg info entire
Explanation:
Which Solaris release you are running on your system can be determined
using the following command:
cat /etc/release
This will tell you which release you are running and when it was released.
The more recent your system, the more info is contained in this file.
Example:
# cat /etc/release
Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
Assembled 23 August 2011
answer E: cause we’re here talking about S11
will show version of an installed SRU too
E is check software package. not solaris 11. hence i think b is the only correct answer
if another choice is :
pkg info kernel (Is this the right answer?)
I think yes, this should be the right answer.
Solaris 11 build is in output of pkg info kernel command:
Name: system/kernel
Summary: Core Kernel
Description: Core operating system kernel, device drivers and other modules.
Category: System/Core
State: Installed
Publisher: solaris
Version: 0.5.11
Build Release: 5.11
Branch: 0.175.1.0.0.24.2
Packaging Date: September 19, 2012 06:50:11 PM
Size: 32.59 MB
FMRI: pkg://solaris/system/[email protected],5.11-0.175.1.0.0.24.2:20120919T185011Z
Right answer is E
# pkg info entire
Name: entire
Summary: entire incorporation including Support Repository Update (Oracle Solaris 11.1.18.5.0).
Description: This package constrains system package versions to the same
build. WARNING: Proper system update and correct package
selection depend on the presence of this incorporation.
Removing this package will result in an unsupported system. For
more information see https://support.oracle.com/CSP/main/article
?cmd=show&type=NOT&doctype=REFERENCE&id=1501435.1.
Category: Meta Packages/Incorporations
State: Installed
Publisher: solaris
Version: 0.5.11 (Oracle Solaris 11.1.18.5.0)
Build Release: 5.11
Branch: 0.175.1.18.0.5.0
Packaging Date: April 11, 2014 10:19:03 PM
Size: 5.46 kB
FMRI: pkg://solaris/[email protected],5.11-0.175.1.18.0.5.0:20140411T221903Z
Are there any differences between “pkg info kernel” and “pkg info entire” to determine “solaris 11 build”?
E is the most likely answer as this is a Solaris 11 command which will list Solaris build information as part of the output. Although cat /etc/release will show Solaris release version information it’s a pre Solaris 11 command. I would think we are expected to use the more up to date command and the question specifically states ‘build version’.
I think E is correct.
Example (Solaris 11.2):
~# cat /etc/release
Oracle Solaris 11.2 X86
Copyright (c) 1983, 2014, Oracle and/or its affiliates. All rights reserved.
Assembled 23 June 2014
***Don’t “display the Solaris 11 build version”
~# pkg info entire
Name: entire
Summary: Incorporation to lock all system packages to the same build
Description: This package constrains system package versions to the same
build. WARNING: Proper system update and correct package
selection depend on the presence of this incorporation.
Removing this package will result in an unsupported system.
Category: Meta Packages/Incorporations
State: Installed
Publisher: solaris
Version: 0.5.11
Build Release: 5.11
Branch: 0.175.2.1.0.2.0
Packaging Date: July 23, 2014 06:40:46 PM
Size: 5.46 kB
FMRI: pkg://solaris/[email protected],5.11-0.175.2.1.0.2.0:20140723T184046Z
E
Passed 1Z0-821 exam few days ago with a good score of 9X% (the passing line is 64% now)!
Total 70 questions, questions were mainly on:
1. Installing Oracle Solaris 11 using an Interactive Installer
2. Administering Services
3. Setting Up and Administering Data Storage
4. Administering Oracle Solaris Zones
5. Setting Up and Administering User Accounts
6. Controlling Access to Systems and Files
(New) 7. Managing the SYSLOG facilityManaging the CRON facility
(New) 8. Managing the SYSLOG facility
Pay close attention to the up 7 & 8 topics when preparing for the 1Z0-821 exam. Questions on those two topics are not available on this site.
And, you can refer to the most valid 1Z0-821 dumps (2017 version) here:
http://www.oraclebraindump.com/?s=1Z0-821
(Those questions are part of PassLeader 1Z0-821 dumps, recommend to get its full version 1Z0-821 dumps with VCE and PDF.)
Good Luck!
Besides, part of PassLeader 1Z0-822 dumps are also available here for your reference:
http://www.oraclebraindump.com/?s=1Z0-822
Best Regards!!!