home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / aix / 11858 < prev    next >
Encoding:
Text File  |  1992-11-23  |  2.9 KB  |  66 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!wupost!monsanto.com!nicsn1.monsanto.com!jdschn
  3. From: jdschn@nicsn1.monsanto.com (John D Schneider)
  4. Subject: automounter under AIX 3.2.3
  5. Message-ID: <1992Nov23.202050.20423@tin.monsanto.com>
  6. Sender: news@tin.monsanto.com (USENET News System)
  7. Organization: Monsanto Company
  8. X-Newsreader: Tin 1.1 PL3
  9. Date: Mon, 23 Nov 1992 20:20:50 GMT
  10. Lines: 54
  11.  
  12. We just recently got in a new RS/6000 and installed 3.2.3 on it.  I have
  13. been trying to get the automounter to work to mount a disk on another 
  14. RS/6000 running 3.1.5.  On the client system I have a file called
  15. /etc/auto.direct (to be consistant with the Sun convention) that contains:
  16.  
  17. # cat /etc/auto.direct
  18. dir1            rw      asdrs1:/usr/local/dir1
  19. dir2            rw      asdrs1:/usr/local/dir2
  20.  
  21. I have created the /usr/remote directory and /usr/remote/dir1 and /usr
  22. /remote/dir2 directories on the client.  I have exported the /usr directory
  23. on the server (asdrs1) so I know I have access from the client.  I have tried
  24. mounting and unmounting this filesystem manually, so I have no doubt that the
  25. server permits the filesystem to be mounted by the client.
  26.  
  27. I started the automounter with:
  28.  
  29. /usr/sbin/automount /usr/remote /etc/auto.direct
  30.  
  31. and it seemed to start just fine.  But when I cd down to /usr/remote on the
  32. client there is nothing there. The dir1 and dir2 which I just created have 
  33. disappeared.   A df shows:
  34.  
  35. # df
  36. Filesystem    Total KB    free %used   iused %iused Mounted on
  37. /dev/hd4          8192    3260   60%     809    39% /
  38. /dev/hd2        602112   92084   84%   25272    16% /usr
  39. /dev/hd9var       4096    3152   23%      63     6% /var
  40. /dev/hd3         12288   11708    4%      28     0% /tmp
  41. /dev/hd30       380928  368812    3%      17     0% /usr4
  42. asdrs2.monsanto.com:(pid18867)       0       0   -1%   -       -    /usr/remote
  43.  
  44. which shows that the automounter is running.
  45.  
  46. Does anyone have a suggestion as to what is going wrong?  The setup I am
  47. using is almost exactly identical to the automounter example given in info.
  48. I can't see any substantive difference, except that it doesn't work.
  49.  
  50. I have not tried the automounter under any other release of AIX, since we just
  51. now got in a situation where we need it.
  52.  
  53. Any suggestions would be greatly appreciated.  Please post your responses to
  54. me and I will summarize for the group.
  55.  
  56. John
  57.  
  58. *******************************************************************************
  59. *  John D. Schneider                Internet: jdschn@nicsn1.monsanto.com      *
  60. *  Research Computing Consortium    Telephone: (314)537-6808                  *
  61. *  Monsanto Company - Mail Zone GG3I _________________________________________*
  62. *  700 Chesterfield Parkway North   | "No sciences are better tested than     *
  63. *  St. Louis, Missouri 63198        |  the religion of the Bible."            *
  64. *                                   |                   - Sir Isaac Newton    *
  65. *******************************************************************************
  66.