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
Given: Lo0: flags=100849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 hme0: flags=1000863 mtu 1500 index 2 inet 192.200.200.9 netmask ffffff00 broadcast 192.200.200.255 ether 8:0:20:8a:74:e0 What is the MAC address?
Ans: 8:0:20:8a:74:e0
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
Which daemon process, running on NIS master and NIS slave servers, respond to bind requests from NIS clients? A. ypxfrd B. ypbind C. ypserv D. ypupdated
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
You have a large number of systems in your organization which are currently running either Solaris 2.6 or Solaris 7. You have been tasked with ensuring that all of these systems are running Solaris 9, and you are considering using the Flash installation feature to achieve this. What is a requirement for using the Flash installation feature? A. You must be performing an initial installation. B. You must be performing an upgrade installation. C. You must make the Flash archive available
Ans: A Explanation You CANNOT do an upgrade with flash.
You run the command: getfacl file1 and receive the output: # file: file1 # owner: user1 # group: other user::rw- group::r-- #effective:r-- mask:r-- other:r-- You run the command: setfacl -m u:user2:7 file1 Which two statements about the effect of running the setfacl command are true? (Choose two) A. The ownership of the file file1 is changed to user2. B. The effective permission assigned to user2 for file1 is r--. C. The existing ACL entries are replaced with a single
Ans: B, D
Given the excerpts from the inetd manual page and the syslog configuration: -t Instruct inetd to trace the incoming connections for all of its TCP services. It does this by logging the clients IP address and TCP port number, along with the name of the service, using the syslog(3c) facility. "Wait" wait-status services cannot be traced. When tracking is enabled, inetd uses the syslog facility code ``daemon" and ``notice" priority level. See FILES. *.err;kern.notice;auth.notice
Ans: B
Which two must you complete when configuring an NIS slave server? (Choose two) A. You execute the domainname command to set the local NIS domain. B. You edit the /etc/inet/hosts file to include the NIS master server and NIS slave servers. C. You edit the slave server copies of the /etc/ethers file to identify MAC addresses of the NIS clients. D. You execute the ypbind command on the slave server to pull the NIS maps from the master server to the slave server.
Ans: A, C