1Z0-878 Exam Details

  • Exam Code
    :1Z0-878
  • Exam Name
    :Oracle Solaris 10 System Administrator Certified Professional Exam, Part II
  • Certification
    :Oracle Certifications
  • Vendor
    :Oracle
  • Total Questions
    :356 Q&As
  • Last Updated
    :Dec 06, 2021

Oracle 1Z0-878 Online Questions & Answers

  • Question 281:

    Which answer describes the task being performed on line 3? Review the excerpt from a sample zone configuration session:

    A. /usr/sf w is to be loop-back mounted from the global zone.
    B. /usr/sf w is to be copied from the global zone.
    C. /usr/sf w is to be linked to the global zone.
    D. The /usr/sfw directory will be inherited from the previous non-global zone.

  • Question 282:

    What are three functions of the metaroot command? (Choose three.)

    A. It reboots the system.
    B. It configures network multipathing.
    C. It configures the swap device to use a metadevice.
    D. It configures the / (root) file system to use a metadevice.
    E. It configures the /etc/vfstab file to allow for booting from a metadevice.
    F. It configures the /etc/system file to allow for booting from a metadevice.
    G. It configures the /etc/services file to allow for booting from a metadevice.

  • Question 283:

    On a system with a number of zones installed, all zones are NIS clients of the global zone. A second NIS domain is required. Which statement is true?

    A. Non-global zones can only be DNS clients.
    B. This is NOT possible. Only one NIS server can run on a system and all zones need to be NIS clients of the same domain.
    C. The administrator can create a new zone with a second NIS server. Each zone is free to pick its own domain name.
    D. Zones can be in different NIS domains, but you can run only one NIS server on one system.

  • Question 284:

    You receive a HelpDesk ticket from a user that is unable to access the host server6. bigcorp. com from their workstation. The user's workstation is named ciient4.bigcorp.com .The user has issued a ping command and sends you the output:

    % ping server6.bigcorp.com ping: unknown host server6.bigcorp.com Big Corp has recently transitioned from using DNS. Big Corp now uses LDAP exclusively and has decomissioned all of their internal DNS servers. With the exception of the primary LDAP server, no client has access to a DNS server. The client4 .bigcorp.com was reconfigured to be an LDAP client, as were all other hosts in the department. A check of the contents of the /etc/inet/hosts file on client 4 .bigcorp.com reveals that it does NOT contain an entry for server6.bigcorp.com. You discover that all of the other systems in the department can access server6. bigcorp. com, even though they do NOT contain an

    /etc/inet/hosts entry for server6 . bigcorp. com.

    You run the nsiookup command on client 4 .bigcorp.com and get this:

    # nsiookup server6.bigcorp.com ;; connection timed out; no servers could be reached

    When running ldapsearch from client4 . bigcorp. com, it returns the correct IP address for server6 . big. corp. com.

    Which file on client 4 .bigcorp.com is misconfigured and must be modified to correct the user's issue?

    A. the /etc/ipnodes file
    B. the /etc/ldap. conf file
    C. the /etc/resolv.conf file
    D. the /etc/nsswitch.conf file

  • Question 285:

    DotClown company, which sells circus supplies, has an order-processing server that has only 512 megabytes of physical RAM and no disk-based swap space. Because of a sudden increase in orders and corporate growth, 512 megabytes of disk swap space was added to the system:

    What is the total virtual memory configured on the system?

    A. 512 megabytes
    B. 1024 megabytes
    C. 1049312 blocks
    D. 170480k+744232k=914712k

  • Question 286:

    A system called renegade is configured to access a CAD application and the man pages using

    automount. The system has the following /etc/auto_master file: # Master map for automounter # /home auto_home -nobrowse /- auto_direct -ro The renegade system also has the following /etc/auto_direct file: # Superuser-created direct map for automounter # /tools/cad -ro,soft cadserver:/export/cad,v2 /usr/share/man -ro,soft docserver1,docserver2:/usr/share/man

    Which two statements are true about the renegade system? (Choose two.)

    A. To access the CAD application, the user can type # cd /tools/cad.
    B. Before trying to access the man pages, the user must first run the # automount command.
    C. If the mount of /tools/cad fails for any reason, the system continues to retry until cadserver responds.
    D. The /usr/share/man directory is mounted from docserver1 or docserver2, depending upon availability.
    E. To access the CAD application, the user must type the full path as follows: # cd /net/cadserver/export/ cad,v2.

  • Question 287:

    Which two commands list the profiles assigned to user fred? (Choose two)

    A. profiles fred
    B. profiles -1 fred
    C. profiles --list fred
    D. grep --w fred /etc/security/prof_attr
    E. grep --w fred /etc/securfity/po1icy.conf

  • Question 288:

    Given the following command:

    add_install_client -d [...] add_install_client -d -e

    [...]

    In addition to configuring the JumpStart server, which two statements are true about the format of this command? (Choose two.)

    A. The -e option specifies the address of the PXE server to use.
    B. Without the -e option, only SPARC systems can be configured to boot from the network.
    C. Without the -e option, only x86 based systems can be configured to boot from the network.
    D. The first format displays information necessary to configure DHCP to PXE boot a class of machines.
    E. The second format displays information necessary to configure DHCP to PXE boot a single, specific system.

  • Question 289:

    You want to backup an active ZFS file system named dbase. When listing the information on the file system, the following information is displayed:

    NAME USED AVAIL REFER MOUNTPOINT

    data/dbase 24.5K 72.8G 24.5K /data/dbase

    Rather than unmount the file system and make it unavailable during the backup, you want to create a point in time snapshot of the file system and backup that snapshot.

    Which command is used to create a point in time snapshot of the dbase file system?

    A. zfs snapshot files/data data_snapshot
    B. zfs snapshot data/dbase@ dbase_snapshot
    C. zfs clone data/dbase data/sdbase/dbase_snapshot
    D. fssnap -F ufs -o bs=/var/tmp /data/dbase /dev/fssnap/0 /data to mount the file system.
    E. zfs unmount /data -to unmount the file system; zfs mount /data to mount the file system.

  • Question 290:

    systemA has a file system that is being shared as follows:

    -- /data/dbase rw

    systemB mounts that file system as follows:

    /data on systemA:/data/dbase\ remote/read/write/setuid/devices/xa11r/dev=4c00002 On systemB, whenever root tries to create or copy a file to the /data directory, root receives the following error: cannot create Which answer describes a solution to this problem?

    A. On systemA, give root write privileges to the /data/dbase directory.
    B. n systemA, Share /data/dbase as follows: share --F nfs --o root=systemB /data/dbase
    C. n systemA, Share /data/dbase as follows: share --F nfs --o rw=systemB /data/dbase
    D. n systemB, mount the remote file system as follows: mount --F nfs --o rw systemA:/data/dbase /data

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