Ultrix DECnet

Jeff Michaud michaud at decvax.dec.com
Wed Aug 16 06:11:21 AEST 1989


In article <3723 at ncar.ucar.edu>, woods at ncar.ucar.edu (Greg Woods) writes:
> I am running a TCP to DECnet gateway using Ultrix 2.2-1 on a Microvax II.
> It has been working very well until just recently. Now people attempting
> to use the gateway from the SPAN side are getting messages about insufficient
> system resources, such as
> 
> %COPY-E-OPENIN, error opening 9580"host!user password"::"file" as input
> -RMS-E-ACC, ACP file access failed
> -SYSTEM-F-REMRSRC, insufficient system resources at remote node
> At any rate, does anyone know if there is anything I can do to increase
> "system resources"

	Try (as root):

		ncp define exec max links 80
		ncp set exec max links 80

	The default is 20 links (really a little less due to implementation) so this may
	be the resource you are running out of if there are alot of connections going in
	and out of the gateway at the same time.

	If that's not the problem, it could be you are running out of mbuf's since in V2.2 the
	mbuf pool was a fixed size (ie. the pool itself didn't grow).  There are some configuration
	file parameters that you can change to increase this (sorry, I don't know what they are).
-- 
/--------------------------------------------------------------\
|Jeff Michaud    michaud at decwrl.dec.com  michaud at decvax.dec.com|
|DECnet-ULTRIX   #include <standard/disclaimer.h>              |
\--------------------------------------------------------------/



More information about the Comp.unix.ultrix mailing list