1Z0-879 | What Certified 1Z0-879 exam Is?


Q251. You are using a client system in your organization's NIS domain and you need to find the list of servers, which is held in the NIS map ypservers. 

You run the command: 

ypcat ypservers 

The command returns several blank lines. 

Which ypcat command displays the list of NIS servers? 

A. ypcat -v ypservers 

B. ypcat -V ypservers 

C. ypcat -l ypservers 

D. ypcat -k ypservers 

Answer:

Q252. You want to install the Sun Validation Test Suite software on your PC during the installation of the OS. The SUNWvts package is on the Solaris Extra Value software CD. On which CD is the Solaris Extra Value software located? 

A. Solaris Installation CD 1 

B. Solaris Installation CD 2 

C. Solaris Installation CD 3 

D. Solaris Installation CD 4 

Answer:

Q253. A company develops storage host bus adapters. All of the company's disk arrays log messages to a central log host named scribe through the local5 facility. Some of these disk arrays are used for production work by human resources and some are used by the development teams to test their new host bus adapters. The previous administrator put the following line in the /etc/syslog.conf file on scribe to log messages from the arrays: 

local5.warning /var/adm/messages 

Recently, the development team encountered a difficult problem and turned on the full debug What is the proper invocation of logger?output from a disk array. They request that scribe log all of that information. 

Logging all of the debug messages will create a large number of messages that could cause an administrator to overlook real problems with the production disk arrays or to overlook scribe system problems. You want to have the syslog.conf file stop using /var/adm/messages for the local5 facility messages. You want to log warning and above levels for the local5 facility to /var/adm/arrays.messages and log debug and above level messages for the local5 facility to /var/adm/arrays.debug. 

Which two statements in /etc/syslog.conf will accomplish this? (Choose two.) 

A. *.debug /var/adm/messages 

B. local5.debug /var/adm/arrays.debug 

C. local5.warning /var/adm/arrays.debug 

D. local5.warning /var/adm/arrays.messages 

E. !local5.debug /var/adm/arrays.messages 

Answer: B,D 

Q254. Youe created several ZFS file systems as listed: 

The /data/temporary file system is no longer needed.  Which command would you use to remove this ZFS file system? 

A. umount /data/temporary; zfs destroy temporary 

B. zpool destroy data/temporary 

C. zfs destroy data/temporary 

D. umount /data/temporary; newfs /data/temporary 

Answer:

Q255. Once a zone has been installed, which three resource types can be added without requiring the zone to be reinstalled? (Choose three. 

A. fs 

B. net 

C. device 

D. zonepath 

E. zone name 

F. inherit— pkg-dir 

Answer: A,B,C 

Q256. Given this output from the who(1) command: 

$ who 

ann console Jan 27 07:25 

dave pts/8 Jan 24 15:11 (:0.0) 

fred term/a Jan 27 08:00 

lisa pts/6 Jan 27 08:28 (physical) 

Which two users are physically connected to the system? (Choose two.) 

A. Lisa 

B. Dave 

C. Fred 

D. Ann 

Answer: C,D 

Q257. You are attempting to install a JumpStart client using the RARP boot method. The client initially boots correctly, but the following error message displays on the client's console: 

Checking rules.ok file... Warning: Could not find matching rule in rules.ok 

Press the return key for an interactive Solaris install program... 

Which three actions should you take to solve the problem? (Choose three.) 

A. run the setup_install_server script 

B. verify the client configuration in the /etc/bootparams file is correct 

C. verify that the in.tftpd daemon is running on the configuration server 

D. verify the rpc.bootparamd daemon is running on the configuration server 

E. verify that the ethers and hosts databases contain correct client address information 

F. verify the rules.ok file exists in the correct location, and the JumpStart client matches a rule in the rules.ok file 

Answer: B,E,F 

Q258. Which of the following is a container that holds entries for a specific information type? 

A. LDIF 

B. DIT 

C. SSD 

D. DSEE 

Answer:

Q259. A disk has been returned from the accounts department for reformatting using their predefined disk layout. Which two commands in the partition sub-menu will load the predefined table and commit it to the disk? (Choose two.) 

A. label B. name C. choose D. modify E. select 

Answer: A,E 

Q260. Given: 

# ls -l program1 

-rwsr-xr-x 1 root other 32768 May 9 16:57 program1 and 

# grep user1 /etc/passwd user1:x:100:312::/export/home/user1:/bin/ksh 

When user1 runs program1, what is the effective UID and GID of the process? 

A. UID 0, GID 100 

B. UID 0, GID 312 

C. UID 100, GID 312 

D. UID 312, GID 100 

Answer: