1. Which two are valid direct map entries that trigger the mounting of an NFS filesystem bythe automounter? (Choose two)

A. /does/export/share/does

B. /patch mars:/export/path

C. guest mars/export/home/guest

D. /services/export/share/services

E. student mars/export/home/student

F. /export/games Saturn:/export/share/games

Answer:BF

 

2. What is the purpose of automount maps?

A. to list all maps in use and their trigger nodes

B. to keep a list of what resources are NFS mounted

C. to synchronize mounting between client and server

D. to enable the client to automatically mount NFS resources

E. to enable the server to track what resources the client is mounting

Answer: D

 

3. You are in a high availability environment and cannot perform a reboot. what to happen when the auto_master map is updated?

A. Nothing needs to be done

B. you need to stop and re-start nfsd.

C. You need to run the automount command

D. You need to stop adn re-start automountd

Answer:C

 

4. If the automounter is used, which client file no longer needs to be updated to allow the automatic mounting of NFS resources upon reboot of the client?

A. /etc/vfstab

B. /etc/defalut/fs

C. /etc/dfs/dfstab

D.  /etc/dfs/fstypes

E.  /etc/dfs/sharetab

Answer: A

 

5. What is the function of the network layer in the seven layer OSI/ISO model?

A. It manages data addressing and delivery between networks.

B . It manages the delivery of data across the physical network

C. It manages the user-accessed application programs and network services

D. It manages the presentation of the data to be independent of the architecture.

Answer:A

 

6. Which command lists the registered RPC services?

A.        ipcs

B.         lsrpe

C.        rpccall

D.        psrinfo

E.         rpcinfo

F.         repclist

Answer: E

 

7. System A is using TCP/IP over Ethernet to contact System B on its subnetwork. System A has System B's IP address but no Ethernet address. Which protocol is used to establish System B's Ethernet address?

A.        ARP

B.         RDP

C.        RPC

D.        TCP

E.         RARP

Answer: A

 

8. Which statement about an Ethernet address is true?

A.        It is unique for every system.

B.         It has an entry in the /etc/inet/hosts file

C.        It is a 32-bit address divided into four 8-bit fields

D.        It is a number assigned by the system administrator

Answer:A

 

9.         Given

            #pkill-HUP inetd

            What are two results of executing this command?

A.        It forces inetd to re-read the /etc/inetd.conf configuration file

B.         It aborts all Internet services and leaves them in a quiescent state

C.        It stops NFS services in preparation for bringing down the network

D.        It starts any Internet services that are listed in the /etc/inetd.conf file

Answer; A

 

10. Which statement about the Sun RPC service is true?

A.        RPC facilitates remote power control of a Solaris 8 system

B.         RPC allows a remote system to call a procedure by an alias

C.        RPC allows a user to run commands (procedures) on a system remotely

D.        RPC allows applications (services) to be dynamically assigned port numbers

Answer:D

 

11. Which protocol maps Ethernet addresses to known IP addresses?

A.        ARP

B.         DNS

C.        TCP

D.        UDP

Answer:A

 

12.       Give

            100 flage=100849<UP,LOOKBACK,RUNNING,MULTICAST,1PV4>MTU8282 Index 1

                        inet 127.0.0.1 netmask ff 000000

            leo        flags= 100863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST,1Pv4>mtu 1500 index 2

                        inet 192.200.200.9 netmask mmoo broadcast 192.200.200.255

                        ether 8.020.8a:74:e0

            What is the MAC address?

Answer: 8:0:20:8a:74:e0

 

13.       With regard to the jumpStart services available with the Solaris Operating Environement, which server provides information that a Jump Start Client uses to partition disks and create filsystems, and to add or remove Solaris packages?

A.        the web server

B.         the boot server

C.        the install server

D.        the configuration server

Answer: D

 

14.         An NFS elient is a system that_________.

A.        contains the file resources to be shared with other systems on the network

B.         provides access to local file systems for access by other systems on the same subnet

C.        has access to files or applications on any host in the network with a single user identifcation and password

