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

    You are troubleshooting the Oracle Solaris11 Automated Installer (AI), which is not connecting with the IPS software repository.

    Which three steps will help determine the cause of DNS name resolution failure?

    A. Verify the contents of /etc/resolve.conf.
    B. Run netstat -nr to verify the routing to the DNS server.
    C. Ping the IP address of the IPS server to verify connectivity.
    D. On the installation server, verify that the menu.1st file for the client points to a valid boot arc hive.
    E. Run df -k to verify that the boot directory containing the boot archive is loopback mounted under /etc/netboot.
    F. Run the command /sbin/dhcpinfo DNSserv to ensure that the DHCP server providing the DNS server information.

  • Question 32:

    After installing the OS, you boot the system and notice that the syslogd daemon is not accepting messages from remote systems. Which two options should you select to modify the syslogd daemon configuration so that it accepts messages from remote systems?

    A. svccfg -s svc:/system/system -log setprop start/exec= "syslogd -t" Restart the syslogd daemon.
    B. Set the following parameter in the /etc/syslogd.conf file: LOG_FROM_REMOTE= YES Restart the syslogd daemon.
    C. svcadm enable svc:/system/system -log/config/log_from_remote Restart the syslogd daemon.
    D. svccfg -s svc:/system/system-log setprop config/log_from_remote=true Restart the syslogd daemon.
    E. Set the following parameter in the /etc/default/syslogd file: LOG_FROM_REMOTE=YES Restart the syslogd daemon.

  • Question 33:

    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.iso Mount 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 -G http://pkg.oracle.com/solaris/release/ \ -g http"//serverA.example.com/ solaris
    B. cat so1.repo.iso-a so1.repo.iso-b > /export/IPS/repo Set the pkg/inst_root property to true and the pkg/readonly property to /export/IPS Set 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.iso Mount the ISO image and use the rsync command to extract the contents of the ISO file to /export/IPS/repo 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 solaris \ -g http://pkg.oracle.com/
    D. cat so1.repo,iso-a so1.repo.iso-b > /export/IPS/repo.iso Mount the ISO image and copy the repo directory from the ISO image to /export/IPS/repo set the pkg/inst_root property and the pkg/readonly property to /export/IPS/repo set 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 34:

    Which three statements are true for the Oracle Solans 111mage Packaging System (IPS)? (Choose three.)

    A. a local repository should be stored on a 2FS file system.
    B. Network access to an IPS repository is provided to client systems using NFS.
    C. Network access to an IPS repository is provided to client systems using NFS and HTTP.
    D. The distribution constructor can get packages from a local IPS to build an installation image.
    E. A mirror repository contains all of the metadata and content for software packages.
    F. Clients access a mirror repository to obtain a publisher's catalog and software packages.

  • Question 35:

    alice is a user account used by Alice on a Solaris 11 system.

    sadmin is a role account on the same system.

    Your task is to add the command /usr/sbin/cryptoadm to the Network management profile, so that Alice can execute it, while assuming the sadmin role.

    Select the three activities necessary to accomplish this.

    A. To the file /etc/security/prof_attr, add the line: Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0
    B. To the file /etc/security/auth_attr, add the line: Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0
    C. To the file /etc/security/exec_attr.d/local-entriies, add the line: Network Management: solaris:cmd:RO::/usr/sbin/cryptoadm:euid=0
    D. Run the roles alice to ensure that alice may assume the role sadmin.
    E. Run the command profiles sadmin to ensure that the role sadmin includes the network Management profile.
    F. Run the command profiles alice to ensure that the Alice has permissions to access the Network management profile.
    G. Run the command profiles "Network management" to ensure that the Network management profile includes the sadmin role.

  • Question 36:

    View the Exhibit, and review the zpool and ZFS configuration information from your system

    The application development team requested an up-to-date copy of the data from the /prod_data file system. You decide to give the team one of the disk drives containing the data by breaking the mirror, removing the disk c4t1d0 and mounting c4t1 dO under a new mount point named /dev_data. Identify the correct procedure for breaking the mirror, removing c4t1d0. and making the data on that drive accessible under the /dev_data mount point

    A. zfs destroy pooh /prod_data zfs create pool1/prod_data c4t1d0 zfs create pool1/dev_data c4t1d0
    B. zfssplitpool1/prod_data zfs mount -F zfs pool1/dev_data c4t1d0
    C. zpool split pooll pool2 zpool import pool2 zfs set mountpoint=/dev_data pool2/prod_data
    D. zpool split pool1/prod_data -n pool2/dev_data zpool import -o mountpoint=/dev_data pool2/dev_data 3 e zfs split pool1/prod_data -n pool2/dev_data zfs set mountpoint=/dev_data pool2/dev_data

  • Question 37:

    Identify the Automated Installer's (AI) equivalent to jumpStart's finish scripts and sysidcfg files.

    A. Manifest files
    B. SMF system configuration profile files
    C. Installadm create - client
    D. IPS software package repository
    E. installadm create-service
    F. svccfg - s application/pkg/server setprop sysidcfg

  • Question 38:

    Which three options are valid methods of installing a Solaris 10 branded zone on a system running Oracle Solaris 11?

    A. Use the V2V process to migrate an existing Solaris 8 or 9 non-global zone from a Solaris 10 system to a solaris10 branded zone.
    B. Use the V2V process to migrate an existing Solaris 10 non global whole root zone from a Solaris 10 system to a solaris10 branded whole root zone.
    C. Install a solaris10 branded zone directly from the Oracle Solaris 10 media.
    D. Migrate an existing 64-bit Solaris 10 system to a solaris10 branded non-global zone using the P2V process.
    E. Migrate an existing 32 bit Solaris10 system to a solaris10 branded non-global zone using the P2V process.
    F. Use the V2V process to migrate an existing Solaris 10 non-global sparse root zone from a Solaris 10 system to a solaris10 branded sparse root zone.

  • Question 39:

    You create a flash archive of the Solaris 10 global zone on the server named sysA and you name the archive s10-system.flar.

    You upgrade the operating system on sysA from Solaris 10 to Oracle Solaris 11.

    On sysA, you want to create a Solaris 10 non-global zone and import the flash archive into that zone The flash archive is available on sysA via NFS through the mountpoint;/net/backup_server/backup_server.

    Which two options do you choose to create the Solaris 10 zone capable of supporting the Solaris 10 flash archive? (Choose two.)

    A. zonecfg -z s 10-zone create-tSYSsolarislO
    B. zonecfg -z s 10-zone create setbrand=solaris10
    C. zonecfg -z solarisl 0 -t SYSsolarislO
    D. zonecfg -z s10-zone install -f/net/backup_setver/s1O-system.flar

  • Question 40:

    You are setting up a local IPS package repository on your Oracle Solaris 11 server; solans example.com

    You want to point the existing local IPS publisher to the new local IPS repository located in /repo. These are the steps that you have followed:

    1 Download and rsync the contents of the Oracle Solaris 11 repository ISO image to the /repo directory.

    2. Configure the repository server service properties. The svcprop command displays the IPS-related properties:

    pkg/inst_root astnng /repo pkg/readonly boolean true

    The Is command displays the contents of the /repo directory:

    #ls /repo

    pkg5 repository publisher

    The svcs command shows the svc:/application/pkg/server:default service is online.

    The pkg publisher command still displays:

    PUBLISHERTYPESTATUSURI solarisoriQinonlinehttp://DkQ.Qracle.conVsolaris/release/

    Which step needs to be performed to set the local IPS publisher to the local IPS repository /repo?

    A. issue the pkgrepo refresh -s command to refresh the repository.
    B. Restart the svc:/application/pkg/server:default service.
    C. issue the pkg set-publisher command to set the new repository location.
    D. issue the pkgrepo rebuild command to rebuild the repository.
    E. issue the pkgrepo set command to set the new repository location-

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.