Sei sulla pagina 1di 63

*****nfs,autofs,cachefs*****

This is Test content is Fully Based on NETWORK FILE SYSTEM.(NFS)

1. What series of commands are used to dismantle a cacheFS file system? a. cfsadmin -l, umount, cfsadmin -s, fsck -F cachefs b. cfsadmin -l, cfsadmin -d, umount, fsck -F cachefs c. cfsadmin -l, umount, cfsadmin -d, fsck -F cachefs Answer: c Use "cfsadmin -l [CACHE DIR]" to determine the cache ID, which is the last line of the commands output. Use "umount [LOCAL MOUNT POINT]" to unmount the local mount point. Delete the cachefs file system using "cfsadmin -d [CACHEID] [CACHE DIRECTORY]" . Finally, if some cacheFS file systems still remain after others are deleted, use the "fsck [CACHE DIRECTORY]" command to correct the resource counts of the cache directory. 2. By default, NFS mounted directories are available with what setting? a. change b. write c. read d. superuser e. execute Answer: b 3. Which file would you edit to have a directory automatically shared via NFS when the system boots? a. /etc/mnttab b. /etc/rmtab c. /etc/dfs/sharetab d. /etc/dfs/dfstab e. /etc/vfstab

Answer: d 4. Which of the following are valid automount maps? a. direct b. slave c. client d. master e. indirect Answer: a,d,e 5. ______ is the script used to start and stop the NFS server daemons. a. /usr/init.d/nfs.server b. /sys/init.d/nfs.server c. /etc/init.d/nfs.server d. /etc/init.d/nfs Answer: c 6. Which version of NFS comes with Solaris 8? a. 3 b. 1 c. 4 d. 2 Answer: a 7. Which command will display which directories are being shared on other systems on the network? a. dfmounts b. dfshares c. dfshare d. finger Answer: b Without any arguments, the dfshares command displays shared resources for the LOCAL server. However, it is also used to display shared resources by server name. for example: dfshares host2 (host2 being a remote server)

8. What command will show you the resources available for mounting by a remote client? a. nfsshares b. nfshare c. dfshares d. dfsshare Answer: c 9. Which option for the mount command prints the list of mounted filesystems in the /etc/vfstab format? a. -r b. -F c. -p d. -o Answer: c This must be the only option specified when used. 10. Which NFS daemon is responsible for returning the file handle on a mount request? a. lockd b. statd c. nfsd d. mountd Answer: d 11. The script used to start and stop the automount daemon is ______. a. /etc/init.d/autofs b. /etc/init.d/auto.fs c. /etc/init.d/autofilesystem d. /etc/init.d/nfs.server Answer: a 12. What does the "/-" entry in the below /etc/auto_master file do? <br><img src="../Samples/Samples/automaster.gif"> a. Defines a mount point for indirect maps

b. Directs the automounter program to look at NIS and NIS+ databases c. Defines a mount point for special maps d. Defines a mount point for direct maps Answer: d 13. The "+auto_master" entry in the below /etc/auto_master file directs the automounter to look at the _______ databases. <br><img src="../Samples/Samples/automaster.gif"> a. LDAP b. NIS+ c. NIS d. NFS e. DNS Answer: b,c 14. If the nfs.server script does not read any NFS entries in the /etc/dfs/dfstab file, what will happen? a. It will start NFS daemons b. It will exit without running the NFS daemons c. It will default to running the defined threads Answer: b 15. Which NFS mount options will allow an autoclient to boot the quickest if an error occurs? a. fg b. hard c. bg d. soft Answer: c,d Although soft or bg are not default settings, combining these 2 options usually results in the fastest client boot up when NFS mounting problems arise. 16. You can type mount /opt on the command line and not get an error message if

A. /opt is listed in the /etc/mnttab B. /opt is listed in the /etc/vfstab C. /opt is listed in the /etc/rmtab D. /opt is listed in the /etc/dfs/dfstab E. /opt is listed in the /etc/dfs/sharetab Answer : B 17. Which daemon is found in a NFS client? A. lpnet B. statd C. nfsd D. mountd E. rpc.nisd Answer : B 18. Which file is read by the dfshares command? A. /etc/mnttab B. /etc/rmtab C. /etc/vfstab D. /etc/dfs/dfstab E. /etc/dfs/sharetab Answer : E 19. NFS on the client is started in which rc level? A. single user mode B. rc1 C. rc2 D. rc3 E. rc6 Answer : C 20. Which command displays the name of your nfs clients? A. mountall B. dfshares C. dfmounts D. share E. mount

Answer : C 21. Which nfs client options are not defaults? A. ro B. fg C. hard D. int E. suid Answer : A 22. Which command will create a cache directory? A. mkdir /cachedir B. cfsadmin -a /cachedir C. cfsadmin -c /cachedir D. cachedir /cachedir E. mkfile /cachedir Answer : C 23. Which is a valid command line syntax? A. mount -F cachefs -o backfstype=nfs cachedir=/cachedir servername:/export/home /export/home B. mount -F cachefs -o backfstype=nfs,cachedir=/cachedir servername:/export/home/export/home C. mount -F cachefs -o backfstype=nfs cachedir=/cachedir clientname:/export/home /export/home Answer : a 24. What is the maximum % of total blocks used by a cache directory by default? A. 100% B. 90% C. 85% D. 10% E. 0% Answer : B 25. Which of the following statements is correct? A. automount only impacts the server

B. automount only impacts the client C. automount impacts both the server and the client D. automount does not impact any of the above Answer : B 26. What is the default time for the automountd to unmount a file system if not in use? A. 60 seconds B. 120 seconds C. 180 seconds D. 300 seconds E. 600 seconds Answer : E 27. How many types of maps are available in automounting? A. direct and indirect B. master and direct C. master and indirect D. master, direct and indirect E. master only Answer : D 28. Which file is edited in order to share resources? a. /etc/exports b. /etc/dfstab c. /usr/bin/sharetab d. /etc/dfs/dfstab Answer: d 29. At which run level is Network File System (NFS) services typically started? a. 4 b. 5 c. 6 d. 2 e. 7 f. 3

Answer: f 30. in the output from `dfmounts` - sunburn /usr/share/man sunray,sunbeam,(anon). The anon is for an anonymous user. a. False b. True Answer: 31. After you modify the "Auto_Home" map, what(if anything) do you need to do? --restart automountd --run automount command ** --you don't need to do anything 32. When doing a remote mount over the network, what options(choose 2) would allow the client trying to mount to reboot if the mount is hanging? --nointr --intr * --soft --hard * --bg --fg 33. Where (if anywhere) can you set the time limit for a shared resource/dirrectory before it is unshared? **---on the dfs server with the -o option for remote mount (verify) ---in the kernel ---you can't ---on the dfs client with the -o option for remote mount 34. What must you do before checking the integrity of a cachefs filesystem? ** umount the cachedir ** 35. what is the command to force a consistency check for a cachefs filesystem? **cfsadmin -s ** 36. How you do enable cachefs logging?

