Act now and download your Oracle 1Z0-878 test today! Do not waste time for the worthless Oracle 1Z0-878 tutorials. Download Improved Oracle Oracle Solaris 10 System Administrator Certified Professional Exam, Part II exam with real questions and answers and begin to learn Oracle 1Z0-878 with a classic professional.
♥♥ 2021 NEW RECOMMEND ♥♥
Free VCE & PDF File for Oracle 1Z0-878 Real Exam (Full Version!)
★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions
Free Instant Download NEW 1Z0-878 Exam Dumps (PDF & VCE):
Available on:
http://www.surepassexam.com/1Z0-878-exam-dumps.html
Q1. Since installing an operating system patch, your server keeps crashing for unknown reasons. You have been told to start saving the information from the crash in the /crash filesystem (c1t1d0s7) so that a technician can analyze the problem.
Which answer displays the configuration file information required to save all crash dumps in the /crash directory?
A. savecore directory: /crash
B. dump device: /crash
C. dump device: /dev/dsk/cltld0s7
D. Savecore directory: /dev/dsk/c1t1d0s7
Answer: A
Q2. The adminuser already has the following authorizations:
Solaris.admin.usermgr.pswd, Solaris.system.shutdown, Solaris.admin.fsmgr.write
To add the ability to purge log files, you need to add Solaris. admin. logsvc. purge to the list of authorizations for adminuser. Which command would you use to perform this task?
A. rolemod -A Solaris.admin.logsvc.purge,Solaris.admin.usermgr.pswd, Solaris.system.shutdown,Solaris.admin.fsmgr.write adminuser
B. rolemod -A solaris.admin.fsmgr.write adminuser
C. usermod -A solaris.admin.fsmgr.write adminuser
D. rolemod -P Solaris.admin.logsvc.purge,Solaris.admin.usermgr.pswd, Solaris.system.shutdown,Solaris.admin.fsmgr.write adminuser
Answer: A
Q3. For a local zone in the installed state, which statement is true?
A. Local zone file systems are mounted.
B. The local zone has an associated virtual platform.
C. Network interfaces for the local zone are plumbed.
D. Packages are installed under the local zone root path.
E. The local zone has a unique ID assigned by the system.
Answer: D
Q4. SystemA has a file system named /library that contains a library of files to be shared to the entire company. Each remote system has read-only access to this file system through the /library mount point.
Occasionally, serverA goes down for maintenance and users can no longer access the data in the library. Therefore, you have configured a second server, named systemB, that users can access when systemA goes down. They access the systemB server through the /library2 mount point. However, when systemA goes down, all the users need to be instructed that they are to use /library2 temporarily until systemA comes back up. Which answer describes a solution to this problem?
A. Mount the file systems as follows:mount -F nfs systemA:/library,systemB:/library /library
B. Mount the file systems as follows:mount -F nfs -o ro systemA:/library,systemB:/library /library
C. Mount the file systems as follows:mount -F -o ro nfs systemA:/library systemB:/library /library
D. Use AutoFS to maintain both mountpoints and have the users access either /net/systemA/library or /net/system/library
Answer: B
Q5. During boot up, your x86-based laptop that is running the Solaris 10 OS displays the message:
NFS server arizona not responding, still trying
Which two are valid troubleshooting procedures for this problem? (Choose two.)
A. restart the NFS client-side daemons
B. verify that the nfsd daemon is running on your laptop
C. verify that your laptop is connected to the correct network
D. verify that the server arizona is up and that its network interface is up.
E. verify that the NFS client entry in /etc/inetd.conf is correct, then get inetd to reread the /etc/inetd.conf
Answer: C,D
Q6. You are extending the NIS support in your network to include a new NIS map to support automount direct maps. As part of this process, you modify the NIS Makefile to include the following line:
touch auto.direct.time; \\
What is the purpose of this line?
A. The line updates the timestamp in the index file for the NIS map so that the data file and the index file are correctly synchronized.
B. The line is used to create the auto.direct.time source file for the NIS map in situations where the source file does not already exist.
C. The line updates the timestamp on the /var/yp/auto.direct.time file so that the system has a record of when the map was last built.
D. The line creates the /etc/auto.direct.time file, which causes a message to be sent to the syslogd daemon indicating that the NIS map has been changed.
Answer: C
Q7. Given the add_install_client script executed with the options:
# ./add_install_client -d -b "input-device=ttya" -b "output-device=ttya" SUNW.i86pc i86pc
Which two statements are true? (Choose two.)
A. The console is directed to a serial port.
B. The console is directed to the video port.
C. This applies to all x86-based systems being network installed using PXE.
D. This applies only to the system with a host name of SUNW.i86pc being network installed using PXE.
E. The system to be installed using PXE must be booted using a diskette before it accesses the network.
Answer: A,C
Q8. The production server needs additional swap space due to lack of physical memory.
The system has only one disk and is partitioned as follows: Part Tag Flag Cylinders Size Blocks
0 root wm 1041 - 38491 18.00GB (37451/0/0) 37750608 1 swap wu 0 - 1040 512.37MB (1041/0/0) 1049328 2 backup wm 0 - 39532 19.00GB (39533/0/0) 39849264 3 unassigned wm 0 0 (0/0/0) 0 4 unassigned wm 0 0 (0/0/0) 0 5 unassigned wm 0 0 (0/0/0) 0 6 unassigned wm 0 0 (0/0/0) 0 7 unassigned wm 0 0 (0/0/0) 0
There is one swap slice configured and active:
# swap -l swapfile dev swaplo blocks free /dev/dsk/c0t0d0s1 136,1 16 1049312 0 The root file system is a flat file system: # df -k / Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 18575269 9549546 9025723 53% /
Which two methods can be used to temporarily add swap space? (Choose two.)
A. add slice 2 as swap: # swap -a /dev/dsk/c0t0d0s2
B. create a 512 megabyte swap file on the root disk: # mkfile 512m /swapfile # swap -a /swapfile
C. remove the existing swap and read it using swap compression: # swap -d /dev/dsk/c0t0d0s3 # swap -a -c /dev/dsk/c0t0d0s3
D. repartition the disk so that slice 3 contains the unused cylinders 38492 through 39532, and then add slice 3 as swap: # swap -a /dev/dsk/c0t0d0s3
E. use NFS to mount a file system from the development server, and then create and use a swap file on the remote system: # mkdir /data # mount -F nfs tokyo:/export/data /data # mkfile /data/swapfile # swap -a /data/swapfile
Answer: B,D
Q9. The system administrator assigned a profile entry with sufficient rights to execute the snoop command. The user reports that it does NOT work. The system administrator wants the command to work automatically for the user. The system administrator verifies that the RBAC database entries are correct.
What are two solutions for this problem? (Choose two.)
A. The user needs to be assigned a profile shell.
B. The user should prefix the command line with pfexec.
C. The user needs to log out and log in again to run with the new shell.
D. The user needs to execute the su root command before the user can execute any of the profile commands.
Answer: A,C
Q10. Given:
usermod -P Profile user1
Which two statements are true? (Choose two.)
A. The user1 user loses all other profiles.
B. The user1 user gets assigned Profile.
C. The user1 user loses all authorizations in the user_attr file.
D. The user1 user gets all authorizations from Profile added in the user_attr file.
Answer: A,B