1Z0-879 | Actual Oracle 1Z0-879 exam


Q61. Which two commands are used to see the MAC address of a Solaris SPARC-based system? (Choose two.) 

A. ok banner B. # uname -a C. # netstat -an D. # ifconfig -a E. # ipconfig /all 

F. # eeprom | grep mac 

Answer: A,D 

Q62. When your Solaris system is booted, a startup script initializes the rpcbind service.  Which script is it? 

A. /lib/svc/method/net-physical 

B. /etc/rcS.d/S30network 

C. svc:/network/rpc/bind:default 

D. /lib/svc/method/rpc-bind 

Answer:

Q63. A system administrator is configuring a server to PXE boot an x86-based system with a MAC address of 00:07:e9:05:a7:ab. The x86-based system will have a unique JumpStart profile applied to it. Which three options should be specified for the add_install_client script? (Choose three.) 

A. -d 

B. x86 

C. -DHCP 

D. i86pc 

E. SUNW.i86pc 

F. -e 00:07:e9:05:a7:ab 

G. -m 00:07:e9:05:a7:ab 

Answer: A,D,E 

Q64. After you back up /export using a file system snapshot, and you have removed the snapshot, you also need to remove the backing store. If the snapshot was created with: 

# mkdir /var/tmp/backup-snaps 

# fssnap -o bs=/var/tmp/backup-snaps /export 

Which file do you need to remove? 

A. /var/tmp/backup-snaps 

B. /var/tmp/backup-snaps/0 

C. /var/tmp/backup-snaps/snapshot 

D. /var/tmp/backup-snaps/snapshot0 

Answer:

Q65. You need to change the hostname and IP address of a server. Without manually editing all of the required files, which command can be run to restore a systems configuration to an unconfigured state, ready to be reconfigured again? 

A. /sbin/ipconfig 

B. /usr/sbin/unconfig 

C. /usr/sbin/sys-unconfig 

D. /usr/sbin/set_parms initial 

Answer:

Q66. A system administrator found the following message in the /var/adm/messages file: 

Jan 26 14:44:29 host genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm@0 

Which statement is true? 

A. The message was logged by the kernel. 

B. The message was created by the logger command: 

logger -t genunix -p kern.notice "pm0 is /pseudo/pm@0". 

C. The message was created by the logger command: 

logger "genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm@0". 

D. The message was created by the logger command: 

logger -t genunix -p kern.notice "[ID 936769 kern.notice] pm0 is /pseudo/pm@0". 

Answer:

Q67. A machine running Solaris 10 OS displays the following message during boot: 

mount: mount—point /opt/local does not exist 

The system stops in single-user mode while waiting for the root password. Which two are valid troubleshooting procedures for this problem? (Choose two) 

A. Restart the NFS client using # svcadm restart svc:/network/nf s/c1ient. 

B. Boot the machine into single user mode, run fsck on the root file system, and then reboot. 

C. Boot the machine into single-user mode, then check that /opt/local exists and that the /etc/vfstab entry is spelled correctly. 

D. Boot the machine into single-user mode, comment the line from the/etc/vtstab file, and reboot. Verify that the NFS server software is running on the server, and that the directory specified in the client's/etc/vistab file is properly exported using # showmount -e. 

Answer: C,D 

Q68. As system administrator, you are asked to diagnose the failure of a service that was supposed to start automatically at boot time on a SPARC-based system. Which FORTH Monitor command causes SMF to start all services serially and display messages on the console for all services? 

A. boot -v 

B. boot -m debug 

C. boot -a debug 

D. boot -m milestone=none 

Answer:

Q69. A SPARC-based system, but you are not sure of the physical path information. Which OBP command shows you this information? 

A. probe-all B. prtdiag -v C. show-devs D. printenv 

E. probe-scsi-all 

Answer:

Q70. You registered an x86-based client with the JumpStart server and the following information was displayed on the screen: 

/etc/dfs/dfstab 

copying boot file to /tftpboot/pxegrub.I86PC. Solaris_10-1 

If not already configured, enable PXE boot by creating a macro named 0100E0815BA60E with: Boot server IP (BootSrvA) : 10.1.1.6 

Boot file (BootFile) : 0100E0815BA60E # 

What is this information used for? (Choose two.) 

A. The BootSrvA specifies the IP address of the boot server. 

B. The BootSrvA specifies the IP address of the DHCP server. 

C. The client uses information in the BootFile to answer system identification questions. 

D. The BootFile option specifies the file that the PXE client will use to boot through the network. 

E. The BootFile option specifies the MAC address that the PXE client will broadcast through the network to locate its boot server. 

Answer: A,D