home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13706 < prev    next >
Encoding:
Text File  |  1993-01-25  |  22.8 KB  |  597 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!cs.utexas.edu!geraldo.cc.utexas.edu!portal.austin.ibm.com!awdprime.austin.ibm.com!ekhadafi.austin.ibm.com!curt
  3. From: curt@ekhadafi.austin.ibm.com (Curt Finch 903 2F021 curt@aixwiz.austin.ibm.com 512-838-2806)
  4. Subject: Re: Where is the -f flag of automount
  5. Sender: news@austin.ibm.com (News id)
  6. Message-ID: <C1F729.29sE@austin.ibm.com>
  7. Date: Mon, 25 Jan 1993 17:25:20 GMT
  8. References: <1993Jan24.165527.24913@wega.rz.uni-ulm.de>
  9. Organization: IBM AWD, Austin
  10. Lines: 585
  11.  
  12. huober_r@hal.rz.uni-ulm.de (Reiner Huober) writes:
  13. >Normally, I create a /etc/auto.master map containing the indirect Mountpoints
  14. >and configure files and start up the automounter with "-f /etc/auto.master",
  15. >but the automounter exits immediately with a usage-message. In IBM's "communication
  16. >procedures and concept" there is an example how to distribute auto.master via
  17. >NIS, but i suppose they have forgotten the -f option (so you could distribute
  18. >auto.master via NIS, having references to local files).
  19.  
  20. The docs are outdated.  The new ones follow.  '-f' works.  Make sure
  21. you have at least U412820 (IX31701) installed, since it is the latest
  22. automounter.  Customer support can help you get it.
  23.  
  24. U402913 shipped a new version of the automounter.  If 'lslpp -h|grep
  25. U402913' shows that you have it, (and I suspect it will,) then the
  26. following docs are already correct for your system.
  27.  
  28. Here are all the PTFs and APARs for automount in order of most recent
  29. first:
  30.  
  31. In the LPP bosnet, the following PTFs shipped the following things:
  32.     U412820: IX31701         /usr/etc/automount 
  33.     U412393: IX31701         /usr/etc/automount 
  34.     U411040: IX28749         /usr/etc/automount 
  35.     U404456: IX26018         /usr/etc/automount 
  36.     U403716: IX25518         /usr/etc/automount 
  37.     U402913: IX23857,IX26206 /usr/etc/automount 
  38.  
  39. >How can I overcome the problem. Can I start one automounter (how should
  40. >the options be for more than one mount-point), or should I start a 
  41. >separate automounter for each Mount Point (there are only two) like
  42. >       automount /soft /etc/auto.soft
  43. >       automount /users /etc/auto.users
  44.  
  45. This would probably work, but I've never tried it.
  46.  
  47. -----------------------------------------------------------------------
  48.  
  49.  
  50. automount Daemon
  51.  
  52. Purpose
  53.  
  54. Mounts NFS file systems automatically.
  55.  
  56.  Syntax
  57.  
  58. /usr/sbin/automount  [  -m  -n  -T  -v  ] [  -D  name=value ] [   -f
  59. MasterFile  ] [  -M  MountDirectory ] [  -tl  Duration ] [   -tm
  60. Interval ] [   -tw Interval ] Directory ... MapName ...   [
  61. -MountOption [  ,MountOption ] ... ]
  62.  
  63. Description
  64.  
  65. The automount  daemon automatically and transparently mounts an NFS
  66. file system whenever a file or directory in that file system is
  67. opened.  The automount daemon forks a child process daemon, which
  68. appears as an NFS server to the client.  The forked daemon monitors
  69. attempts to access file systems that are associated with an automount
  70. map.  When a file is accessed, the daemon mounts the appropriate NFS
  71. directory.  A map is assigned to a directory either by using an entry
  72. in a direct automount map, or by specifying an indirect map on the
  73. command line.
  74.  
  75. Maps
  76.  
  77. The automount  daemon uses maps to locate an appropriate NFS file
  78. server and exported file system, and to determine mount options.  The
  79. daemon mounts the file system in a temporary location, creating a
  80. symbolic link to the temporary location.  If the file system is not
  81. accessed within a given interval (five minutes, by default), the daemon
  82. unmounts the file system and removes the symbolic link.  If the
  83. indicated directory has not already been created, the daemon first
  84. creates it, then removes the directory upon exiting.
  85.  
  86. A map can be a file or a Network Information Service (NIS ) map.  If a
  87. file is supplied, the map argument must be a full path name.
  88.  
  89. If the directory argument supplied to the automount daemon is a path
  90. name, the map argument must be an indirect map.  In an indirect map,
  91. the key for each entry is a simple name that represents a symbolic link
  92. in a directory to an NFS mount point.
  93.  
  94. If the directory argument is /- (slash, minus), the map that follows
  95. must be a direct map.  A direct map is not associated with a single
  96. directory.  Instead, the key for each entry is a full path name that
  97. serves as a symbolic link to an NFS mount point.
  98.  
  99. Updates to an automount map are transparent to the users because
  100. name-to-location binding is dynamic.  This process eliminates the need
  101. to pre-mount shared file systems for applications containing hard-coded
  102. references to files.
  103.  
  104. See   "How to Manage NIS automount Maps" for more information about
  105. formatting map entries, multiple mounts, special maps, and the
  106. auto.master NIS configuration map file.
  107.  
  108. Mounts
  109.  
  110. Warning: Do not terminate the automount daemon with the kill -9
  111. command.  This procedure does not permit the daemon to unmount itself,
  112. which causes the kernel to interpret automount mounts as an NFS server
  113. that is not responding.  Terminate automount services by sending the
  114. kill -15 command to the daemon.  This method allows the automounter to
  115. first receive the signal, then unmount its daemon and evaluate any
  116. mount points in the /tmp_mnt file.  Mounts in the /tmp_mnt file that
  117. are busy will not be unmounted.
  118.  
  119. The -MountOptions argument is a list of mount options.  The list is
  120. preceded by a - (minus sign), and each option is separated by a comma.
  121. If this argument is supplied, the options usually become the default
  122. mount options for all entries in the map.
  123.  
  124. Notes:
  125.  
  126. 1. Mount options provided in a map entry override the -MountOptions
  127. argument.
  128.  
  129. 2. The   mount command's bg background mount option is not recognized
  130. by the automount daemon.
  131.  
  132. The automount  daemon is single-threaded.  Any request delayed by a
  133. slow or unresponsive NFS server delays all subsequent automatic mount
  134. requests until the initial request completes.  Programs that read the
  135. /etc/mtab file and then touch files that reside under automatic mount
  136. points introduce further entries to the file.  Automatically mounted
  137. file systems are mounted with the mount command's -t  type option set
  138. equal to ignore.  These file systems do not appear in the output of
  139. either the mount command or the   df command.
  140.  
  141. Environment Variables
  142.  
  143. Environment variables, specific only to the automount daemon, can be
  144. used in an automount map.  When the daemon encounters an automount
  145. variable, the environment expands to account for the new variable.
  146. Environment variables are valid only for the automounter's environment,
  147. not for the operating system's environment.
  148.  
  149. References can be protected from affixed characters by enclosing the
  150. variable name in { } (curly braces).
  151.  
  152. Note: Some NFS servers support mount options not supported by the AIX:
  153. grpid, noauto , remount, quota, noquota, posix, nocto, and noac. By
  154. default, the AIX version of the automount  daemon ignores these listed
  155. options.  To reverse the effect of this default, use the
  156. AUTOMOUNT_BAD_OPTS  shell environment variable.
  157.  
  158. Configuration
  159.  
  160. The automount daemon normally consults the auto.master  NIS
  161. configuration map for a list of initial Directory-to-MapName pairs, and
  162. sets up automatic mounts for them in addition to those given on the
  163. command line.  If there are duplications, the command-line parameters
  164. take precedence.
  165.  
  166. Note: This map contains the automount daemon parameter.  The automount
  167. daemon does not look for an auto.master file on the local host.
  168.  
  169. See   "How to Manage NIS automount Maps" for more information about
  170. configuring the auto.master NIS map file.
  171.  
  172. Flags
  173.  
  174. -Denvar =value Assigns a value to the indicated automount command
  175. environment variable.
  176.  
  177. -f MasterFile Reads the named local file, rather than the auto.master
  178. NIS map file, for initialization.
  179.  
  180. -m  Suppresses initialization of directory-mapname pairs listed in the
  181. auto.master NIS database.
  182.  
  183. The automount  daemon is single-threaded.  Any request delayed by a
  184. slow or unresponsive NFS server delays all subsequent automatic mount
  185. requests until the initial request completes.  Programs that read the
  186. /etc/mtab file and then touch files that reside under automatic mount
  187. points introduce further entries to the file.  Automatically mounted
  188. file systems are mounted with the mount command's -t  type option set
  189. equal to ignore.  These file systems do not appear in the output of
  190. either the mount command or the   df command.
  191.  
  192. Environment Variables
  193.  
  194. Environment variables, specific only to the automount daemon, can be
  195. used in an automount map.  When the daemon encounters an automount
  196. variable, the environment expands to account for the new variable.
  197. Environment variables are valid only for the automounter's environment,
  198. not for the operating system's environment.
  199.  
  200. References can be protected from affixed characters by enclosing the
  201. variable name in { } (curly braces).
  202.  
  203. Note: Some NFS servers support mount options not supported by the AIX:
  204. grpid, noauto , remount, quota, noquota, posix, nocto, and noac. By
  205. default, the AIX version of the automount  daemon ignores these listed
  206. options.  To reverse the effect of this default, use the
  207. AUTOMOUNT_BAD_OPTS  shell environment variable.
  208.  
  209. Configuration
  210.  
  211. The automount daemon normally consults the auto.master  NIS
  212. configuration map for a list of initial Directory-to-MapName pairs, and
  213. sets up automatic mounts for them in addition to those given on the
  214. command line.  If there are duplications, the command-line parameters
  215. take precedence.
  216.  
  217. Note: This map contains the automount daemon parameter.  The automount
  218. daemon does not look for an auto.master file on the local host.
  219.  
  220. See   "How to Manage NIS automount Maps" for more information about
  221. configuring the auto.master NIS map file.
  222.  
  223. Flags
  224.  
  225. -Denvar =value Assigns a value to the indicated automount command
  226. environment variable.
  227.  
  228. -f MasterFile Reads the named local file, rather than the auto.master
  229. NIS map file, for initialization.
  230.  
  231. -m  Suppresses initialization of directory-mapname pairs listed in the
  232. auto.master NIS database.
  233.  
  234. ________________________________________________________________________
  235.  
  236. How to Manage NIS automount Maps
  237.  
  238. Prerequisite Tasks or Conditions
  239.  
  240. 1. NFS must be installed on your system.
  241.  
  242. 2. TCP/IP must be running.
  243.  
  244. 3. The master server and slave servers must be configured.
  245.  
  246. Procedure
  247.  
  248. 1. Edit the /etc/auto.master file.  The   automount daemon, by default,
  249. reads the NIS /etc/auto.master map to find which directories to watch
  250. for mounts.  The auto.master  map has the following format:
  251.  
  252. DirectoryPath     AutomountMapName
  253.  
  254. The AutomountMapName  filed specifies a file containing the automount
  255. map for the directory specified by the DirectoryPath field.  For
  256. example, the contents of the /etc/auto.master file on the NIS server
  257. might be as follows:
  258.  
  259. /home/home     /etc/auto.home /usr/lpp       /etc/auto.direct
  260.  
  261. The above auto.master  file entries will direct the automount  daemon
  262. to use the /etc/auto.home automount map for the /home/home  directory
  263. and the /etc/auto.direct automount map for the /usr/lpp  directory.
  264.  
  265. 2. Create the AutomountMapName files.  The AutomountMapName files have
  266. the following format:
  267.  
  268. Subdirectory   MountOptions   ServerName:ServerDirectory
  269.  
  270. The Subdirectory  field specifies a subdirectory of the DirectoryPath
  271. field directory of the auto.master file.  For example, the contents of
  272. the /etc/auto.home file on the NIS client might be as follows:
  273.  
  274.     john  -rw,hard,intr host1:/home/john 
  275.     bill  -rw,hard,intr host3:/home/bill 
  276.     sally -rw,hard,intr host5:/home/sally 
  277.     fred  -rw,hard,intr host9:/home/fred 
  278.     jane  -rw,hard,intr host1:/home/jane 
  279.  
  280. The contents of the /etc/auto.direct file on the NIS client might be as
  281. follows:
  282.  
  283. X11      -ro,hard,intr lppserver:/usr/lpp/X11 
  284. bsmEn_US -ro,hard,intr lppserver:/usr/lpp/bsmEn_US 
  285. gnuemacs -ro,hard,intr lppserver:/usr/lpp/gnuemacs 
  286. info     -ro,hard,intr lppserver:/usr/lpp/info 
  287.  
  288. 3. Update the /var/yp/Makefile file.  The following must be added to
  289. the Makefile file:
  290.  
  291. z Add auto.master to the all: listing.
  292.  
  293. z Add an entry for $(DIR)/auto.master: at the appropriate point in the
  294. file.
  295.  
  296. z Add the following stanza to the Makefile file:
  297.  
  298. auto.master.time: $(DIR)/auto.master
  299.  -@if [ -f $(DIR)/auto.master ] ; then \
  300.   $(MAKEDBM) $(DIR)/auto.master $(YPDBDIR)/$(DOM)/auto.master; \ touch
  301.   auto.master.time ; \ echo "updated auto.master" ; \ if [ ! $(NOPUSH)
  302.   ] ; then \
  303.    $(YPPUSH) auto.master ; \ echo "pushed auto.master" ; \ else \
  304.    : ; \ fi \ else \
  305.   echo "couldn't find $(DIR)/auto.master" ; \ fi
  306.  
  307. In general, the same format that is used for the netmasks entry in the
  308. Makefile file can be used for the auto.master entry.
  309.  
  310. 4. Build the auto.master map by executing the following command:
  311.  
  312. make auto.master
  313.  
  314. If errors are generated, check for improper configuration of NIS,
  315. errors in the Makefile file, or errors in the syntax of the
  316. /etc/auto.master file.
  317.  
  318. 5. Start the automount daemon by executing the following command:
  319.  
  320. /usr/sbin/automount
  321.  
  322. This starts the automount daemon, which reads the auto.master NIS map.
  323.  
  324. In the examples above, when these procedures are completed, a user on
  325. the client can issue the cd /home/home/bill command and have the
  326. /home/bill directory mounted from the host3 system onto the
  327. /home/home/bill directory.  The same is true if the info command is
  328. executed.  The /usr/lpp/info directory will be mounted from the
  329. lppserver system onto the /usr/lpp/info directory on the client and the
  330. info command will be executed from the mounted directory.
  331.  
  332. Maintaining All of the automount Maps with NIS
  333.  
  334. In the example above, the /etc/auto.home and /etc/auto.direct  were
  335. local files on the client that contained all of the automount map
  336. needed.  The contents of the automount maps can also be maintained by
  337. NIS.  The files would still exist on the client, but the contents would
  338. be different.  For example, the /etc/auto.home  file would contain the
  339. following:
  340.  
  341.  
  342. +auto.home
  343.  
  344. And the /etc/auto.direct file would contain the following:
  345.  
  346. +auto.direct
  347.  
  348. This directs the automount daemon to consult the NIS maps auto.home and
  349. auto.direct when it reads the local files.  The NIS server would
  350. contain two new NIS maps.  The maps would be auto.home and auto.direct.
  351. They would be added to the /var/yp/Makefile in the same way that the
  352. auto.master NIS map was added.  This makes them available for use by
  353. the NIS clients running the automount daemon.
  354.  
  355. This facility can also be used to define local portions of the
  356. automount maps and then refer to the NIS maps for the rest of the
  357. automount map.  For example, the /etc/auto.home file could contain the
  358. following:
  359.  
  360. sandy -rw,hard,intr host10:/home/sandy 
  361. james -rw,hard,intr host2:/home/james 
  362. bill  -rw,hard,intr host20:/home/bill  
  363. +auto.home 
  364.  
  365. This automount  map has three local entries and then it contains the
  366. NIS map auto.home. This way, local definitions can be maintained while
  367. taking advantage of the NIS map for the /home/home directory.  The
  368. entry bill in the local map would appear in the auto.home NIS map.  The
  369. local map entry will override the NIS map entry.
  370.  
  371. Defect 48974, added the following, 03-23-92, Century Design, 343-4322.
  372.  
  373. Using automount Maps
  374.  
  375. The use of automount  maps involves map formats, replicated file
  376. systems, shared mounts, comments in maps, directory patterns, multiple
  377. mounts, included maps, maps for the automount command, and the
  378. auto.master map file.
  379.  
  380. Map Entry Format
  381.  
  382. A simple map entry (mapping) follows:
  383.  
  384. key [-mount-options] location ...
  385.  
  386. The key is the full path name of the directory to mount when used in a
  387. direct map.  In an indirect map, key represents a simple name.  The
  388. mount-options is a list separated by commas.  The location specifies a
  389. remote file system from which the directory can be mounted.  In the
  390. example case, location takes the form:
  391.  
  392. hostname:pathname
  393.  
  394. Replicated File Systems
  395.  
  396. Multiple location fields can be specified for replicated read-only file
  397. systems, in which case automount sends multiple mount requests;
  398. automount mounts the file system from the first host that replies to
  399. the mount request.  This initial request goes to the local net or
  400. subnet.  If there is no response, any connected server may respond.
  401. Since automount does not monitor the status of the server while the
  402. file system is mounted, it will not use another location in the list if
  403. the currently mounted server crashes.  This support for replicated file
  404. systems is available only at mount time.
  405.  
  406. If each location in the list shares the same path name, a single
  407. location can be used with a list of host names, separated by commas.
  408.  
  409. hostname,hostname...:pathname
  410.  
  411. Sharing Mounts
  412.  
  413. The following is an example location entry.
  414.  
  415. hostname:pathname:subdir
  416.  
  417. The hostname is the server name where the file system will mount,
  418. pathname is the directory path to mount, and subdir, when supplied, is
  419. where the symbolic link is made to a subdirectory.  This can be used to
  420. prevent duplicate mounts when multiple directories in the same remote
  421. file system can be accessed.  For example, consider the following map
  422. for /home:
  423.  
  424. able prime:/home/prime:able
  425.  
  426. baker prime:/home/prime:baker
  427.  
  428. When a user attempts to access a file in /home/able, the automount
  429. command mounts prime:/home/prime, but creates a symbolic link called
  430. /home/able  to the able subdirectory in the temporarily-mounted file
  431. system.  If a user immediately tries to access a file in /home/baker ,
  432. the automount command creates a symbolic link that points to the baker
  433. subdirectory.  The /home/prime directory would already be mounted.
  434.  
  435. With the following map, automount would have to mount the file system
  436. twice.
  437.  
  438. able prime:/home/prime/able
  439.  
  440. baker prime:/home/prime/baker
  441.  
  442. Comments and Quoting
  443.  
  444. A mapping can be continued across input lines by escaping the NEWLINE
  445. with a \ (backslash).  Comments begin with a # (pound sign) and end at
  446. the subsequent NEWLINE.
  447.  
  448. Characters that have special significance to the automount map parser
  449. may be protected either with " (double quotation marks) or by escaping
  450. with a \ (backslash).  For example, path names with embedded
  451. whitespace, : (colon), or $ (dollar sign) should be protected.
  452.  
  453. Directory Pattern Matching
  454.  
  455. The & (ampersand) character is expanded to the value of the key field
  456. for the entry in which it occurs.  In the following example, the &
  457. expands to able.
  458.  
  459. able prime:/home/prime:&
  460.  
  461. The * (asterisk) character, when supplied as the key field, is
  462. recognized as the catchall entry.  Such an entry will be used if any
  463. previous entry has not successfully matched the key being searched
  464. for.  For example, if the following entry appeared in the indirect map
  465. for /home,
  466.  
  467. *   &:/home/&
  468.  
  469. it would allow automatic mounts in the /home directory of any remote
  470. file system.  Their location could be specified as:
  471.  
  472. hostname:/home/hostname
  473.  
  474. Multiple Mounts
  475.  
  476. A multiple mount entry takes the form:
  477.  
  478. key [ /[mountpoint [ -mount-options ] location ...  ]      ...
  479.  
  480. The initial / (forward slash) within /[mountpoint] is required.  The
  481. optional mount point is taken as a path name relative to the
  482. destination of the symbolic link for key.  If the mountpoint  option is
  483. omitted in the first occurrence, a mount point of / (or the root
  484. directory) is assumed.  An example of a direct map entry follows:
  485.  
  486. /arch/src     \ /        -ro,intr arch:/arch/src         alt:/ 
  487. arch/src      \ /1.0     -ro,intr alt:/arch/src/1.0      arch: 
  488. /arch/src/1.0 \ /1.0/man -ro,intr arch:/arch/src/1.0/man alt:/arch/src/1.0/man 
  489.  
  490. The /arch/src, /arch/src/1.0 and /arch/src/1.0/man  are mounted as
  491. needed, from either arch  or alt, whichever host responded first.  If
  492. the mounts are hierarchically related, mounts closer to the root must
  493. appear before submounts.  All the mounts in a multiple mount entry will
  494. occur together and will be unmounted together.  This is important if
  495. the file systems reference each other with relative symbolic links.
  496. Multiple mount entries can be used both in direct maps and in indirect
  497. maps.
  498.  
  499. Included Maps
  500.  
  501. The contents of another map can be included within another map by
  502. entering:
  503.  
  504. +mapname
  505.  
  506. The mapname can be a file name or the name of an NIS map.  Or, the
  507. mapname can be one of the special maps described in the following
  508. section.  If the key being searched for is not located in an included
  509. map, the search continues with the next entry.
  510.  
  511. Special automount command Maps
  512.  
  513. There are two special maps available: -hosts, and -null.  The -hosts
  514. map uses the NIS  hosts.byname map to locate a remote host when the
  515. host name is specified.  This map specifies mounts of all exported file
  516. systems from any host.  For example, if the following automount command
  517. is in effect:
  518.  
  519. automount /net -hosts
  520.  
  521. then a reference to /net/hermes/usr would initiate an automatic mount
  522. of all file systems from hermes that automount  can mount; references
  523. to a directory under /net/hermes will refer to the corresponding
  524. directory relative to the hermes root directory.
  525.  
  526. The -null map, when indicated on the command line, cancels any
  527. subsequent map for the directory indicated.  It can be used to cancel a
  528. map given in the auto.master file or for a mount point specified as an
  529. entry in a direct map.
  530.  
  531. Configuration and the auto.master Map File
  532.  
  533. The automount command normally consults the auto.master NIS
  534. configuration map for a list of initial automount maps, and establishes
  535. mounts for them in addition to those given on the command line.  If
  536. there are duplications, the command line arguments take precedence over
  537. a local -f master map and they both take precedence over an NIS
  538. auto.master map.  This configuration database contains arguments to the
  539. automount command, rather than mappings; unless -f is in effect,
  540. automount does not look for an auto.master file on the local host.
  541.  
  542.  
  543.  
  544. Maps given on the command line, or those given in a local auto.master
  545. file specified with the -f flag override those in the NIS auto.master
  546. map.  For example, given the command:
  547.  
  548. automount -f
  549.  
  550. /etc/auto.master /home -null   /-  /etc/auto.direct
  551.  
  552. and a /etc/auto.master  file containing:
  553.  
  554. /home auto.home
  555.  
  556. the automount command would ignore the /home entry in the
  557. /etc/auto.master file.
  558.  
  559. Special automount daemon Maps
  560.  
  561. There are two special maps that the automount daemon can use.  They are
  562. described in the command documentation for the automount daemon.  The
  563. first is the -passwd map.  It is not recommended that this special map
  564. be used.  It does not work very well with the login process.  The
  565. alternative is to use something like the auto.home map as described
  566. above.  This can be developed to provide similar functionality.  The
  567. other map is the -hosts map.  This map works well and can be used to
  568. offer a powerful mounting tool for users.  This map provides the means
  569. to mount all available directories from a particular server.
  570.  
  571. Suggested Reading
  572.  
  573. Prerequisite Information
  574.  
  575.  Network  Information Service (NIS) Overview for System Management,
  576.  Network File System (NFS) Overview for System  Management.
  577.  
  578. Related Information
  579.  
  580.  Understanding Secure NFS.
  581.  
  582.  How to  Export a Directory Using Secure NFS,  How to  Mount a File
  583.  System Using Secure NFS,  How to  Mount a File System Using the
  584.  automount Daemon,  How to Unmount a File System Using NFS.
  585.  
  586. The  make command,  mount command.
  587.  
  588. The  automount daemon.
  589.  
  590. The  /etc/filesystems file.
  591.  
  592.  
  593. -- 
  594. curt@aixwiz.austin.ibm.com (Curt L. Finch) | AIX NFS/NIS Field Quality 
  595. My views are unrelated to my employer's    |        Austin, TX
  596.  - Begin means testing of Social Security, Medicare and Farm Subsidies now. -
  597.