D.        mounts the file resources that are shared over the network and presents the file resources as if they were local.

 

Answer:D

 

15.       Wotj regard to the JumpStart services available with the Solaris Operating Environment, which server must reside on the same subnet as the client?

A.        the web server

B.        the boot server

C.        the install server

D.        the configuration server

Answer: B

 

16.       Which three functions can syslogd perform? (Choose three)

A.        writing messages to the system log

B.        forwarding messages to a list of users

C.        forwarding input from root to the user's process

D.        forwarding massages to the syslogd on another host on the network

E.         writing IPC meassages to the processes that are generating errors rapidly

F.         interrupting processes that are producing errors above a pre-configured theshold

Answer: ABD

 

17.       you want to enable the logging of every failed login attempt. To do this you must change the systogd configuration file from its installation defaults. Which facility should you change?

A.        auth

B.         kern

C.        user

D.        notice

E.         emerg

F.         daemon

Answer:A

 

18.       Which two statements about the m4 macro processor are true? (Choose two).

A.        the ifdef statement makes it possible to log messages impossible

B          Use of the ifdef statement makes remote logging of messages impossible

C.        Lines containing the ifdef statement are passed directly to syslogd for processing

D.        The m4 processor passes any line with syntax it does not recognize directly to sylogd

E.         Lines which do not contain recognized m4 syntax are ignored by the m4 processor and consequently do not reach syslogd.

F.         The m4 processor processes lines containing the ifdef statment, passing only the results to syslogd

Answer: DF

 

19.       The action field in the syslogd configuration file may contain which two types of entry? (Choose two).

A.        a host name prefixed with@

B.         a list of user email addresses

C.        the full path name to a file or device file

D.        a pipe sign(|) followed by a command to which the message output is piped

Answer:AC

 

20.       You have written a start script to launch application XXX when the system starts. You decide to add a command to the script If the application does not launch, it logs a message with syslogd with the apropriate severity, Which command accomplishes this?

A.        logger XXX failed to start

B.         syslog-s 7XXX failed to start

C.        logger -p user.err XXX failed to start

D.        log-f user-s err XXX failed to start

E.         logger-F user s err XXX failed to start

F.         echo XXX failed to start, severity=7>>/var/adm/messages

Answer:C

 

21.       Which three are measage severity entries used in the syslogd configuration file? (Choose three)  

A.        err

B.        crit

C.        cron

D.        mark

E.         emerg

F          deemon

Answer: ABE

 

22.       Admins Suite is used to accomplish which three actions? (Choose three).

A.        change disk RPM values

B.        ignore access time updates

C.        honor disk space requirements

D.        change minfree values (for ufs)

E.         ignore inode change time updates

F.         mount a file system with large files

Answer: BCF

 

23.       What does sun management Console do? (Choose two)

A.        It provides a means of connecting to a remote system at the ok prompt

B.        It provides a GUI through which local and remote systems can be administered

C.        It provides a means of managing remote systems without having to do a remote login

D.        It provides a common terminal window to type commands, which subsequently run on a number of Solaris 8 systems at the same time.

Answer" BC

 

24.       Which line should be entered into saturn's/etc/dfs/dfstab file to enable a remote root user on the client system mars to have root privileges on the /var shared resource?

A.        share-F nfs/var

B.         share-F nfs -o ro/var

C.        share-F nfs root=mars/var

D.        share-F nfs -o ro=mars/var

E          share -F nfs -o root=mars/var

Answer: E

 

25.       There is no entry for /var/tmp in the dfstab file. Without editing the /etc/dfs/dfstab file, which command should be used to add the /var/tmp resource to the list of existing shared resources?

A.        shareall/var/rmp

B.         share-F /var/rmp

C.        mountall -d/var/rmp

D.        share-F nfs/var/rmp

E.         export-F nfs/var/rmp

Answer: D

 

26.       What should be added to the /etc/vfstab file to automatically mount the /var file system from the NFS server saturn onto the mountpoint /test so it is mounted as read only with interrupts disabled?

