1Z0-877 | Printable Oracle 1Z0-877 exam


Q51. You have added an additional internal drive to your x86-based desktop system, and you want to get the Solaris 10 OS to recognize it. 

Which three procedures allow the OS to recognize the new device? (Choose three.) 

A. boot the system then execute # touch /reconfigure, and then reboot the system; confirm that you can see the new drive by executing # format. 

B. boot the system and enter the # devfsadm -v command; confirm that you can see the new drive by executing # format 

C. boot the system, and at the Current Parameters Menu, type b -r; confirm that you can see the new drive by executing # format 

D. from the system menu, select the "Add new hardware" icon; confirm that you can see the new drive by executing # format 

E. boot the system and enter the # reconfigure command; confirm that you can see the new drive by executing # format 

Answer: A,B,C 

Q52. Your Solaris x86-based server has two boot drives. You want to add an entry to the GRUB main menu, so that during the boot process, you can select to boot the server from either of the disk drives. How would you add a new entry to the GRUB main menu to allow the operator to select which drive to boot from? 

A. Edit the bootenv.rc file and enter a value for the altbootpath parameter. 

B. Use the kernel command to edit the boot entries in the GRUB main menu. 

C. Edit the menu.lst file and add an entry for the second boot disk to the GRUB main menu. 

D. When the GRUB menu appears during the boot process, type ?When the GRUB menu appears during the boot process, type e?to edit the GRUB menu and enter the command to boot from the alternate disk drive. 

E. Press the space bar when the GRUB menu is visible during the boot process to edit the list of commands and enter the command to boot to the alternate disk drive. 

Answer:

Q53. Given: 

Which two statements are true ? (Choose two.) 

A. The PID of cron is 156. 

B. The process cron has the privileged user id. 

C. Running pkill -KILL `pgrep cron` kills cron. 

D. The process cron is logging to /var/spool/cron/atjobs. 

E. The process cron is using /var/cron/log as the working directory. 

Answer: A,B 

Q54. A user contacts the help desk to report that a script run by the user's department is reporting an error. The script checks for who is logged in. Your first action is to make sure that the file that the who command reads for its output, is present. 

Which file does the who command read to obtain its output? 

A. /var/adm/users 

B. /var/adm/utmpx 

C. /var/adm/utmp 

D. /var/adm/wtmpx 

Answer:

Q55. You are logged in as the root user and issue the command: # snoop -q -o filename What two statements about the output results of this command are true? (Choose two.) 

A. Network traffic is displayed 

B. Network traffic is sent to filename 

C. The snoop command will quit after a default amount of time. 

D. Packet count is NOT displayed. 

E. The contents of the filename is in ASCII text. 

Answer: B,D 

Q56. While selecting files during an interactive restore with ufsrestore, you are interrupted by a junior administrator before you can complete the file selection process and start the restore. After answering the administrator's question, you realize that you have forgotten which files you had already selected for the restore. How can you determine which files are already marked for extraction and restore? 

A. You can use the ls subcommand of ufsrestore. 

B. You can use the add subcommand of ufsrestore. 

C. You can use the select subcommand of ufsrestore. 

D. You can view the selected files as they are marked with a plus sign (+) in the list that is permanently displayed in the upper half of the interactive ufsrestore screen view. 

Answer:

Q57. Click the Exhibit button. 

You receive a complaint from a user who is unable to use the SSH service to access the user's lab system. You use a serial line to get in and check the SSH service. The svcs output is shown in the exhibit. 

What has caused the disruption of the SSH service? 

A. There is no "next state" defined. 

B. One of the dependencies has NOT been met. 

C. The contract_id is missing. 

D. The service is disabled. 

Answer:

Q58. You have an x86-based server with two disk drives and a Solaris image installed on each.  You want to set your Solaris x86-based server so that you can select which Solaris image to boot from when the server is powered on. Which describes how this is accomplished? 

A. Set timeout=-1 in /boot/grub/menu.lst and let the operator select which image to boot from. 

B. Set eeprom autoboot?=false and let the operator select which image to boot from. 

C. Set autoboot?=false in /boot/grub/menu.lst and let the operator select which image to boot from. 

D. When multiple images of Solaris are installed, the default behavior is for the system to stop at the GRUB menu and let the operator select which image to boot from. 

Answer:

Q59. Given/var/svc/log/network-ssh:default.log: 

[ Jan 26 16:54:28 Leaving maintenance because clear requested. ] 

[ Jan 26 16:54:28 Enabled. ] 

[ Jan 26 16:54:28 executing start method ("/lib/svc/method/sshd start") ] 

Could not load host key: /etc/ssh/ssh_host_rsa_key 

Could not load host key: /etc/ssh/ssh_host_dsa_key 

Disabling protocol version 2. Could not load hostkey or GSS-API mechanisms 

sshd: no hostkeys available -- exiting. 

[ Jan 26 16:54:28 Method "start" exited with status 1 ] 

Which two statements are true? (Choose two.) 

A. The root user must generate a public/private key pair to allow the ssh service to start. 

B. For the ssh service, svcs will currently show this: online 16:54:28 svc:/network/ssh:default 

C. There are host key files in /etc/ssh. 

D. The #svcadm clear ssh command will fix this problem. 

E. Users will not be able to use ssh to log into this system. 

Answer: A,E 

Q60. After a security review, it has been decided that the sendmail process should NOT be run on one of your customer database servers. 

Which command stops the service from running and persists across reboots? 

A. svcadm clear sendmail 

B. /etc/init.d/sendmail stop 

C. svcadm -t disable sendmail 

D. svcadm disable sendmail 

E. pkill sendmail 

F. svcadm restart sendmail 

Answer: