1Z0-820 Exam Details

  • Exam Code
    :1Z0-820
  • Exam Name
    :Upgrade to Oracle Solaris 11 System Administrator
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :133 Q&As
  • Last Updated
    :Jul 12, 2026

Oracle 1Z0-820 Online Questions & Answers

  • Question 11:

    You are troubleshooting the failure of a computer to mount an NFS file system hosted by a server (hostname mars) in the local area network.

    Select the three commands that will enable you to identify the problem.

    A. ping - s mars
    B. cat /etc/vfstab
    C. cat /etc/dfs/dfstab
    D. sharemgr show -v
    E. showmount -e mars
    F. rpcinfo -s mars | egrep `nfs|mountd'

  • Question 12:

    You have already generated a 256-bit AES raw key and named the keystore file /mykey. You need to use the key to create an encrypted file system.

    Which command should you use to create a ZFS encrypted file system named pool1/encrypt using the /mykey keystore?

    A. zfs create - o encryption = /mykey pool1/encrypt
    B. zfs create - o encryption = 256-ccm - o keysource = raw, file : ///my key pool1/encrypt
    C. zfs create - o encryption = AES keysource = /mykey pool1/encrypt
    D. zfs create - o encryption = on keystore = /mykey pool1/encrypt

  • Question 13:

    You need to set up an Oracle Solaris 11 host as an iSCSI target so that the host's disk can be accessed over a storage network. The disk device is c3t4d0.

    Which six options describe the steps that need to be taken on this host to enable an iSCSI target?

    A. Create a ZFS file system named iscsi/target.
    B. Create a zpool named iscsi with disk device c3t4d0
    C. Create zfs volume named iscsi/target.
    D. Use the stmfadm command to create a LUN using /dev/zvol/rdsk/iscsi/target.
    E. Use the stmfadm command to create a LUN using iscsi/target.
    F. Use the stmfadm command to make the LUN viewable.
    G. Use the stmfadm command to make the volume viewable.
    H. Enable the svc:/network/iscsi/target:default Service.
    I. Use the itadm command to create the iSCSI target.

  • Question 14:

    You want the system to generate core files when an application crashes, but you want only root to be able to view the core files. The current core configuration is: global core file pattern: /var/core/core %f.%p global core file content: default init core file pattern: /var/core/pprocess/core.%f.%pp init core file content: default global core dumps: enabled per--process core dumps: enabled global setid core dumps disabled per-process setid core dumps: disabled global core dump logging disabled Select the option that describes the change that needs to be made to the core dump configuration to meet this requirement.

    A. coreadm --d process
    B. coreadm -i /var/core/core.%f %p
    C. coreadm--d global
    D. coreadm -d process -d global -e global-setid -e proc-setid
    E. Make this change to the /etc/coreadm.conf file: per-process core dumps: disabled

  • Question 15:

    The current ZFS configuration on serverA is: Pool1 c3t2d0 c3t3d0 Pool2 c3t4d0 c3t5d0

    The ZFS configuration on serverB is: Pool1

    mirror-0

    c3t2d0

    c3t3d0

    mirror-1

    c3t4d0

    c3t5d0

    You need to change serverA's ZFS configuration to match serverB's configuration.

    Which option should you choose to modify the configuration on serverA so that it matches serverB's configuration?

    A. zpool destroy pool2 zpool attach pool1 c3t4d0 ct3t5d0
    B. zpool destroy pool2 zpool attach pool1 c3t2d0 c3t2d0 c3t4d0 c3t5d
    C. zpool destroy pool2 zpool add pool1 c3t4d0 c3t5d0
    D. zpool destroy pool2 zpool mirror pool1 pool2
    E. zpool destroy pool2 zpool attach pool1 c3t2d0 c3t4d0 zpool attach pool1 c3t3d0 c3t5d0
    F. zpool destroy pool1 zpool destroy pool2 zpool create pool1 mirror c3t2d0 c3t3d0 c3t4d0 c3t5d0

  • Question 16:

    You need to migrate a UFS file system named /production_ufs to a ZFS file system named /production_ufs. The /production_ufs file system cannot be taken down or be out of production during the migration, and the current /production_ufs file system must remain active until the /ptoduction_zfs file system is copied and ready.

    Which method allows you to meet both requirements?

    1.

    Copy live data from /production_ufs to /production_zfs while /production_ufs is in use.

    2.

    When the copy is complete, /production_zfs will contain an up-to date copy of /production_ufs

    A. Create a snapshot of the UFS file system. Create the new ZFS file system. Use cpio to copy data from the snapshot to the new ZFS file system.
    B. Create a new Boot Environment. Create the ZFS file system. Use lucreate -m to copy data from the Current UFS file system to the new ZFS file system.
    C. Mirror the existing UFS file system by using SVM. After both submissions are in sync, migrate one of the submissions to a ZFS file System by using Live Upgrade.
    D. Create the new ZFS file system by using zfs create import to import data from the existing UFS file system into the new ZFS file system
    E. Create the new zfs file system by using the zfs create -o shadow.

  • Question 17:

    You are going to create live zones on you server. Disk space is critical on this server so you need to reduce the amount of disk space required for these zones. Much of the data required for each of these zones is identical, so you want to eliminate the duplicate copies of data and store only data that is unique to each zone.

    Which two options provide a solution for eliminating the duplicate copies of data that is common between all of these zones?

    A. Create the zones by using sparse root zones.
    B. Set the dedup property to on and the dedupratio to at least 1.5 for the zpool. Create a separate ZFS file system for each zone in the zpool.
    C. Put all of the zones in the same ZFS file system and set the dedupratio property for the ZFS file system to at least 1.5.
    D. Put all of the zones in the same ZFS file system and set the dedup property for the file system to on.
    E. Put each zone in a separate ZFS file system within the same zpool. Set the dedup property to on for each ZFS file system.

  • Question 18:

    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 19:

    Identify three options that describe the new Oracle Solaris 11 zone features.

    A. There are boot environments for zones.
    B. Administrators can delegate common administration tasks by using RBAC.
    C. Oracle Solaris 11 supports Solaris 8, 9, and 10 branded zones.
    D. You can migrate a physical Solaris 10 system and its non-global zones to a solaris10 branded zone running on an Oracle Solaris 11 system.
    E. It is possible to change the host ID of a zone.

  • Question 20:

    The core dump configuration for your system is:

    A user is running a process in the global zone and the process crashes. The process information is:

    User1 2663 2618 0 17:46:42 pts/2 0:00 /usr/bin/bash

    The server host name is: zeus

    What will the per-process core file be named?

    A. core.bash.2663.global
    B. core.bash.2663.zeus
    C. /var/core/core.bash.2663
    D. /var/core/core.bash.2663.global

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-820 exam preparations and Oracle certification application, do not hesitate to visit our Vcedump.com to find your solutions here.