A.        saturn:/var - /test nos - yes -

B.         saturn:/var - /test nos - yes ro

C.        saturn:/var - /test nos - yes ro.intr

D.        saturn:/var - /test nos - yes bg.soft

E.         saturn:/var - /test nos - yes ro.nointr

Answer: E

 

27.       Which three are characteristics of an NFS server? (Choose three)

A.        executes the nfsd

B.         eaches client data

C.        shares resources across the network

D.        is configured using the /etc/dfs/dfstab fuke

E.         mounts remote resources across the network

F.         is responsible for monitoring client automount utilities

Answer: ACD

 

28.       Which three name services provide, or can be customized to provide, locale information as per /etc/locale? (Choose three)

A.        NIS

B.        NIS+

C.        UNS

D.        DNS

E.         UDP

F.         LDAP

Answer: ABF

 

29.       Which file within/etc acts as a template to the name service configuration file for NIS?

Answer: nsswitch.nis

 

30.       Which service is provided by a naming service/

A.        labeling tape volumes for backup

B.         reporting filename to inode relationship

C.        uniquely naming file system mount points

D.        uniquely naming network shared resources

E.         providing a shared repository for administrative data

Answer: E

 

31.       Given this line from the name service configuration file:

            hosts: his [NOTFOUND=return] files.

            Which two statements correctly describe the behavior of the name service switch? (Choose two)

A.        IF NIS were unavailable, the attempt to locate a host's IP address would be abandoned

B.        IF NIS were available but a host IP address was not in the NIS table the attempt to locate the host's address would be abandoned.

C.        IF NIS were unavailable, the attempt to locate a host's address would be continued within the local file (/etc/hosts) 

D.        IF NIS were available but a host IP address was not in the NIS table the attempt to locate the host's address would be continued by searching for it in the local file (/etc/hosts).

Answer: BC

 

32.       You administer a growing network of systems, each using local files to authenticate user, People using a variety of systems have accumulated many login names and passwords. you find that is is difficult to service user" authentication problems, and you are concerned about passwords being transferred over the network without encryption. You need to minimize network traffic.

            What are two solutions to these problems? (Choose two).

A.        configure your network to use NIS

B.         configure your network to use FIP

C.        configure your network to use NFS

D.        configure your network to use DNS

E.         configure your network to use NIS+

F.         configure your network to use LDAP

Answer: EF                 

 

33.       Which command creates a log called /var/home_cache.log and initiates lgging for the /export/ home file system which is being cached?

 

A.        cachefslog /var/home_cache.log

B.         cachefslog-h /var/home_cache.log

C.        cachefswssize /var/home_cache.log

D.        cachefslog -f/var/home_cache.log/export/home

E.         cachefslog -s/var/home_cache.log/export/home

Answer: D

 

34.       Which command should be used to display information about all file systems cached under a specified cache directory?

A.        cachefs-o

B.        cfsadmin -1

C.        cfsadmin -o

D.        cfsadmin -u

E          backfstype-l

Answer: B

 

35.       What must be done before you run the command to check the integrity of the cached file system /export/home_cache?

A.        delete the cache

B.         check the cache statistics

C.        obtain the cache ID number

D.        unmount the cached file system

E.         adjust the working set size of the cache

F.         find all backup super blcok number for the file system

Answer: D

 

36.       Which command should be used to manually mount the remote file system /export/home from the server mars and implement a cache file system?

A. cfsadmin-c mars;/export/home/export/home_cache

B. mount mars:/export/home-o/export/home_cache_backfstype cacheid=cacheidhome

C. monnt-F cachefs cachedir=/export/home_cache mars/export/home backfstype -o/export/home

D. mars:/export/home/export/home backfstype=nfs\o cachedir=/export/home_cache_dir,cacheid =cachehomeid

E. mount-F cachefs -o backfstype -nfs, cachedir=/export/home_cache, cacheid=cachehomeid mars/export/home/export/home

Answer:E

Hosted by www.Geocities.ws

1