While configuring NIS on a system, you execute the command string: # domainname testlab.Region.Org.COM Which two statements about this command are true? (Choose two) A. The servers name is test lab, and it resides in the region.org.com domain. B. Executing this command populates the /etc/defaultdomain file with the domain name. C. The domain name is case sensitive, and must be configured exactly as specified on this command-line. D. The domain name is the entire character string
Ans: C, D
Given that the /etc/hostname.hme0 file exists during the boot process, which run control script would run the ifconfig command to configure the hme0 interface? A. S69inet B. S20sysetup C. S71sysid.sys D. S30sysid.net E. S30network.sh
Ans: E
You are creating a Flash archive of your existing system which is to be used to install other systems on the network in your configuration. Which two are required by the flarcreate command? (Choose two) A. The files to include in the archive. B. The file in which to create the archive. C. The name used to identify the archive. D. The name of the user creating the archive. E. The systems to be installed using the archive.
Ans: B, C
A user on an NIS client is trying to search for a specific host in the NIS database. The user sees the following error message when running the ypmatch command. $ ypmatch 194.168.85.121 hosts Can’t match key 194.168.85.121 in map hosts.byname. Reason: no such key in map. The ypcat hosts command on the client reveals the entry 194.168.85.121 hostA. What is the reason the user can NOT search and find the host 194.168.85.121? A. The ypbind daemon was NOT running on the client.
Ans: C
Given: # metadb flags first blk block count a u 16 8192 /dev/dsk/c1t1d0s0 Which statement correctly describes this output? A. The state database replica is 4 MBytes in size. B. It indicates that the first volume is 8192 blocks in size. C. Thus site has followed the Sun guideline for replicas. D. It indicates that the slice c1t1d0s0 has 8192 disk blocks of free space.
Ans: A
You are monitoring a Solaris system named host1 as it boots, and the boot sequence proceeds as far as the line: Setting default IPv4 interface for multicast: add net 224.0/4: gateway host1 The system then stops and waits. Which is a possible solution to this problem? A. Edit the /etc/vfstab file so that all boot time NFS mounts use the bg mount option. B. Wait for the login prompt, supply the root password, and edit the /ect/nodename file. C. Boot the system to single user mode
Ans: A
Which command is used to display available swap space? A. swap -a B. swap -d C. swap -l D. swap -v
Ans: C
You have a requirement for files in the directory seta to gain rw-rw-rw- permission when they are created. This must happen regardless of a users unmask value, so you must assign an ACL to the directory for this purpose. Which command will assign to seta an ACL that achieves this? A. setfacl -d u:d:rw-,g:d:rw-,o:d:rw-,d:m:rw- seta B. setfacl -r u:d:rw-,g:d:rw-,o:d:rw-,d:m:rw- seta C. setfacl -r d:u:rw-,d:g:rw-,d:o:rw-,d:m:rw- seta D. setfacl -m d:u::rw-,d:g::rw-,d:o:rw-,d:m:rw- seta
Ans: D
Which two statements about the functionality of the syslogd daemon are true? (Choose two) A. Error messages can only be logged locally in a system log. B. The kernel, daemons, and syslogd each write directly to a system log. C. Syslogd can write messages to the console as well as to a system log. D. The logger command communicates with syslogd which then logs the message according to its configuration file.
Ans: B, C
You have configured a client profile (class) file on a JumpStart server. You boot the JumpStart client, and during the installation process, you notice that the profile file is not installing the client with the configuration intended. You abort the installation and now must modify the profile file on the JumpStart server. Which action can be taken on the server to quickly test the behavior of the modified profile file? A. Run the check script. B. Run the pfinstall command. C.
Ans: B