home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12966 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.9 KB  |  59 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!psinntp!unvax.union.edu!boehme
  3. From: boehme@unvax.union.edu (Eric M. Boehm)
  4. Subject: Re: Vax to Ultrix delay over decnet
  5. Message-ID: <1992Jul30.020829.7412@unvax.union.edu>
  6. Organization: Union College, Schenectady, NY
  7. References: <0095DE66.5D092A80.6489@nscvax.princeton.edu>
  8. Date: Thu, 30 Jul 1992 02:08:29 GMT
  9. Lines: 48
  10.  
  11. dragon@NSCVAX.PRINCETON.EDU (Mighty Firebreather) writes:
  12. >    Mark Randall <mrandall@av8r.uucp> writes:
  13. >>    When we dlogin from ultrix to vms, all works well. Going the
  14. >>other way, vms to ultrix (via SET HOST), we experience really long
  15. >>delays when text is printed to the screen. Once logged in, I can type
  16. >>normally and text will be displayed until it just STOPS for no
  17. >>apparent reason! The pause occurs on average for 7-9 seconds, and then
  18. >>the text resumes printing, as if nothing had happened. There is no
  19. >>such pause going the other way.
  20. >>                Mark
  21. >>
  22.  
  23. >    I've observed this same phenomenon here at Princeton.  Many systems
  24. >and terminal servers have exhibited the problem.  I'm reasonably certain
  25. >that the problem is due to network loading, and specifically to stations
  26. >using DEC protocols.  I've seen the problem behind a LANBridge 100 so that
  27. >I suspect broadcast and/or multicast packets as the culprits.
  28.  
  29. I have seen a lot of explanations for this problem -- some seem pretty
  30. farfetched (6 messages in this thread so far).
  31.  
  32. Anyway, we had the same problem, called DIGITAL Support and got this
  33. fix. As soon as we applied it, the pause went away (it first showed up
  34. under Ultrix 4.0, and it is still there under 4.2).
  35.  
  36. 1. cd /usr/etc
  37.  
  38. 2. mv dlogind dlogind.merge.mips
  39.  
  40. 3 cat > dlogind
  41. #! /bin/sh
  42. ctermd_writemerge=5
  43. ctermd_forcedelay=50
  44. export ctermd_writemerge
  45. export ctermd_forcedelay
  46. exec /usr/etc/dlogind.merge.mips
  47. ^D
  48.  
  49. 4. chmod 755 dlogind
  50.  
  51. That is the solution we use and we haven't been bothered by the pause
  52. since.
  53.  
  54. Hope it helps.
  55. -- 
  56. Eric M. Boehm
  57. boehme@unvax.Union.EDU
  58. BOEHME@UNION.BITNET
  59.