home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8681 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.6 KB

  1. From: rodean@hpfcso.FC.HP.COM (Bruce Rodean)
  2. Date: Wed, 29 Jul 1992 16:37:46 GMT
  3. Subject: Re: HP login very slow
  4. Message-ID: <7371189@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard Co., Ft. Collins, CO.
  6. Path: sparky!uunet!usc!sdd.hp.com!hpscdc!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!rodean
  7. Newsgroups: comp.sys.hp
  8. References: <1992Jul28.203022.16348@ctp.com>
  9. Lines: 29
  10.  
  11. In article <1992Jul29.081204.6487@cv.ruu.nl> fred@cv.ruu.nl (Fred Appelman) writes:
  12. >In <1992Jul28.203022.16348@ctp.com> jmay@ctp.com (Jason May) writes:
  13. >>What else does login(1) do that could be slow?  We're running both NFS
  14. >>and NIS.  CPU and network loads aren't high.  Once the login does complete,
  15. >>there are never any performance problems.
  16. >
  17. >HP, checks quotas during login. Perhaps that is your problem.
  18.  
  19. It is probably disk quota checking.  If an NFS server is down during a
  20. login attempt, the login (actually quota) will hang until it times out.
  21. You can check this by running a 'ps -ef' while a login is hanging from
  22. another session.  If you see a quota command being run for the user
  23. trying to log in, then that confirms it.
  24.  
  25. You either need to get that NFS server back up and running or disable
  26. disk quota checking on the local system.  As I pointed out in another
  27. string, this can be done by either:
  28.  
  29.    chmod 444 /usr/bin/quota                 # or
  30.    mv /usr/bin/quota /usr/bin/quota.save    # or
  31.    rm /usr/bin/quota
  32.  
  33. depending upon how drastic a measure you want to take.
  34.  
  35. Bruce Rodean
  36. rodean@fc.hp.com
  37.  
  38. Not an official response of Hewlett-Packard, and no warrantees of any
  39. kind are made or implied.
  40.