Home / Oracle / Oracle Solaris / 1z0-822 - Oracle Solaris 11 Advanced System Administration

Latest 1z0-822 Exam Questions


Question # 1



What is the purpose of the Service Management Facility (SMF) profiles?

A.

an XML file that describes current services and the instances

B.

allows the customization of services and instances

C.

stores configuration information about each service instance

D.

 used to start and stop processes or services





B.
  

allows the customization of services and instances



Explanation: Profiles are, in many ways, similar to manifests in that they use the same
XML DTD. However, instead of providing information about a service, its dependencies,
and methods, a profile is used to provide customization of a service or an instance of a
service. Customizations include whether an instance of a service should be enabled or
disabled and any modifications to service configuration properties.
Incorrect:
Not A: Manifests (not profiles) are used to describe services and instances of a service,
including any property groups and properties they might have.





Question # 2



You plan to use the Automated Installer (AI) to install a nonglobal zone named zone1. You
Which command must you use to add this custom manifest to the s11-sparc install service
and associate this custom manifest with the nonglobal zone?

A.

installadm create-profile –n s11-sparc –f /term/zone1manifest.xml –c
zonename=“zone1”

B.

installadm create-manifest –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest
–c zonename=“zone1”

C.

  installadm create-client –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c
zonename=“zone1”

D.

installadm create-server –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest –c
zonename=“zone1”




B.
  

installadm create-manifest –n s11-sparc –f /term/zone1manifest.xml –m zone1manifest
–c zonename=“zone1”



Explanation: Install services are created with a default AI manifest, but customized
manifests or derived manifests scripts (hereafter called “scripts”) can be added to an install
service by using the create-manifest subcommand.
* Example:
Add the new AI manifest to the appropriate AI install service, specifying criteria that define
which clients should use these installation instructions.
# installadm create-manifest -n s11-x86 -f ./mem1.xml -m mem1 \
-c mem="2048-unbounded"

* Syntax
installadm create-manifest -n|-service svcname
-f|-file manifest_or_script_filename
[-m|-manifest manifest_name]
[-c|-criteria criteria=value|list|range... |
-C|-criteria-file criteriafile]
[-d|-default]





Question # 3



Which option describes how to revert a service back to a previous version?

A.

Issue the svccfg delcust command.

B.

Issue the revetsnap command.

C.

Issue the restore_repository command.

D.

 Issue the svccfg revert command.




D.
  

 Issue the svccfg revert command.



Explanation: svccfg
subcommand: revert [snapshot]
Reverts the administrative customizations of the currently selected instance and its service
to those recorded in the named snapshot. If no argument is given, use the currently
selected snapshot and deselect it on success.

Incorrect:
Not A: Rollback to as-delivered system: svccfg delcust
svccfg
subcommand: delcust [-M] [pattern]
Delete any administrative customizations for the current selection. If an argument is
supplied, it is taken as a glob pattern and only property groups and properties with names
that match the argument are deleted.
Not B: There is no command revetsnap
Not C: Run the command /lib/svc/bin/restore_repository, and follow its instructions to
restore one of the automatic backup copies of the repository. Upon successful completion,
the system or local zone will be rebooted, and the restored repository will take effect.
Not D:





Question # 4



Examine the following command:
ipadm create-addr -T static -a 192.168.1.112/26 net0/v6
Which two statements are true?

A.

The interface is plumbed.

B.

The interface is marked down.

C.

The netmask value is ffffffc0.

D.

The link local IPv6 address fe80::112 is created.

E.

Multicast datagrams are not enabled on this interface.




A.
  

The interface is plumbed.




C.
  

The netmask value is ffffffc0.







Question # 5



A.

pkg property pkg-install=backup-bepkg install top

B.

pkg set-property be-policy create-backuppkg install top

C.

 pkg install --be-name BE2 top

D.

 pkg set-property be-policy always-newpkg install top

E.

pkg set-property create-backup truepkg install top




C.
  

 pkg install --be-name BE2 top




D.
  

 pkg set-property be-policy always-newpkg install top



Explanation: By default, a new BE is automatically created when you perform one of the
following operations:
* (D) Set the be-policy image policy to always-new. Under this policy, all package
operations are performed in a new BE set as active on the next boot.
* Update particular key system packages such as some drivers and other kernel
components. This can happen when you install, uninstall, update, change variant, or
change facet.
* Often a new BE is created when you execute the pkg update command to update all
packages that have updates available.
* Specify any of the following options: -be-name, -require-new-be, -backup-be-name, -
require-backup-be.





Question # 6



What is the signature-policy attribute's default value for the pkg client?

A.

None

B.

Verify

C.

Require

D.

require-names




B.
  

Verify



Explanation: Signature Policy: verify
Verify that all manifests with signatures are validly signed, but do not require all installed
packages to be signed.
This is the default value.





Question # 7



You are about to configure resource controls for a nonglobal zone. You want to first
examine settings as well as the system limits for those controls.
Which command fetches this information?

A.

priocntl

B.

  zonecfg

C.

  rctladm

D.

prctl




