1Z0-878 | Improve 1Z0-878 Exam Study Guides With New Update Exam Questions


Q141. The following information is displayed describing the status of the production zone that is installed on your server: Which answer defines the current state of the production zone? 

A. The zone configuration is complete and committed to stable storage. 

B. The zone configuration is instantiated on the system. 

C. The kernel creates the zsched process, network interfaces are plumbed, file systems are mounted, and devices are configured. A unique zone ID is assigned by the system. At this stage, no processes associated with the zone have been started. 

D. The user processes associated with the zone application environment are running. 

Answer:

Q142. Which two statements are true about the inetd process on a system running the Solaris 10 OS?  (Choose two.) 

A. It only runs on servers. 

B. It is considered the master restarter. 

C. It starts well-known services on demand that are NOT automatically started at boot time. 

D. It consults /etc/inet/services to determine which service to start when a request is received on a port. 

Answer: C,D 

Q143. The client-server model describes the communication process between two computers or programs. Which two statements are true about a server in the client server model? 

(Choose two.) 

A. A server host can only manage one service. 

B. A server host can manage many different services. 

C. A server is a host or process that provides services to a client. 

D. A service can only be provided by one server host on a network. 

E. A program providing a service must be accessed across the network. 

Answer: B,C 

Q144. Given the following command: 

flarcreate -n archive -R / -e flash flash 

What is the archive argument? 

A. It is the format of the created file. 

B. It is the text name to be placed into the archive file. 

C. It is the directory name in which to place the archive file. 

D. It is the name of the archive file created in the current directory. 

Answer:

Q145. 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/vi stab file is properly exported using # showmount -e. 

Answer: C,D 

Q146. Exhibit: 

install_type flash_install 

system_type standalone 

partitioning default 

filesys c0t0d0s1 128 swap 

filesys c0t0d0s0 free / 

Which statement describes the problem contained in the Flash installation profile file? 

A. Partitioning must be explicit in Flash installation. 

B. The free is NOT a valid keyword in a profile file. 

C. Swap must be at least 256 megabytes in Flash installation. 

D. The system_type must be server in Flash installation. 

Answer:

Q147. You receive a new UltraSPARC machine with two internal disk drives. You want to install the machine using JumpStart, and you want to mirror the root, /usr, and /var file systems as part of the installation. The beginning of the profile looks like this: 

install_type initial_install cluster SUNWCall partitioning explicit filesys c0t0d0s1 512 swap filesys c0t0d0s7 free /export/home filesys c0t1d0s7 free 

Which additional lines are needed to complete the installation? 

A. filesys c0t0d0s0 free / filesys c0t0d0s5 1024 /var filesys c0t0d0s4 4096 /usr metadb c0t0d0s5 count 2 metadb c0t1d0s5 count 2 

B. filesys mirror:d10 c0t0d0s0 c0t1d0s0 1024 / filesys mirror:d20 c0t0d0s3 c0t1d0s3 4096 /usr filesys mirror:d30 c0t4d0s4 c0t1d0s4 1024 /var 

C. filesys mirror:d10 c0t0d0s0 c0t1d0s0 1024 / filesys mirror:d20 c0t0d0s3 c0t1d0s3 4096 /usr filesys mirror:d30 c0t4d0s4 c0t1d0s4 1024 /var metadb c0t0d0s5 count 2 metadb c0t1d0s5 count 2 

D. filesys mirror:d10 c0t0d0s0 c0t1d0s0 free / filesys mirror:d20 c0t0d0s3 c0t1d0s3 4096 /usr filesys mirror:d30 c0t4d0s4 c0t1d0s4 1024 /var metadb c0t0d0s5 count 2 metadb c0t1d0s5 count 2 

Answer:

Q148. On a system using only local files for host name resolution the sysiogd daemon configuration file contains mai1.debug ifdef('LOGHOST' , /var/adm/auth1og, @1oghost) is indicated if the mail-related log messages are written to the /var/adm/authlog file? 

A. The loghost is unreachable over the network. 

B. The loghost entry is not in the /etc/inet/hostsfile. 

C. The system has an /etc/inet/hosts alias of loghost. 

D. The loghost variable is evaluated as false by the m4 macro processor. 

Answer:

Q149. For a Custom JumpStart installation, the configuration server specifies how the Solaris Operating System installation proceeds on the JumpStart client. 

What information can be supplied by the configuration server? (Choose three.) 

A. Hostname 

B. System type 

C. Security policy 

D. Patch installation 

E. Software package additions or deletions 

F. Disk partitioning and file system specifications 

Answer: B,E,F 

Q150. As part of an early warning system, a system administrator disables the remote shell service and replaces it with a script. This script logs that it was called with the auth facility and the warning level. The script also logs the process ID of the invoking shell. 

What is the proper invocation of logger? 

A. logger -i -p auth.warning "rsh attempted from $ruser@$host to $user" 

B. logger -p warning.auth "rsh[$$]: attempted from $ruser@$host to $user" 

C. logger -i -p auth.warning -t rsh "attempted from $ruser@$host to $user" 

D. logger -p auth.warning -t rsh "[$$] attempted from $ruser@$host to $user" 

Answer: