Oracle 1Z0-820 Online Practice
Questions and Exam Preparation
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 61:
Your task is to convert a JumpStart sysidcfg file to an Automated Installer (Al) sc_profile.xml file, using js2ai. Select two unsupported items that will require changes. (Choose two.)
A. terminal=xterms B. name_service=NIS+ C. timezone=US/Pacific D. system_locale=en_US E. network_interface=PRIMARY F. root_password=rJmv5LUXM10cU
A. terminal=xterms D. system_locale=en_US
Question 62:
view the Exhibit
To simplify administration of a network, the decision was made to use bridging rather than routing Your network includes three Oracle Solaris 11 systems,
en-tiny cib uiiuyo yiuviumy reuunuaiu pauiways.
You previously created the bridges on each system with the following commands:
You notice that network performance is less than expected, and packets between networks X and Z are being forwarded by bridgeA and bridgeB, rather than being forwarded directly by bndgeC.
Select the solution
A. SystemC # dladm modify-bndge -p stp bridgeC B. SystemA # dladm modify-bridge -p stp bridgeA SystemB # dladm modify-bridge -p stp bndgeB SystemC # dladm modify-bridge -p stp bridgeC C. SystemC # dladm modify-bridge -p trill bridgeC D. SystemA # dladm modify-bridge -p trill bridgeA SystemB # dladm modify-bridge -p trill bndgeB SystemC # dladm modify-bridge -p trill bndgeC E. SystemC # ipadm set-prop -p forwarding=on bridgeC F. SystemC # dladm set-linkprop -p promiscuous=on bridgeC
E. SystemC # ipadm set-prop -p forwarding=on bridgeC
Question 63:
View the Exhibit to inspect the file system configuration on your server.
Your department's backup policy is to perform a full backup to remote system disk on Saturday.
On each weekday, you are to perform an incremental backup to the same remote system disk.
Each incremental backup will contain only data that has been modified since the previous Saturday backup.
The server file systems must remain available at all times and can never be taken offline. The backup must not only provide for the recovery of the most recent version of a file, but must also allow recovery of previous versions of a file.
Following your company policy, which two describe the correct procedure to be performed on Saturday for backing tip the /data file system to a remote disk named /remote/backup?
A. On Saturday: zfs snapshot pool1/data@sat zfs send pool1/data@sat > /remote/backup/full B. On Saturday: zfs create snapshotpool1/data@sat zfs send pool1/data@sat | zfs recv remote/backup/ `date' `+%m%d%y' C. On Saturday: zfs create snapshotpool1/data@sat zfs send pool1/data@sat > /remote/backup/full D. On Saturday: zfs create snapshotpool1/data@sat zfs send pool1/data@sat | zfsrecv remote/backup
B. On Saturday: zfs create snapshotpool1/data@sat zfs send pool1/data@sat | zfs recv remote/backup/ `date' `+%m%d%y' C. On Saturday: zfs create snapshotpool1/data@sat zfs send pool1/data@sat > /remote/backup/full
You can use the zfs send command to send a copy of a snapshot stream and receive the snapshot stream in another pool on the same system or in another pool on a different system that is used to store backup data.
You can send incremental data by using the zfs send -i option.
For example:
host1# zfs send -i tank/dana@snap1 tank/dana@snap2 | zfs recv newtank/dana Note that the first argument (snap1) is the earlier snapshot and the second argument (snap2) is the later snapshot. In this case, the newtank/dana file system must already exist for the incremental receive to be successful.
The incremental snap1 source can be specified as the last component of the snapshot name. This shortcut means you only have to specify the name after the @ sign for snap1, which is assumed to be from the same file system as snap2. For example:
host1# zfs send -i snap1 tank/dana@snap2 > zfs recv newtank/dana This shortcut syntax is equivalent to the incremental syntax in the preceding example.
Reference: Oracle Solaris ZFS Administration Guide, Sending and Receiving ZFS Data
Question 64:
A process associated with a user application keeps crashing on the user, but a core dump is not being saved in the /var/core/pprocess directory. The core dump configuration is: global core file pattern: /var/core/core. %f.%p global core file content: default init core file pattern: core 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 Which option would change the core dump configuration so that a user's per-process core dumps get saved in the /var/core/pprocess directory?
A. coreadm --g /var/core/pprocess/core.%f %p B. coreadm --i /var/core/pprocess/core.%f.%p C. coreadm --i /var/core/pprocess/core.%f.%p coreadm --e proc--setid --d process D. coreadm --g /var/core/pprocess/core.%f.%p coreadm --e global--setid E. Make this change to the /etc/coreadm conf file: init core file pattern: /var/core/pprocess/core.%f.%p
E. Make this change to the /etc/coreadm conf file: init core file pattern: /var/core/pprocess/core.%f.%p
Question 65:
Select two statements that correctly describe the capabilities of the Distribution Constructor.
A. ISO images for use with the Automated Installer (AI) can be created. B. Bootable USB images can be created for SPARC and x86 architectures. C. A single installation server can be used to create ISO images for SPARC and x86 architectures. D. Checkpoints can be used to pause the build, allowing scripts to run that modify the resulting ISO Image. E. A single Installation server can be used to create ISO images for Solaris 10 and Solaris11 operating systems.
A. ISO images for use with the Automated Installer (AI) can be created. D. Checkpoints can be used to pause the build, allowing scripts to run that modify the resulting ISO Image.
A: You can use the distribution constructor to create the following types of Oracle Solaris images:
*
(A) x86 or SPARC ISO Image for Automated Installations
*
Oracle Solaris x86 live CD image
*
x86 or SPARC Oracle Solaris text installer image
*
x86 Oracle Solaris Virtual Machine
Note: You can use the distribution constructor to build custom Oracle Solaris images. Then, you can use the images to install the Oracle Solaris software on individual systems or multiple systems. You can, also, use the distribution constructor to create Virtual Machine (VM) images that run the Oracle Solaris operating system.
D: Checkpointing Options You can use the options provided in the distro_const command to stop and restart the build process at various stages in the image-generation process, in order to check and debug the image that is being built. This process of stopping and restarting during the build process is called checkpointing.
Reference: Oracle Solaris 11 Express Distribution Constructor Guide, What are the Components in the Distribution Constructor?
Question 66:
Review the zpool information on your server:
You enabled the deduplication properly on the pooH/data file system, yet the information on the pool shows a DEDUP RATIO of 1 00x. Which two options describe why the data duplication ratio on pooM still shows I.OOx and not a higher value? (Choose two.)
A. Most of the data in the pooM/data file system is not duplicate data. B. You have the copies property set to a value of greater than 1 on your ZFS file system. C. You have set the dedup property on the ZFS file system, but have not set the dedupratio property on the zpool. D. You have set the deduplication property on the ZFS file system, but have not set the dedupratio property on the zpool E. You have set the dedup property on the ZFS file system, but have not added any data to the file system since the dedup property was set-
B. You have the copies property set to a value of greater than 1 on your ZFS file system. C. You have set the dedup property on the ZFS file system, but have not set the dedupratio property on the zpool.
Question 67:
You want to configure an iSCSI target device on your system.
Select the group package required to install this functionality on your system.
A. storage-server B. solaris-small-server C. storage-avs D. storage-nas
A. storage-server
How to Create an iSCSI LUN The disk volume provided by the server is referred to as the target. When the LUN is associated with an iSCSI target, it can be accessed by an iSCSI initiator. The following tasks are completed on the system that is providing the storage device.
1. Install the COMSTAR storage server software.
target# pkg install storage-server
Etc.
Question 68:
The following information is displayed about the compress/zjp software package, which Is currently installed on this system: NAME (PUBLISHER)VERSIONIFO Compress/zip3.1.2-0.175.0.0.0.0.537ifNAMEVERSIONDATECOMMENT Compress/zip3.109 Dec 2011 04:50:38 ESTNone Which statement describes the information that is displayed tor the compress/zip software package?
A. This package cannot be removed. B. This package can be updated to a new version when the new version of the package becomes available. C. This package cannot be updated. D. This package can be updated to version 3.1.3 but not 3.2. E. This package cannot be downgraded to version 3.1.1.
D. This package can be updated to version 3.1.3 but not 3.2.
An "f" in the F column indicates the package is frozen. If a package is frozen, you can only install or update to packages that match the frozen version.
Note: The "i" in the I column indicates that these packages are installed in this image.
References: Adding and Updating Oracle Solaris 11 Software Packages, Showing Package Install State Information
Question 69:
Identify the two advantages offered by the Automated Installer compared to JumpStait (Choose two.)
A. DHCP is no longer required. B. ZFS clones of the boot environment simplify upgrades. C. Greater flexibility is offered by WAN-compatible networking protocols. D. Complexity of post-installation scripts required for customizing installations is simplified. E. ZFS file systems support installation of additional disk storage during installation if required.
A. DHCP is no longer required. B. ZFS clones of the boot environment simplify upgrades.
Question 70:
View the Exhibit.
The file came from your Automated Installer (AI) install server. The file is ____________.
A. an AI SC profile for non-global zones B. the default AI config file for non-global zones C. the default AI manifest for non-global zones D. a custom AI manifest
D. a custom AI manifest
ai_manifest
-Automated installation manifest file format
Synopsis /usr/share/install/ai.dtd.1
Some customizations have been made, such as the selection of specific locales.
Reference: Oracle Solaris 11 Installation Man Pages
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.