Subject: Re: Network problems on 4000/500A
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Johnny Billquist <bqt@softjar.se>
List: port-vax
Date: 04/01/2007 22:51:32
This is a multi-part message in MIME format.
--------------010903040303000107090202
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

der Mouse wrote:
>>I think it is a transmit problem so I've tried reducing the NFS write
>>size to 2K and haven't had any lockups yet.  However, I'm now getting
>>file corruption instead :(
> 
> 2K is still more than one Ethernet packet.  Try 1K.

True. But 2K is usually fine. I'm normally even on 4K.

> I saw peculiar NFS troubles to a VAX once, and while they appear
> unrelated to your troubles (mine were on a MicroVAX-II and were lockups
> when reading files of certain sizes, which I traced to an inability on
> the VAX's part to receive minimum-size packets, which occurred in IP
> traffic only as last fragments), reducing the rsize and wsize down
> below the max Ethenet packet size strikes me as worth trying.  I've
> also seen troubles which appear to be difficulty with back-to-back
> packets, though they have been less well understood.

The problems with back-to-back packets are pretty well understood, I'd 
say, and is why you shouldn't have large buffers with NFS.
The ethernet controller is setup with a certain number of receive 
buffers ready to receive packets. If you send more than that number of 
packets, you'll get lossage. And a VAX can be pretty slow, so it don't 
manage to process and free receive buffers fast enough to solve the problem.

Or are you talking about sending back-to-back packets without the 
mandatory quiet periods between packets?

	Johnny

-- 
Johnny Billquist                  || "I'm on a bus
                                   ||  on a psychedelic trip
email: bqt@softjar.se             ||  Reading murder books
pdp is alive!                     ||  tryin' to stay hip" - B. Idol

--------------010903040303000107090202
Content-Type: text/x-vcard; charset=utf-8;
 name="bqt.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="bqt.vcf"

begin:vcard
fn:Johnny Billquist
n:Billquist;Johnny
email;internet:bqt@softjar.se
tel;cell:+46 70-8641486
x-mozilla-html:FALSE
version:2.1
end:vcard


--------------010903040303000107090202--