Xref: utzoo comp.unix.wizards:10371 comp.sys.dec:733 comp.dcom.lans:1693
Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!cmcl2!lanl!unm-la!unmvax!turing.unm.edu!lee
From: lee@turing.unm.edu (Lee Ward)
Newsgroups: comp.unix.wizards,comp.sys.dec,comp.dcom.lans
Subject: Re: request for DEQNA's in uvaxII
Keywords: DEQNA BSD4.3 MT-XINU UVAX
Message-ID: <1169@unmvax.unm.edu>
Date: 11 Aug 88 15:34:10 GMT
References: <870@lln-cs.UUCP>
Sender: news@unmvax.unm.edu
Reply-To: lee@turing.unm.edu (Lee Ward)
Organization: University of New Mexico, Albuquerque
Lines: 41

In article <870@lln-cs.UUCP> hb@lln-cs.UUCP (Hubert Broze) writes:
>In the past (augustus 87), I read in the NEWS (comp.unix.questions),
>that some people have encountered some problems on a MicrovaxII with 2 DEQNA's on
>Mt-Xinu 4.3. I have just configured my MicrovaxII as a gateway machine forfor TCP/IP 
>with 2 DEQNA's and I have the following problem: when the gateway is
>active, it runs fine but all other activites (on local disks) are impossible.
>

 Wow, an exact description of the problem we have been having for about
a year. Your problem is more extensive than you know.

1)	The splnet() in your kernel could be wrong. Though if you
	have gotten to the "my disk quits responding" part it is
	most likely right. Just in case here is a diff of
	/sys/vax/inline/langpats.c

RCS file: RCS/langpats.c,v
retrieving revision 1.1
diff  -r1.1 langpats.c
41c41
< 	mtpr	$0x16,$18\n" },
---
> 	mtpr	$0x17,$18\n" },

2)	You can REALLY aggravate the problem if you have two disk controllers
	present. When IO activity gets heavy the system freezes. If you have
	a systat (:v) running you will see your load go up, up, up and
	nobody but the systat will come on the run queue. A kludge is
	to put a timeout in your driver that will kick the controllers.
	If you do this and try to run both DEQNA's your disk controllers
	will get kicked alot but, alas, it still won't work. I have a program
	that I can send to you that will freeze your system every time. I
	won't post it as some malicious user might want to try it too.

	If ANYONE can get two DEQNA's going under MT-XINU please let me
	know too. We're about to put up Ultr*x to solve the problem. We
	have had to move 20 machines over to the campus net and they
	page like mad. Our floor loop is entirely useless until we
	can bring the second DEQNA on line.

			--Lee (Ward)