Path: utzoo!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!decwrl!pa.dec.com!shodha.enet.dec.com!alan From: alan@shodha.enet.dec.com ( Alan's Home for Wayward Notes File.) Newsgroups: comp.unix.ultrix Subject: Re: gnode: table is full Summary: A generic inode. Message-ID: <2663@shodha.enet.dec.com> Date: 9 Mar 91 00:20:07 GMT References: <6081@amc-gw.amc.com> Distribution: usa Organization: Digital Equipment Corp. - Colorado Springs, CO. Lines: 41 In article <6081@amc-gw.amc.com>, stewartc@amc-gw.amc.com (Stewart Castaldi) writes: > Under Ultrix 3.1(?) what are gnodes and how do I make the table larger? Gnodes are our version of Sun's vnodes. It's a handy mechanism for supporting mutiple file systems. The gnode table is sized based on the values of "maxusers" and the size of the proc table and text table. If you increase maxusers in the configuration file and rebuild you'll get a large gnode table (and proc table and text table and...). The obligitory maxusers comment. The configuration file parameter maxusers isn't connected with the number of users licensed to login. Maxusers is used to determine the size of various system tables. If you want bigger tables, raise maxusers. It won't change the number of people allowed to login. > I see nothing in the master index or the kernel configuration file about > gnodes. I have found mention of them in the include files but again > no explanation. In the Summer 1986 USENIX Conference Proceedings there is a paper, "The Generic File System", by Robert Rodriguez, Matt Koehler and Richard Hyde. There is also another paper in the Summer 1987 USENIX Conference Proceedings, "GFS Revisited -or- How I Lived with Four Different Local File Systems". You should find these interesting reading. > Thanks in advance. You're welcome. > -- > Stewart Castaldi DNS: stewartc@amc.com > Applied Microsystems Corporation UUCP: uunet!amc-gw!stewartc > Redmond, Washington 98073 Dial: (206) 882-5326 -- Alan Rollow alan@nabeth.cxn.dec.com