**cachefslog -f /LOGDIR/logfile /cahedir ** 37. What do you do when the auto_master map is updated? ***---run automount 38. What's the purpose of automount? 39. What are valid direct map entries? ***--/AbsoluteMtPoint -ro server:/mountedDevice

40. What is the file on the client system that doesn't need to be updated after using automount? ***---/etc/vfstab 41. How do you display cache statistics? - cfsadmin -l 42. How do you permanently add swap files? **--edit the /etc/vfstab Device to Mount device to fsck mount FS point Type Pass swap noFsck at boot Mount options Mount

/dev/dsk/c0t0d0s1

then reboot system or run /sbin/swap -a 43. Know table on pg 7-13

44. Know that the automountd daemon will unmount the file system after a period of inactivity of 10min on the server.

45. How do you create a CacheFS file system?

**-- cfsadmin -c /cache/cache0 46. know correct entry to mount remote CacheFS file system. Answer : #mount -F cachefs -o backfstype=nfs,cachedir=/cache/cache0, cacheid=data_cache hosts1:/export/data /data *************************************************************** 47. (one-line entry from /etc/vfstab displayed. What is true about this entry? (know how an /etc/vfstab entry is layed out and know _all_ mount options. A. Study vfstab File Answer : A 48. What is not true about WebNFS? A. any WebNFS file system has to have the public file handle assigned Answer : A 49. What path name would you use to mount a virtual file system from disk 42? A. B. C. D. /dev/md/dsk/d42 /dev/md/rdsk/d42 /dev/md/disk42 /dev/d42

