1Z0-821 Exam Details

  • Exam Code
    :1Z0-821
  • Exam Name
    :Oracle Solaris 11 System Administration
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :243 Q&As
  • Last Updated
    :Jul 09, 2026

Oracle 1Z0-821 Online Questions & Answers

  • Question 181:

    User jack logs in to host Solaris and executes the following command sequence:

    Which three statements are correct?

    A. User jack can edit testfile because he has read and write permissions at the group level.
    B. User jack can use cat to output the contents of testfile because he has read permission as the file owner.
    C. User jill can change the permissions of testfile because she has write permission for the file at the group level.
    D. User jill can edit testfile because she has read and write permission at the group level.
    E. User jack can change permissions for testfile because he is the owner of the file.
    F. User jack can change permissions for testfile because he has execute permission for the file.

  • Question 182:

    Which two statements describe the COMSTAR framework available in Oracle Solaris 11?

    A. It converts an Oracle Solaris 11 host into a SCSI target device that can be accessed over a storage network by Linux, Mac OS, or Windows client systems.
    B. iSCSI targets cannot be configured as dump devices.
    C. It provides support for iSCSI devices that use SLP.
    D. It is used to connect to Fibre Channel or iSCSI Storage Area Network (SAN) environments.
    E. It provides an upgrade and update path to convert your iSCSI LUNs from Solaris 10 systems.

  • Question 183:

    You log in to the system as user1, then switch user to root by using the su - command. After entering the correct password, yon enter the following commands:

    whoami;who am i;id

    Which option correctly represents the output?

    A. Option A
    B. Option B
    C. Option C
    D. Option D

  • Question 184:

    You want to deploy Oracle Solaris 11 with the Automated Installer (AI). You need to make sure that your server and network meet the requirements for using AI. Identify two requirements for using AI.

    A. You should set up DHCP. The DHCP server and AI install server can be the same machine or two different machines.
    B. You can create only one manifest per install service. If you need more than one manifest, you should create multiple install services.
    C. The minimum requirement to operate as an AI install server is 1 GB of memory.
    D. If two client machines have different architectures and need to be installed with the same version of the Oracle Solaris 11 OS, then you should create two AI manifests and a single install service.

  • Question 185:

    ServerA contains two ISO images of a package repository named so1.repo.iso-a and so1.repo.iso-b respectively. You need to create a single local package repository on server that clients can connect to. The package repository will be stored on the /export/IPS file system and named repo. The preferred publisher will be named solaris and the publisher URL will be http://serverA.example.com.

    Which is the correct procedure to perform on ServerA to create the local Package repository?

    A. cat so1.repo.iso-a sol.repo.iso-b > so1.full.isoMount the ISO image and use the rsync command to extract the contents of the ISO file to the /export/IPS file system.Set the pkg/inst_root property to /export/IPS/repo and the pkg/readonly property to true.Set the preferred publisher by using pkg set-publisher -Ghttp://pkg.oracle.com/solaris/release/ \-g http"//serverA.example.com/ solaris
    B. cat so1.repo.iso-a so1.repo.iso-b > /export/IPS/repoSet the pkg/inst_root property to true and the pkg/readonly property to /export/IPSSet the preferred publisher by using pkg set-publisher -G http://serverA.example.com/ \-g http://pkg/oracle.com/solaris/rekease/solaris
    C. cat so1.repo.iso-a so1.repo.iso-b > so1.full.isoMount the ISO image and use the rsync command to extract the contents of the ISO file to /export/IPS/repoSet the pkg/inst_root property to /export/IPS/repo and the pkg/readonly property to trueSet the preferred publisher by using pkg set-publisher solaris \-g http://pkg.oracle.com/
    D. cat so1.repo, iso-a so1.repo.iso-b > /export/IPS/repo.isoMount the ISO image and copy the repo directory from the ISO image to /export/IPS/reposet the pkg/inst_root property and the pkg/readonly property to /export/IPS/reposet the preferred pkg/inst_root property by using pkg set-publisher - G http://serverA.example.com/ \- g http://pkg.oracle.com/solaris.com/release/- p solaris

  • Question 186:

    On server A, you enter the following command to add a static route to serverA route -p add -host 192.168.1.101 192.168.1.101 -static What is the purpose of this command?

    A. to temporarily bypass IP Filter rules
    B. to specify an IPMP target IP address to in.mpathd
    C. to specify routing to an adjacent network when in.rdisc is not used
    D. to specify routing to an adjacent network when in.routed is not used
    E. to ensure the IP address for serverB is not flushed from the ARP cache
    F. to optimize link aggregation using a direct connection between two systems

  • Question 187:

    You have set up the task.max-lwps resource control on your Solaris 11 system.

    Which option describes how to configure the system so that syslogd notifies you when the resources control threshold value for the task.max-lwps resource has been exceeded?

    A. Use the rctladm command to enable the global action on the task.max-lwpa resource control.
    B. Modify the /etc/syslog.conf file to activate system logging of all violations of task.max- lwps and then refresh then svc: /system/system-log:default service.
    C. Activate system logging of all violations of task.max-lwpp in the /etc/rctldm.conf file and then execute the rctladm-u command.
    D. Use the prct1 command to set the logging of all resource control violations at the time the task.max-lwps resource control is being setup.
    E. Use the setrct1 command to set the logging of all resource control violations for the task.max-lwps resource control.

  • Question 188:

    Review the storage pool information:

    Which statement describes the status of this storage pool?

    A. It is a RAIDZ storage pool and can withstand a single disk failure; data will be striped at: disk components.
    B. It is a double-parity RAIDZ storage pool and can withstand two disk failures; data will be striped across four disk components.
    C. It is an improperly configured RAIDZ storage pool; data will be striped across four disk components, but only three drives are protected with redundancy.
    D. It is an improperly configured RAIDZ storage pool; data will be striped across three disk components, but only three drives are protected with redundancy.

  • Question 189:

    Your server has a ZFS storage pool that is configured as follows:

    The server has two spate 140-GB disk drives: c3t5d0 c3t6d0 Which command would add redundancy to the pool1 storage pool?

    A. zpool attach pool1 c3t5d0 c3t6d0
    B. zpool attach pool1 c3t3d0 c3c5d0; zpoo1 attach pool1 c3t4d0 c3t6d0
    C. zpool mirror pool1 c3t5d0 c3t6d0
    D. zpool add pool1 mirror c3t5d0 c3t6d0
    E. zpool add raidz pool1 c3t5d0 c3t6d0

  • Question 190:

    You are installing the Oracle Solaris 11 Operating System by using the Text Installer. Which two options describe the features associated with the Text Installer?

    A. It can be used to install only SPARC systems.
    B. It installs gnome as the default user environment on a system capable of displaying a graphical environment.
    C. You can choose whether root is a role or user account.
    D. You can do both automatic and manual configuration of the network.
    E. You can select how to configure the remaining network interfaces.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Oracle exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your 1Z0-821 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.