Summary

In this chapter, we have examined the basic operation of the Network File System (NFS). This system is widely used to share volumes from servers to multiple clients, and is flexible enough to support systems that are both clients and servers. Since NFS is ubiquitous in the Solaris environment, administrators should be very familiar with the many configuration options available.

Questions

1.  

An NFS volume shared from a server to a client can be accessed by which of the following?

  1. Mount point

  2. URL

  3. URI

  4. SMB client

 a. any disk volume is always accessed through a mount point.

2.  

Which daemons must be run to support a NFS server?

  1. inetd, sendmail

  2. nfsd, mountd

  3. pc.nfsd, in.rpld

  4. mountd, syslogd

 b. both nfsd and mountd must be running to support nfs services.

3.  

Which of the following commands would share the volume /staff to the hosts georgia , carolina, and fairfax read-only using NFS?

  1. share -F NFS -o rw=georgia,carolina,fairfax /staff

  2. share -protocol NFS -o rw=georgia,carolina,fairfax /staff

  3. share /staff -protocol nfs -o rw=georgia,carolina,fairfax

  4. share -F nfs -o ro=georgia,carolina,fairfax /staff

 d. read-only is specified by using the ro option.

4.  

Which of the following commands would stop sharing the volume /data using NFS?

  1. shareoff /data

  2. umount /data

  3. unshare -F nfs /data

  4. unshare -protocol NFS /data

 c. volumes can be unshared by using the unshare command.

5.  

Which of the following commands would mount the shared volume /data using NFS from the server zemindar (read-write) on the mount point /zemindar ?

  1. mount -protocol nfs -w ro zemindar:/data /data

  2. mount zemindar:/data -F NFS -rw zemindar:/data /data

  3. mount /zemindar -F nfs -rw zemindar:/data

  4. mount -F nfs -o rw zemindar:/data /zemindar

 d. read-write is specified by using the rw option.

6.  

Which of the following commands would mount all partitions listed in /etc/vfstab that are not currently mounted?

  1. mount /etc/vfstab

  2. mountall -F nfs /etc/vfstab

  3. mountall

  4. vfsmount

 c. to mount all volumes, use mountall .

7.  

Which of the following commands shows the local resources shared through the networked file systems that are currently mounted by specific clients?

  1. dfmounts

  2. share

  3. showmounts

  4. nfsmounts

 a. the dfmounts command shows the local resources shared through nfs that are mounted.

8.  

What command resets nfsstat counters to zero?

  1. nfsstat “z

  2. nfsstat “r

  3. nfsreset

  4. nfsrst

 a. the nfsstat command counters must be reset with the -z option.

9.  

Which of the following factors does not influence NFS server performance?

  1. Server CPU speed and number of server CPUs

  2. Server physical RAM and virtual RAM

  3. Server disk speed

  4. Server kernel size

 d. the size of the kernel does not directly affect nfs performance.

Answers

1.  

A. Any disk volume is always accessed through a mount point.

2.  

B. Both nfsd and mountd must be running to support NFS services.

3.  

D. Read-only is specified by using the ro option.

4.  

C. Volumes can be unshared by using the unshare command.

5.  

D. Read-write is specified by using the rw option.

6.  

C. To mount all volumes, use mountall .

7.  

A. The dfmounts command shows the local resources shared through NFS that are mounted.

8.  

A. The nfsstat command counters must be reset with the -z option.

9.  

D. The size of the kernel does not directly affect NFS performance.

 
 
   


Sun Certified Solaris 9.0 System and Network Administrator
Sun Certified Solaris(tm) 9 System and Network Administrator All-in-One Exam Guide
ISBN: 0072225300
EAN: 2147483647
Year: 2003
Pages: 265
Authors: Paul Watters

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net