Xref: utzoo comp.unix.wizards:12133 comp.unix.questions:10071 Path: utzoo!utgpu!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!labrea!rutgers!uwvax!speedy!srinivas From: srinivas@speedy.cs.wisc.edu (V. Srinivasan) Newsgroups: comp.unix.wizards,comp.unix.questions Subject: Re: What's a gnode? Keywords: gnode Ultrix Message-ID: <6597@spool.cs.wisc.edu> Date: 4 Nov 88 18:58:10 GMT References: <374@elan.UUCP| Sender: news@spool.cs.wisc.edu Lines: 19 In article <374@elan.UUCP|, jlo@elan.UUCP (Jeff Lo) writes: | Lately we have been getting a number of "out of gnodes" or "gnode: table | is full" messages. The machine is a MicroVAX II running Ultrix 2.3. The A gnode is a generic i-node like structure created in memory for accessing local and remote files in a uniform way. Every open file in the kernel has one gnode structure associated with it. The gnode is the Ultrix counterpart of the old in-core i-node. Gnodes are allocated from table with a static size fixed at kernel compile time. In your case the problem seems to be that too many files are being opened at the same time and the system runs out of gnodes. | Jeff Lo | ..!{ames,hplabs,uunet}!elan!jlo | Elan Computer Group, Inc. | (415) 322-2450 --Srini (srini@cs.wisc.edu)