home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8734 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!utcsri!helios.physics.utoronto.ca!alchemy.chem.utoronto.ca!system
  3. From: system@alchemy.chem.utoronto.ca (System Admin (Mike Peterson))
  4. Subject: Re: Host unusable when an NFS mounted disk is unavailable
  5. Message-ID: <1992Jul30.173624.5073@alchemy.chem.utoronto.ca>
  6. Organization: University of Toronto Chemistry Department
  7. References: <1992Jul30.163048.26854@elroy.jpl.nasa.gov>
  8. Date: Thu, 30 Jul 1992 17:36:24 GMT
  9. Lines: 28
  10.  
  11. In article <1992Jul30.163048.26854@elroy.jpl.nasa.gov> pjw@loboa.jpl.nasa.gov (Peter Wolff) writes:
  12. >We have an HP750 running 8.07.
  13. >
  14. >When a machine (whose disks are NFS mounted) goes down, 
  15. >I can't do anything on the host machine until the machine 
  16. >with the NFS mounted disk comes back up. 
  17. >
  18. >If I try to execute any command, such as pwd, I get a message like
  19. >"NFS server coral not responding, still trying"
  20. >and absolutely NOTHING happens. The prompt goes away and I 
  21. >am unable to cancel the command. Why does this happen and how
  22. >can I prevent it ?
  23.  
  24. You can try the 'bg' and 'intr' options in /etc/checklist:
  25.  
  26. #
  27. # Mount / and /u1 from argentum.
  28. #
  29. argentum:/      /nfs/argentum/root  nfs  rw,suid,bg,hard,intr  0  0
  30. argentum:/u1    /nfs/argentum/u1    nfs  rw,suid,bg,hard,intr  0  0
  31.  
  32. though many HP-UX commands require that every mountable file
  33. system be mounted, or they'll hang forever (e.g. 'update').
  34. I have not had much success getting out of 'df'/'bdf' commands
  35. either when a NFS server is down.
  36. -- 
  37. What are the chances that any computer system will ever "work" properly?
  38. ... and Slim just left town. -*- Mike Peterson, SysAdmin, U/Toronto Chemistry
  39.