Answer : A 50. Which of the following are valid entries for a direct map? A. (know options and layout of a direct map entry. Answer : A

51. This option to the mount command specifies how long (seconds. each NFS request made in the kernel should wait for a response:

A. remount B. retrans C. retry D. timeo Answer : D 52. What map is used to specify other maps with mount points in the automount process ? A. direct B. indirect C. master D. slave Answer : C 53. What is true about the following line in the /etc/dfs/dfstab? share -F nfs -o rw,public,index=index.html /export/home A. a file containing info should be displayed instead of listing directory B. the directory is shared read/write to everybody C. users must have permission to mount the /export/home dir D. can be accessed through a webnfs capable browser Answer : A,B,D 54. Which mount option will continue to try to mount the file system? A. soft B. retry 999 Answer : A 56. Which statement about an NFS client is true? A. It locally mounts shared network file resources. B. It stores resources that will be shared on the network. C. It receives requests and performs file operations for resources. D. It processes and manages the NFS configuration data on the network. Answer: A

55. Which of these entries are correct for the /etc/auto_direct file? a. <img src="../Samples/Samples/4_3a.gif"> b. <img src="../Samples/Samples/4_3b.gif"> c. <img src="../Samples/Samples/4_3c.gif"> Answer: b /etc/auto_direct is a direct map, which specify the absolute path name of the mount point. 56. Which daemons run on an NFS client? a. statd, lockd, mountd, nfsd, nfslogd b. statd, lockd, nfslogd c. statd, lockd Answer: c mountd, nfslogd, and nfsd only run on an NFS server. 57. Which is the correct syntax to mount /usr/share/man that is exported from server srv1? a. mount &nbsp;&nbsp; srv1/usr/share/man &nbsp;&nbsp; /usr/share/man b. mount &nbsp;&nbsp; /usr/share/man srv1: &nbsp;&nbsp; /usr/share/man c. mount &nbsp;&nbsp; srv1:/usr/share/man &nbsp;&nbsp; /usr/share/man d. mount &nbsp;&nbsp; srv1:/usr/share/man Answer: c 58. The ______ command makes file systems available for remote NFS mounting. a. nfsshare b. share c. exportnfs d. dfstab Answer: b 59. True or False: It is proper to perform an fsck of NFS mounted file systems.

a. True b. False Answer: b Only local file systems should be fsck'd. 60. When executed on a client machine, ______ will mount all the shares specified in the /etc/vfstab file as "mount at boot". a. mount b. mountall c. mountnfs d. mount -all Answer: b 61. In Solaris 8, automount is known as ______. a. PROCFS b. SWAPFS c. TMPFS d. AUTOFS Answer: d 62. Which of the following situations do not require the automount command to be executed manually? a. Addition to auto_master b. Addition to direct map c. Addition to indirect map d. Deletion from auto_master e. Deletion from direct map f. Deletion from indirect map Answer: c,f 63. Which of the following entries could you use to reduce the /etc/auto_home file to a single line? a. <img src="../Samples/Samples/52_4a.gif"> b. <img src="../Samples/Samples/52_4b.gif">

c. <img src="../Samples/Samples/52_4c.gif"> Answer: b This entry uses the wildcard character (*) to match any key; the substitution character (&) at the end of the location specification is replaced with the matched key field. This only works when all home directories are on a single server. (In this example, server16) 64. Which of the following map(s) are not used by AUTOFS? a. Master Maps b. Direct Maps c. Auto Maps d. Special Maps e. Indirect Maps Answer: c This test covers most topics on the test. 65. What series of commands are used to dismantle a cacheFS file system? a. cfsadmin -l, umount, cfsadmin -s, fsck -F cachefs b. cfsadmin -l, cfsadmin -d, umount, fsck -F cachefs c. cfsadmin -l, umount, cfsadmin -d, fsck -F cachefs Answer: c Use "cfsadmin -l [CACHE DIR]" to determine the cache ID, which is the last line of the commands output. Use "umount [LOCAL MOUNT POINT]" to unmount the local mount point. Delete the cachefs file system using "cfsadmin -d [CACHEID] [CACHE DIRECTORY]" . Finally, if some cacheFS file systems still remain after others are deleted, use the "fsck [CACHE DIRECTORY]" command to correct the resource counts of the cache directory. 66. By default, NFS mounted directories are available with what setting? a. change b. write c. read

d. superuser e. execute Answer: b 67. Which file would you edit to have a directory automatically shared via NFS when the system boots? a. /etc/mnttab b. /etc/rmtab c. /etc/dfs/sharetab d. /etc/dfs/dfstab e. /etc/vfstab Answer: d 68. Which of the following are valid automount maps? a. direct b. slave c. client d. master e. indirect Answer: a,d,e 69. ______ is the script used to start and stop the NFS server daemons. a. /usr/init.d/nfs.server b. /sys/init.d/nfs.server c. /etc/init.d/nfs.server d. /etc/init.d/nfs Answer: c 70. Which version of NFS comes with Solaris 8? a. 3 b. 1 c. 4 d. 2 Answer: a

71. Which command will display which directories are being shared on other systems on the network? a. dfmounts b. dfshares c. dfshare d. finger Answer: b Without any arguments, the dfshares command displays shared resources for the LOCAL server. However, it is also used to display shared resources by server name. for example: dfshares host2 (host2 being a remote server)

72. What command will show you the resources available for mounting by a remote client? a. nfsshares b. nfshare c. dfshares d. dfsshare Answer: c

73. Which option for the mount command prints the list of mounted filesystems in the /etc/vfstab format? a. -r b. -F c. -p d. -o Answer: c This must be the only option specified when used. 74. What does Solaris check when determining user access to files and directories under an NFS mount? a. User ID b. Share options

c. Mount options d. Username Answer: a 75. Which NFS daemon is responsible for returning the file handle on a mount request? a. lockd b. statd c. nfsd d. mountd Answer: d 76. The script used to start and stop the automount daemon is ______. a. /etc/init.d/autofs b. /etc/init.d/auto.fs c. /etc/init.d/autofilesystem d. /etc/init.d/nfs.server Answer: a 77. What does the "/-" entry in the below /etc/auto_master file do? <br><img src="../Samples/Samples/automaster.gif"> a. Defines a mount point for indirect maps b. Directs the automounter program to look at NIS and NIS+ databases c. Defines a mount point for special maps d. Defines a mount point for direct maps Answer: d 78. The "+auto_master" entry in the below /etc/auto_master file directs the automounter to look at the _______ databases. <br><img src="../Samples/Samples/automaster.gif"> a. LDAP b. NIS+

c. NIS d. NFS e. DNS Answer: b,c 79. If the nfs.server script does not read any NFS entries in the /etc/dfs/dfstab file, what will happen? a. It will start NFS daemons b. It will exit without running the NFS daemons c. It will default to running the defined threads Answer: b 80. Which NFS mount options will allow an autoclient to boot the quickest if an error occurs? a. fg b. hard c. bg d. soft Answer: c,d Although soft or bg are not default settings, combining these 2 options usually results in the fastest client boot up when NFS mounting problems arise. 81. All CacheFS file systems in the cache directory can be deleted using the _______ command. a. cfsadmin -f b. cfsadmin -o c. cfsadmin -a d. cfsadmin -d Answer: d 82. What command displays cache hit rates for a CacheFS mounted directory? a. dfshares b. cachefswssize c. cachefsstat d. cachefslog

e. cfsadmin Answer: c 83. Which of the maps listed in the below /etc/auto_master use relative paths? <br><img src="../Samples/Samples/automaster.gif"> a. -xfn b. auto_direct c. auto_home d. -host e. auto_master Answer: a,c,d 84. When would you have to re-run the automount command? a. When you add an entry in the /etc/auto_nfs map b. When you add an entry to the /etc/auto_direct map c. When you add an entry in the /etc/auto_master map d. When you add an entry to the /etc/auto_home map Answer: b,c, It is not required to re-run the automount command for changes to indirect maps (/etc/auto_home) 85. What command is used to unshare all shared resources in /etc/dfs/sharetab? a. unshare b. ushareall c. unshareall d. share -u Answer: c 86. Which command below will mount a cacheFS filesystem? a. mount -F cachefs &nbsp;-o backfstype=nfs,cachedir=/cache/cache0 &nbsp; host1:/export/data &nbsp; /data b. mount -F cache &nbsp;-o cacheid=data,cachedir=/cache/cache0 &nbsp; host1:/export/data &nbsp; /data c. mount -o backfstype=nfs,cachedir=/cache/cache0,cacheid=data &nbsp; host1:/export/data &nbsp; /data

d. mount -F ufs -o backfstype=nfs,cachedir=/cache/cache0 &nbsp; host1:/export/data &nbsp; /data Answer: a 87. Which file maintains a list of share directories being mounted and who is mounting them? a. /etc/vfstab b. /etc/dfs/dfstab c. /etc/dfssharetab d. /etc/mnttab e. /etc/rmtab Answer: e 88. How can you tell if a directory is an AutoFS directory and not a UFS directory? a. Directory Permissions b. Directory name c. Directory size Answer: c 89. Within the NFS server daemon, what run level does the system have to run at if there are entries in its /etc/dfs/dfstab file? a. Run Level 1 b. Run Level 2 c. Run Level 3 d. Run Level 5 Answer: c 90. What command would you use to verify mounted partitions? a. mount b. ps c. view mount d. mountdev Answer: a 91. Which NFS daemons are responsible for file locking and status checking?

a. lockd b. mountd c. nfsd d. statd Answer: a,d 92. Which of the following statements are true about automount? a. There is no overhead for the server b. It unmounts file systems that are no longer in use c. Mounts file system on demand d. Automatically caches the file systems Answer: a,b,c 93. Which of the following are benefits of using NFS? a. NFS gives the ability to setup an application server b. Centralized files c. Files appear to be local on the client d. NFS gives the ability to setup a file server e. All of the above Answer: e 94. Which command shows cache hit rate and consistency check statistics? a. cfsstats b. cachefsstat c. cfsadmin d. cfsadmin -stats Answer: b 95. Which command will zero all cacheFS counters? a. cfsadmin -0 b. cfsadmin -z c. cachefsstat -0 d. cachefsstat -z Answer: d

96. Which file is used to configure NFS logging? a. /etc/nfs.conf b. /etc/nfs/nfslog.conf c. /etc/nfslog.conf d. The logging feature does not exist Answer: b 97. To stop all file sharing on an NFS server, execute the command ______. a. stopshare b. unshare c. unshareall d. stopnfs e. unsharenfs Answer: c 98. The command ______ will mount all remote shares. a. mount -r b. mountall -r c. allmount -r d. mount -R -all Answer: b 99. The command ______ will unmount all remote shares. a. umount -r b. umountall -r c. uallmount -r d. umount -R -all Answer: b 100. What command is used to unshare all shared resources in /etc/dfs/sharetab? A. unshareall

Answer: A 101. What command is used to unmount a mounted file system? b. umount Answer: B 102. (one-line entry from /etc/vfstab displayed) What is true about this entry? (know how an /etc/vfstab entry is layed out and know _all_ mount options) A. Study vfstab file Answer: A 102. Which of the following statements are true about automount?

A. _Mounts file systems on demand B. Automatically caches file systems C. _There is no overhead for the server D. _It unmounts file systems that are no longer in use Answer: A, C, D 103. What command displays all available shares? A. _dfshares Answer: A 104. Which of the following are valid entries for a direct map? (know options and layout of a direct map entry) A. Direct Maps Answer: A 105. (contents of /etc/hosts is displayed) What is true about this situation?

A. _all three hosts are on the same subnet Answer: A 106. This option to the mount command specifies how long (seconds) each NFS request made in the kernel should wait for a response: A. retrans B. retry C. _timeo D. remount Answer: C 107. What map is used to specify other maps with mount points in the automount process ? (choose one) A. direct B. indirect C. slave D. master Answer: D 108. What command is used to make available all files in the /etc/dfs/dfstab? Fill in the blank A. shareall Answer: A 109. What is true about the following line in the /etc/dfs/dfstab? share -F nfs -o rw,public,index=index.html /export/home A. a file containing info should be displayed instead of listing directory B. users must have permission to mount the /export/home dir C. can be accessed through a webnfs capable browser D. the directory is shared read/write to everybody Answer: A, C, D 110. In which cases does the automount command need to be executed?

A. addition to indirect B. deletion of direct C. additon of direct D. addition to auto master Answer: B, C, D 111. What is true about the following line in /etc/dfs/dfstab? share -F nfs -o rw,public,index=index.html /export/home A. shared resource is shared privately B. Fstype is NFS C. Shared resource is shared as read-write D. Browser page shows a table of contents of what is shared in resource E. can use browser to view shared resources Answer: B, C, E 112. Which mount option will continue to try to mount the file system? A. soft B. retry 999 Answer: A, B 113. Know your vfstab and dfstab entries very well. A. Study vfstab & dfstab Answer: A 114. Know whether the nfs.server command executes the commands in the dfstab file. A. Yes I think he is talking about Sharall Command Answer: A 115. At which run level is Network File System (NFS. services typically started? A. 2 B. 3 C. 4 D. 5

Answer : B 116.Command to list a cache in a system A. #cfsadmin -l Answer: A 117. First step to be performed before u do a consistency check on a cachefs filesystem?? A. Umount the cache file system Answer: A 118.The option to be used to mount a filestem with max file size less than 2 GB A. #mount -F nfs -o nolargefiles Answer: A 119.command syntax to share directory /var/tmp as read-only A. #share -F nfs -o ro /var/tmp Answer: A 120.how to make the swap space created by root to stay with system reboot?? A. add an entry for swap file in /etc/vfstab Answer: A 121. /etc/vfstab entry to mount a file system as READ-ONLY,No interrupt option A. at the end of entry in vfstab put ro,nointr Answer: A

122.The changes made to automount maps can be implemented by A.restarting automountd B.by issueing automount command C.by editing /etc/vfstab D.by editing /etc/mnttab Answer: B 123.command systax to mount saturn:/var/temp as a cahce file system in local system A. #mount -F cachefs \ -o backfstype=nfs,cachedir=/local/cache,cacheid=temp_cache_123 \ saturn:/var/temp /local/var/temp Answer: A 124. command syntax to create a cachelog with name cachelog.log in /var/cachelog directtory is A. #cachefslog -f /var/cachelog/cachelog.log /local/home_cache Answer: A 125. How to give root access to a user from host 'mars' while sharing a directory in host saturn?? A. #mount -F nfs -o root=mars saturn:/export/share Answer: A 126. What does NFS stand for? A. B. C. D. New File System Network File System Network File Share New File Share

Answer: B

127.

NFS does what? A. B. C. D. Shares information across the network Moves files to new location on the network Repackages files for transport across the network Renames files and sends them across the network

Answer: A 128. Mounted file system information is stored in the _____? A. B. C. D. etc/fs.tab etc/mnttab etc/mounts etc/mount.d

Answer: B 129. The mnttab file should be edited directly? A. B. True False

Answer: B 130. The dfstab file does what? A. B. C. D. Identifies directory file systems Executes command when the system is booted Identifies the directory sub-system at boot Does not exist

Answer: B 131. What file must be edited to make a resource shared? A. B. C. D. none, just used the appropriate command the /etc/mounts files the dfstab file the fsmounts file

Answer: C 133. Where do you execute the nfs.server start and stop commands from? A. /etc B. /etc/bin C. /usr/bin D. /etc/init.d Answer: D 134. What command can be issued to share a resource? A. B. C. D. share nfs.share share -nfs share -fs

Answer: A 135. How can you view active shares? A. B. C. D. dfshares shares dfmounts share.mounts

Answer: A 136. How can you view current NFS mounts? A. B. C. D. mounts -v view -mnt dfmounts dfshares

Answer: C 137. The appropriate steps for creating an NFS share are?

A. B. C. D.

share the resource, edit the dfstab, start the nfs server, mount the resource share the resource then mount the resource edit the dfstab create the NFS share in admintool

Answer: A 138. Where is the share command located? A. B. C. D. etc/share etc/bin usr/bin usr/sbin

Answer: D 139. To stop a server from sharing, issue the ___________ command? A. B. C. D. share -b servershare -stop unshareall break -share

Answer: C

140.

To unmount a resource you should enter___________? A. B. C. D. unmount umount ushare mount -umnt

Answer: B 141. To stop sharing a resource on a NFS server you can remove the entry form dfstab and stop and start the NFS server? A. B. True False

Answer: A

142.

What is the appropriate command to share the directory /export/home/smith? A. B. C. D. share -all /export/home/smith mount -s /export/home/smith share -F nfs /export/home/smith share -fs /export

Answer: C 143. Where is data about NFS shares logged? A. B. C. D. etc/ sharelog etc/dfs/sharetab etc/share/share.log etc/log.d

Answer: B 144. The /etc/vfstab file does what ? A. B. C. D. mounts virtual files systems in memory mounts file systems at boot time mounts cd file systems, nfs shares, and tmp file systems only mounts share information into memory

Answer: B 145. mountall command will mount shares specified in the /etc/vfstab file? A. B. True False

Answer: A 146. What command mounts shares listed in the vfstab file? A. B. C. mountall mount -fs fsmount -all

D.

mounts -d

Answer: A 147. Where does the unshareall command read from? A. B. C. D. /etc /etc/mounts /etc/dfs/sharetab /opt/bin/shares

Answer: C 148. Where does ahreall read information from? A. B. C. D. /etc/shares /etc/dfs/dfstab /etc/dfstab /etc/shares/dfs.tab

Answer: B 149. What daemon handles NFS server logging? A. B. C. D. logger nfslog.d nfslogd log -nfs

Answer: C 150. What files defines NFS logging variables? A. B. C. D. /etc/nfs/nfslog.conf /etc/nfs/nfs.log /etc/nfs/config.log /etc/config.nfs

Answer: A 151 What are the maps used by autofs?

A. B. C. D.

master, logical, and mounted master, direct, indirect, and special varient, direct, indirect, and associated associated, master and indirect

Answer: B 152. CacheFS is used to speed up slow remotely mounted file systems? A. B. True False

Answer: A 153. The three parts to cachefs are back file systems, front file systems, and consistency? A. B. True Fales

Answer : A 154. Back file systems refer to? A. B. C. D. server side processes original source of data backend processing sub-systems back and for transport of data

Answer: B 155. Front file systems refer to? A. B. C. D. cached local file system front end client file system front side client processing back end processing

Answer: A

156.

What utility is used to create a cached file system? A. B. C. D. cache -c create -c cache -fs cfsadmin

Answer: D 157 What command displays the amount of space in the cache file system? A. B. C. D. cache -I cache -data cachefswssize cache -sz

Answer: C 158. To check the cache file system type? A. B. C. D. cache -c cache -chk fsck -F cachefs You cannot run a check on the cache file system

Answer: C 159. Cfsadmin can be used to delete a cached file system? A. B. True False

Answer: A 160 Which command would display the following output? RESOURCE SERVER PATHNAME CLIENTS -kitten /usr/share/toolbox dread, vega, orion a. show mounts b. dfshares c. vfmounts d. dfmounts

Answer: D 161. What command would you issue to start the NFS server daemons? a. /etc/inet/nfsserver start b. /etc/init.d/nfs.server start c. /etc/init.d/nfsserver start d. /etc/inet/nfs.server start Answer: B 162 What is the result of the following command? cachefslog -h /tools a. Display a list of help options for the cachefslog command. b. Halt logging for the /tools file system. c. Create a WebNFS hyperlink for the /tools file system. d. Hard mount the /tools file system. Answer: B 163 The /etc/vfstab file specifies remote file systems that should be mounted when entering run level _____. a. 3 b. 1 c. 2 d. 0 Answer: C 164. What is the correct order for mounting a new file system? 1 mount /dev/dsk/c0t0d0s4 /frodo 2 mkdir /frodo a. 2, 1 b. 1, 2 Answer: B

165. What will be the result of the following share command? share -F nfs -o ro /usr/share/toolbox a. The directory is mounted read only. b. The directory /usr/share/toolbox is removed as a network file share. c. The directory is made available as a read only network file share. d. The directory /ro is made available as a read only file share under the share name of /usr/share/toolbox. Answer: C

166. Which of the following commands will create a cachefs log on the /tools file system? ???????????? a. cachefslog -f /tools /var/cachelogs/tools.log b. cachefslog -c /var/cachelogs/tools.log /tools c. cachefslog -f /var/cachelogs/tools.log /tools d. cachefslog -c /tools /var/cachelogs/tools.log Answer: C 167. In regard to CacheFS, the Back file system differs from the Front file system in the following ways: ??????????????? a. The Back file system is the original disk based, NFS or CD-ROM file system. b. The Front file system is the mount of the cached file system. c. The Back file system is the backup of the hard mount file system. d. The Back file system is the mount of the cached file system. Answer: A,B

168. This CacheFS command assists the administrator with setting cache work set sizes. a. cachefswssize b. cfsadmin c. cachefslog d. cachefsstat

Answer: 169. What is the purpose of the umountall -r option. a. unmount all file systems b. unmount all file systems that are remote mounts c. unmount all file systems recursively d. unmount all file systems that are local mounts Answer: B 170. NFS servers require these files. ????????????? a. /etc/mnttab b. /etc/vfstab c. /etc/dfs/sharetab d. /etc/dfs/dfstab Answer: C,D 171. Consistency is a state of synchronization in a CacheFS back and front file system. a. True b. False Answer: A 172. What are the three key benefits of using the automount utility? a. Compatible with Macintosh. b. File systems are available using a multi-session CD changer. c. Improved cache file system. d. File systems are mounted on demand. e. File systems can be automatically unmounted. f. No impact to the server side of NFS. Answer: D,E,F 173. What is the possible cause of a "stale NFS file handle" error message? a. The remote file share /stale has exceeded available handles. b. The remote file share /stale is varied offline.

c. The remote file resource handle is out of date. d. The remote file resource handle requires root priveledge. Answer: C 174. _____ enable NFS access to release software to installing clients. a. Home directory servers b. Installation servers c. Boot servers d. Name services servers e. Database servers f. Application servers g. License servers h. Print servers i. Mail servers Answer: B 175. The shareall command will mount all file resources listed in /etc/dfs/dfstab when used without arguments. ????????????????? a. False b. True Answer: B 176. This CacheFS command allows an administrator to create, delete and list the contents of the cache. a. cachefsstat b. cachefslog c. cfsadmin d. cachefswssize Answer: C 177. Which automount command option display command output in verbose mode? a. -a b. -v c. -l d. -t

Answer: B 178. Which two special 'share' options are required for WebNFS? ???????????? a. -index servername b. public c. private d. -index filename Answer: B,D 179. Which cfsadmin command option will display the cache ID string on the last line of output. a. -a b. -l c. -i d. -s Answer: B 180. Which mount command usage will mount a file system on slice 2 of disk 3 against a mount point named frodo? a. mount /frodo /dev/dsk/c0t0d3s2 b. mount /dev/dsk/c3t0d0s2 frodo c. mount /dev/dsk/c0t0d3s2 /frodo d. mount frodo /dev/dsk/c3t0d0s2 Answer: C 181. Which NFS daemons provide crash and recovery functions? a. mountd b. lockd c. nfds d. statd Answer: B,C 182. The /etc/init.d/autofs script starts the automountd daemon at boot time.

a. False b. True Answer: A 183. Multiple back file systems can be mounted to share the same Cachefs caching directory. a. True b. False Answer: A 184. Check all that apply. A NFS Distributed File System: a. workstations can boot from a remote system with a different software relase or kernel architecture b. requires License servers c. stands for network file system d. was developed to replace SVR4 e. enables files to be shared across the network Answer: 185. Given that the host server vippy is unavailable, what will be the result of the following mount command? mount toto,vippy,happy:/usr/share/tool /usr/share/toolbox a. The remote file system /usr/share/tool on happy will be mounted against the local directory /usr/share/toolbox. b. The remote file system /usr/share/toolbox on toto will be mounted against the local directory /usr/share/tool. c. The remote file system /usr/share/tool on toto will be mounted against the local directory /usr/share/toolbox. d. The remote file system /usr/share/toolbox on happy will be mounted against the local directory /usr/share/tool. Answer: D 186. Which of the following WebNFS URLs is an example of relative pathing?

???????????????? a. nfs://pluto/tools b. nfs://pluto//tools c. nfs://pluto/ d. nfs://pluto:tools Answer: A 187. What is the translation for the NFS acronym? a. Network File Space b. Network Farm System c. Netware File System d. Network File System e. Network Find System f. New File System Answer: 188. A _____ NFS option will retry the mount in the foreground until the server responds. a. fg, soft b. bg, hard c. fg, hard d. bg, soft Answer: 189. This CacheFS command establishes cache access logging. a. cachefsstat b. cachefslog c. cfsadmin d. cachefswssize Answer: 190. Which of the following commands will restart the NFS daemons? a. /etc/init.d/nfs.server stop b. /etc/init.d/nfs.server start c. /etc/init/nfsserver stop d. /etc/init/nfsserver start

Answer: 191. Which indirect map entry will remotely mount a home directory for every login ID on the server venus? a. $ venus:/export/home/& b. & venus:/export/home/* c. * venus:/export/home/& d. # venus:/export/home/* Answer: 192 Given the following direct map entry, what will happen if the server pluto is taken off line? /tools -ro pluto,mars,venus:/tools a. The mount will occur from pluto. b. The mount will occur from venus. c. The mount will occur from mars. d. The mount will fail. Answer: 193. A CacheFS uses RAM based cache on the local machine to improve the read performance of NFS and CD-ROM file systems. a. True b. False Answer: 194. NFS clients require these files. a. /etc/vfstab b. /etc/dfs/dfstab c. /etc/dfs/sharetab d. /etc/mnttab Answer: 195. In the following command, what is the defined time out duration for keeping the file system

mounted? automount -t 600 a. Six days b. Six Hours c. Six Minutes d. Six Seconds Answer: 196. This CacheFS command provides statistics on cache usage. a. cachefsstat b. cachefswssize c. cfsadmin d. cachefslog Answer: 197. Which system file contains entries for file systems to be exported on a server? a. /etc/dfs/nfstab b. /etc/dfs/dfstab c. /etc/export/dfstab d. /etc/dfs/sharetab Answer: 198. This program reads the master map file at system startup to create the initial auto mounts. a. autofs b. automount c. autofs d. autofilesystem Answer: 199. Given the following share command, what are the access rights of a client from venus.net? share -F nfs -o rw=.venus.net /export/home/kitten a. Raw Write b. Read Only c. Raw Only d. Read Write

Answer: 200. The /usr/lib/nfs/mountd Mount Daemon runs on both the client and the server. a. False b. True Answer: 201. This autofs map lists mount points as absolute paths. a. Direct map b. Master map c. Indirect map d. Cache map Answer: 202. This autofs map lists mount points as relative paths. a. Indirect map b. Cache map c. Master map d. Direct map Answer: 203. Which file system is referred to as 'Public NFS'? a. CacheFS b. WebNFS c. vfs d. NTFS e. ufs Answer: 204. What are WebNFS enhancements over traditional NFS? a. Multi-component lookup (MCL) that uses relative paths. b. Security c. Support for URLs d. CIFS

Answer: 205. This cfsadmin -l value displays a percentage of the total blocks in the front file system. a. threshfiles b. threshblocks c. maxblocks d. minblocks Answer: 206. The unshare command reads the _____ file to unshare all file resources, when used without arguments. a. /etc/dfs/sharetab b. /etc/dfstab c. /etc/sharetab d. /etc/dfs/nfstab Answer: 207. Given this command: mount /usr/share/man After the command properly executes, which statement is true? A. A file system is not mounted because the command is incomplete. B. The /usr/share/man file system is unmounted from its current mount point. C. The /usr/share/man file system is mounted to the system's default mount point. D. A file system is mounted to the /usr/share/man mount point based on an entry in the /etc/fvstab file. Answer: D 208. Which command will mount the /dev/rdsk/c0t0d0s0 file system to the /mnt mount point? A. mount -o /mnt B. mount /mnt /dev/rdsk/c0t0d0s0 C. mount /dev/rdsk/c0t0d0s0 /mnt D. mount /dev/rdsk/c0t0d0s0 /mnt -o Answer: C

208. Given the command: mount -o logging /export/home/data /data Which statement is true? A. B. C. D. UFS logging is enabled for the /data file system. Syslog logging is enabled for the /data file system. UFS logging is enabled for the /export/home/data file system. Syslog logging is enabled for the /export/home/data file system.

Answer: C

209. Which command will prevent files larger than 2 GB from being created in the /export/home/data file system? A. B. C. D. mt /export/home/data /data -o rw mnt -o ro /export/home/data /data mountall /export/home/data /data -o mount -o nolargefiles /export/home/data /data

Answer: D 210. (NFS)Which type of server is created using the /etc/dfs/dfstab file? A. B. C. D. DFS NFS UFS TMPFS

Answer: B

211. What is a function of the NFS server? A. file resource sharing B. answer client mount requests C. /etc/dfs/dfstab content execution

D. supervise client resource sharing Answer: A

212. What is an NFS client? A. B. C. D. a system that is accessed using dfstab a system that is accessed using nfsd threads a system that mounts file resources shared over the network a system that contains file resources to be shared over the network

Answer: C

213. Which statement about an NFS server is true? A. B. C. D. It uses the dfstab file to store client information about files. It uses the vfstab file to store client information about files. It stores a record of clients using NFS to restore disconnected files. It stores a record of each file in use by the clients at the time a disconnection occurs.

Answer: C

214. Which command displays the description of the file resources being shared? A. B. C. D. share share -F share -o share -d

Answer: A 215. Which command will allow you to view all NFS resources currently being shared? A. dfshares B. dfmounts C. shareall Answer: A

216. Given this command: share -F nfs -o root=acct1 /usr/share Which statement is true? A. B. C. D. The user acct1 is allowed superuser access to /usr/share. The user acct1 is allowed read-only access to /usr/share. The root user is allowed superuser access to /usr/share when on the acct1 system. The root user is allowed read-only access to /usr/share when on the acct1 system.

Answer: C 217. Which command can you use to write an entry in the dfstab file and enable resource sharing for /usr/share/man? A. B. C. D. share -F nfs /usr/share/man share -o nfs /usr/share/man shareall -o nfs /usr/share/man shareall -F nfs /usr/share/man

Answer: A 218. Which command enables read-only resource sharing for the /export/pay directory? A. B. C. D. share -o nfs /export/pay ro shareall -o nfs /export/pay ro share -F nfs -o ro /export/pay shareall -F nfs -o ro /export/pay

Answer: C

219. Given this command: share -F nfs -o ro, rw=client1 /export/acctg Which statement is true?

A. B. C. D.

All clients have read-only access to the /export/acctg resource. All clients have read-write access to the /export/acctg resource. Only the client1 client has read-only access to the /export/acctg resource. Only the client1 client has read-write access to the /export/acctg resource.

Answer: D

220. Given this partial command: share -F nfs -o ______ /export/acctg What should you insert in the blank to allow the root user on clientg to have superuser access to /export/acctg? A. B. C. D. rt=clientg clientg=rw root=clientg clientg=root

Answer: C 221. Given this command: share -F nfs -o anon=-1 /export/pay Which statement is true? A. B. C. D. Resource access is denied for all unknown users. Resource access is allowed for all unknown users. Any unknown user is given the default effective user ID. Any unknown user is given read-only access to the resource.

Answer: A 222. Which mount options should be added to a client's /etc/vfstab file too allow readwrite access, and to allow the system to boot if the server does not respond? A. B. C. D. ro,bg rw,fg bg,soft fg,hard

E. rw,soft F. ro,hard Answer: E 223. Which entry should you add to the /etc/vfstab file to have the /export/pay file system on the grp1 host available on the /export mount point at boot time? A. B. C. D. grp1; /exort/pay - /export nfs yes soft mount grp1; /export/pay /export nfs no soft grp1: /export/pay - /export nfs - yes soft, bg mount grp1:/export/pay - /export nfs no soft, bg

Answer: C

224. Given this /etc/vfstab entry: strt1:/export/data - /export nfs - yes soft, bg, intr Which statement is true? A. B. C. D. The resource mounts as read-only. The mount continues to retry until the server responds. Keyboard interrupts to kill a hung process are allowed. Any mount attempt failures will retry in the foreground.

Answer: C 225 given this /etc/vfstab entry: sig2:/export/share - /export nfs - no hard, nointr, ro Which statement is true? A. B. C. D. Keyboard interrupts to kill a process are allowed. The file system will be mounted when the mountall command is issued. The file system will not be mounted when the system enters run level 2. An error is returned if the server does not return during a mount request.

Answer: C

226 What is the client file that is not needed when the automounter is used? A. /etc/vfstab B. /etc/fstype C. /etc/mntab Answer: A 227. Which of these entries are correct for the /etc/auto_direct file? a. <img src="../Samples/Samples/4_3a.gif"> b. <img src="../Samples/Samples/4_3b.gif"> c. <img src="../Samples/Samples/4_3c.gif"> Answer: b /etc/auto_direct is a direct map, which specify the absolute path name of the mount point. 228. Which daemons run on an NFS client? a. statd, lockd, mountd, nfsd, nfslogd b. statd, lockd, nfslogd c. statd, lockd Answer: c mountd, nfslogd, and nfsd only run on an NFS server. 229. Which is the correct syntax to mount /usr/share/man that is exported from server srv1? a. mount &nbsp;&nbsp; srv1/usr/share/man &nbsp;&nbsp; /usr/share/man b. mount &nbsp;&nbsp; /usr/share/man srv1: &nbsp;&nbsp; /usr/share/man c. mount &nbsp;&nbsp; srv1:/usr/share/man &nbsp;&nbsp; /usr/share/man d. mount &nbsp;&nbsp; srv1:/usr/share/man Answer: c 230. The ______ command makes file systems available for remote NFS mounting. a. nfsshare b. share

c. exportnfs d. dfstab Answer: b 231. True or False: It is proper to perform an fsck of NFS mounted file systems. a. True b. False Answer: b Only local file systems should be fsck'd. 232. When executed on a client machine, ______ will mount all the shares specified in the /etc/vfstab file as "mount at boot". a. mount b. mountall c. mountnfs d. mount -all Answer: b 233. In Solaris 8, automount is known as ______. a. PROCFS b. SWAPFS c. TMPFS d. AUTOFS Answer: d 234. ______ is available to speed up access to slow remotely mounted file systems or devices like CDROMs. Basically, a local copy is created on the hard disk, and requests for the remote data are redirected to the copy. a. PROCFS b. SWAPFS c. AUTOFS d. CACHEFS

Answer: d 235. Which of the following situations do not require the automount command to be executed manually? a. Addition to auto_master b. Addition to direct map c. Addition to indirect map d. Deletion from auto_master e. Deletion from direct map f. Deletion from indirect map Answer: c,f 236. Which of the following entries could you use to reduce the /etc/auto_home file to a single line? a. <img src="../Samples/Samples/52_4a.gif"> b. <img src="../Samples/Samples/52_4b.gif"> c. <img src="../Samples/Samples/52_4c.gif"> Answer: b This entry uses the wildcard character (*) to match any key; the substitution character (&) at the end of the location specification is replaced with the matched key field. This only works when all home directories are on a single server. (In this example, server16) 237. Which of the following map(s) are not used by AUTOFS? a. Master Maps b. Direct Maps c. Auto Maps d. Special Maps e. Indirect Maps Answer: c 238. what do the following do? .......dfshares,share,dfmounts? What shows resources that clients have mounted currently?

A. Command: #dfshares [-F nfs] [host] displays the NFS resources currently being shared Command: #share [-F FSType] [-o options] [-d description] pathname When the mountd daemon is running, use the /usr/sbin/share command to make file resources available for mounting by remote systems -F File system type. Not required as nfs is the default remote file system type -o options controls a client's access to an NFS-shared resource -d description describes the file pathname Command: #dfmounts [-F nfs] displays mounted resource information. Without arguments, the dfmounts command displays the shared resource and clients mounting the resource for the local server. 239. nfslogd converts log info into ASCI TEXT (T/F)? A. Daemon converts this raw data into ASCII records that are stored in ASCII log files. During the conversion, the IP addresses are modified to host names and the UIDs are modified to logins. Answer : A 240. How do you create a cachefs? A. Create a cache using the following command: #cfsadmin -c /cache/cache0 If one doesn't already exist, create a local mount point in prep for mounting the remote file system: #mkdir /data Mount the remote file system and implement a CacheFS file system: mount -F cachefs -o backfstype=nfs,cachedir=/cache/cache0,cacheid=data_cache host1:/export/data /data Answer : A 241. What must you do before checking the integrety of a cachefs? A. umount

Answer : A

242.

When is it necessary to run the automount command? A. When making changes to the master map or creating a direct map, make the change effective by running the automount command. Answer : A

243.

Create a log called /var/home_cache.log and initiate logging for /export/home for the file system being cached. A. cachefslog -f /var/home_cache.log /export/home Answer : A

244.

What is the command to invoke the consistency check on cachefs? A. cfsadmin -s Answer : A

245.

What are the functions of the NFS client? A. mount file resources shared over the network and present them as if they were a local file system Answer : A

246.

What is the line entered into systems /etc/dfs/dfstab to enable root access to maps system? (TRICKY QUESTION) A. share -F nfs -o root=client -d "home dirs" /etc/auto_master Answer : A explanation: root=client gives root access to /etc/auto_master (/etc/auto_master is just an example to where some maps are)

247.

When doing an automount -NFS resource -> what should the clients vfstab have in it?

A. Device to Mt Device to fsck Mt Pt FS type fsck pass MT@boot Mt Options ------------ -------------- ----- ------- --------- ------- ---------host:/(resource) resource Mt Pt nfs yes soft, bg 248. What name should be given to a direct automount map when it is created? A. STEP 1: add an entry to /etc/auto_direct STEP 2: create a new file called "xx" **"xx" is whatever you called it in the /etc/auto_direct file

Answer : A 249. What determines the time frame that automount uses to mount a NFS resource? A. automount [-t duration] Answer : A 250. The auto_home is a autofs, what type of map is it? A. indirect map Answer : A 251 Which statement about an NFS client is true? A. It locally mounts shared network file resources. B. It stores resources that will be shared on the network. C. It receives requests and performs file operations for resources. D. It processes and manages the NFS configuration data on the network. Answer: A

252. What file defines the maximum number of nfsd threads that are started? a. rmtab b. mnttab c. server.nfs d. nfs.server e. nfs.start Answer: d 253. Which file maintains a list of all directories that are currently being shared by the NFS server? a. /etc/rmtab b. /etc/dfs/dfstab c. /etc/mnttab d. /etc/vfstab e. /etc/dfs/sharetab Answer: e The /etc/rmtab file contains a table of filesystems that are remotely mounted by NFS Clients. The /etc/dfs/dfstab file is used to define NFS shares. The /etc/mnttab file shows a list of currently mounted file systems on a host. 254. Which command provides statistics on cache usage? a. cfsstat b. cachefsstat c. cachestat d. cfsadmin Answer: b cfsadmin is used to create, delete, and list the contents of the cache 255. What information does a file handle contain? a. Inode number b. File Owner c. Disk Device Number d. File name e. Inode Generation Number Answer: a,c,e

256. What are the back file system types for CacheFS? sssa. UFS b. HSFS c. PCFS d. NFS e. UDFS Answer: b,d 257. Which of the following are valid entries in the /etc/auto_home file? a. b. c. d. * &nbsp;&nbsp;&nbsp; hostC:/export/home2/* * &nbsp;&nbsp;&nbsp; hostB:/export/home/smithb doej &nbsp;&nbsp;&nbsp; hostA:/export/home/doej * &nbsp;&nbsp;&nbsp; hostB:/export/home/$USER

Answer: c Remember, the /etc/auto_home file is an inderect map. Relative paths are used in this file. 258. Which file would you edit to have an NFS share automatically mounted when the system boots? a. /etc/dfs/sharetab b. /etc/vfstab c. /etc/rmtab d. /etc/mnttab e. /etc/dfs/dfstab Answer: b 259. What commands are used to create a CacheFS file system?. a. cfsadmin, mkdir, cacheadd, mount b. cachefsstat, mkdir, mount c. cfsadmin, mkdir, mount d. cacheadmin, mkdir, mount Answer: c 260. What is the purpose of the nobrowse option in the below /etc/auto_master file? <br><img src="../Samples/Samples/automaster.gif">

a. You cannot access the file through a web browser b. You cannot cd into the directory the file is located in c. You cannot get a file listing or view its contents Answer: c 261. Which command creates and begins a cachefslog? a. cachefslog b. cachefslog -h c. cachefslog -f Answer: c Running cachefslog with no options will show the current log file. cachefslog -h will stop logging. Syntax: cachefslog -f [logname] [local mount point] 262. The ________ can be used to improve performance of remote file systems (NFS) or slow devices such as CDROM drives. a. cacheFS file system b. swap file system c. tmpfs file system d. fdfs file system Answer: a 263. The command and option to mount all of the NFS directories listed in the /etc/vfstab file is ______. a. mountall -d b. mountall -r c. mountall -f d. mountall -s Answer: b 264. Which command allows the root user to have superuser priveledges on an NFS mounted resource? a. share -F nfs &nbsp; ro -o &nbsp;root=client16 &nbsp; /usr/man b. share -F nfs &nbsp; -o root=client16 &nbsp; /usr/man c. share -F nfs &nbsp; root=client16 &nbsp; /usr/man d. share -F nfs &nbsp; -o anon=0 &nbsp; /usr/man

Answer: b 265. What is the command that you use to boot an AutoClient? a. boot -net b. boot-install c. boot net - install d. boot net e. boot net install Answer: d 266. Which of the following describe special maps? a. List mount points as absolute path names b. Provide access to resources in the /etc/hosts file c. Provide access to resources available through the Federated Naming Service d. List mount points as relative path names Answer: b,c 267. When making changes to the master map or creating a direct map, make the changes effective by: a. stopping and starting the autofs filesystem b. rebooting c. stopping and starting the automountd daemon d. running the automount command Answer: d 268. What action should be performed on a cachefs filesystem before running fsck on it? a. The filesystem should be deleted b. The filesystem should be umounted c. The back filesystem should be umounted d. The filesystem should be mounted Answer: b 269. To create a CacheFS filesystem, use the ______ utility.

a. cfscreate b. cachefscreate c. cfsadmin d. cacheidcfg e. cachecfg Answer: c 270 Command to list a cache in a system A.#cfsadmin -c B.#cfsadmin -l C.#cfsadmin -u Answer : B 271. First step to be performed before u do a consistency check on a cachefs filesystem?? A. Delete the mount point. B. Umount the cache file system. C. Backup the cache directory Answer : B 272. The option to be used to mount a filestem with max file size less than 2 GB A. #mount -F nfs -o onlylargefiles B. #mount -F nfs -o nolargefiles C. #default - Do nothing Answer : B 273. command syntax to share directory /var/tmp as read-only A. #share -F nfs -o ro /var/tmp B. #share -F nfs /var/tmp -ro C. #share -F cachefs /var/tmp - ro Answer : B 274. What is the function of NFS client

A. to mount shares across network and present to user as though they are local B. to share shares across network and present to user as though they are from NFS server Answer : A

275.

An NFS server A. contain shared resoureces and allow NFS clients to acces them B. to mount shares across network and present to user as though they are local Answer : A

276.

Daemons running in NFS server is A. nfsd B. inetd C. Nisd Answer : A

276.

/etc/vfstab entry to mount a file system as READ-ONLY,No interrupt option A. B. C. at the end of entry in vfstab put ro,nointr Both are default setting do nothing. at the end of entry in vfstab put ro,intrno

Answer : A 277. The changes made to automount maps can be implemented by A.restarting automountd B.by issueing automount command C.by editing /etc/vfstab D.by editing /etc/mnttab

Answer : B 278. example for a valid entry in a direct map A. Read Direct Map Answer : A 279. command systax to mount saturn:/var/temp as a cahce file system in local system A.#mount -F cachefs \ -o backfstype=nfs,cachedir=/local/cache,cacheid=temp_cache_123 \ saturn:/var/temp /local/var/temp B. #mount -F cachefs saturn:/var/temp /local/var/temp C. #mount -F cachefs -o cacheid=temp_cache_123 saturn:/var/temp /local/var/temp Answer : A 280. command syntax to create a cachelog with name cachelog.log in /var/cachelog directtory is A. #cachefslog -f /var/cachelog/cachelog.log /local/home_cache B. #cachefslog -f /var/cachelog/cachelog.log /local C. #cachefslog -f /var/cachelog/cachelog.log Answer : A 281. How to give root access to a user from host 'mars' while sharing a directory in host saturn?? A. #mount -F nfs saturn:/export/share B. #mount -F nfs -o mars=root saturn:/export/share C. #mount -F nfs -o root=mars saturn:/export/share Answer : C

Potrebbero piacerti anche