B.
  

  zonecfg



Explanation: zonecfg subcommand info:
info zonename | zonepath | autoboot | brand | pool | limitpriv
info [resource-type [property-name=property-value]*]
Display information about the current configuration. If resource-type is specified, displays
only information about resources of the relevant type. If any property-name value pairs are
specified, displays only information about resources meeting the given criteria. In the
resource scope, any arguments are ignored, and info displays information about the
resource which is currently being added or modified.

Incorrect:
Not A: priocntl- process scheduler control
The priocntl() function provides for control over the scheduling of an active light weight
process (LWP).
Not C: rctladm- display and/or modify global state of system resource controls.
The rctladm command allows the examination and modification of active resource controls
on the running system.
Not D: prctl
- get or set the resource controls of running processes, tasks, and projects
The prctl utility allows the examination and modification of the resource controls associated
with an active process, task, or project on the system. It allows access to the basic and
privileged limits on the specified entity.





Question # 8



Which command reports the scheduling class a process falls under?

A.

ps

B.

  priocnt1

C.

  dispadmin

D.

  rctladm

E.

prstat




A.
  

ps







Question # 9



Choose two true statements regarding signed IPS packages.

A.

A signature takes the form of an action statement in a manifest.

B.

 A package can be signed before adding it to a repository.

C.

 A package manifest may contain more than one signature.

D.

Only one organization can apply signatures to a given package.




A.
  

A signature takes the form of an action statement in a manifest.




C.
  

 A package manifest may contain more than one signature.



Explanation: A: IPS package manifests can be signed, with the signatures becoming part
of the manifest.
Signatures are represented as actions just as all other manifest content is represented as
actions.
C: A manifest can have multiple independent signatures.





Question # 10



What does the following command change?
pkg set-publisher –G ‘*’ –g http://server1.domain.com solaris

A.

 It updates all Solaris publishers and deletes the server1.domain.com origin.

B.

It deletes all Solaris publishers and adds the server1.domain.com origin.

C.

  It adds server1.domain.com to the Solaris publisher list.

D.

  It sets the origin for the Solaris publisher to server1.domain.com.

E.

  It adds the server1.domain.com repository as an origin for the solaris publisher.




B.
  

It deletes all Solaris publishers and adds the server1.domain.com origin.






Get 140 Oracle Solaris 11 Advanced System Administration questions Access in less then $0.12 per day.

Total Questions Answers: 140
Last Updated: 25-Oct-2024
Available with 1, 3, 6 and 12 Months Free Updates Plans
PDF: $15 $64

Test Engine: $20 $80

PDF + Engine: $25 $99


Oracle 1z0-822 Dumps - Real Exam Questions


Exam Code: 1z0-822
Exam Name: Oracle Solaris 11 Advanced System Administration

  • 90 Days Free Updates
  • Oracle Experts Verified Answers
  • Printable PDF File Format
  • 1z0-822 Exam Passing Assurance

Get 100% Real 1z0-822 Exam Dumps With Verified Answers As Seen in the Real Exam. Oracle Solaris 11 Advanced System Administration Exam Questions are Updated Frequently and Reviewed by Industry TOP Experts for Passing Oracle Solaris Exam Quickly and Hassle Free.

Oracle 1z0-822 Dumps


Struggling with Oracle Solaris 11 Advanced System Administration prep? Get the edge you need!

Our carefully created 1z0-822 dumps give you the confidence to pass the exam. We offer:

  • Up-to-date Oracle Solaris practice questions: Stay current with the latest exam content.
  • PDF and test engine formats: Choose the study tools that work best for you.
  • Realistic Oracle 1z0-822 practice exam: Simulate the real exam experience and boost your readiness.
Pass your Oracle Solaris exam with ease. Try our study materials today!


Ace your Oracle Solaris exam with confidence!

We provide top-quality 1z0-822 exam dumps materials that are:
  • Accurate and up-to-date: Reflect the latest Oracle exam changes and ensure you are studying the right content. 
  • Comprehensive: Cover all exam topics so you do not need to rely on multiple sources. 
  • Convenient formats: Choose between PDF files and online Oracle Solaris 11 Advanced System Administration practice test for easy studying on any device.
Do not waste time on unreliable 1z0-822 practice test. Choose our proven Oracle Solaris study materials and pass with flying colors.

Try Dumps4free Oracle Solaris 11 Advanced System Administration 2024 PDFs today!

  • Assurance

    Oracle Solaris 11 Advanced System Administration practice exam has been updated to reflect the most recent questions from the Oracle 1z0-822 Exam.

  • Demo

    Try before you buy! Get a free demo of our Oracle Solaris exam dumps and see the quality for yourself. Need help? Chat with our support team.

  • Validity

    Our Oracle 1z0-822 PDF contains expert-verified questions and answers, ensuring you're studying the most accurate and relevant material.

  • Success

    Achieve 1z0-822 success! Our Oracle Solaris 11 Advanced System Administration exam questions give you the preparation edge.

If you have any question then contact our customer support at live chat or email us at support@dumps4free.com.