9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: fs customization (was: Re: [9fans] Terminals)
@ 2001-04-18 13:55 forsyth
  0 siblings, 0 replies; 5+ messages in thread
From: forsyth @ 2001-04-18 13:55 UTC (permalink / raw)
  To: 9fans

: Remove /rc/bin/service/il566 and /rc/bin/service/tcp567. They proxy
: calls for the authentication services to the authentication server.
: On the authentication server itself, you'll want to run different
: services on those ports. To run them,

>>If I remove files from /rc/bin/service, they also disappear for
>>the non-auth cpu servers.

that's the way i run the systems at home and work.
i haven't noticed a need for the proxy listeners in either environment,
but it could be a part of the system that i haven't prodded yet.
perhaps the proxies are useful in a more elaborate network
configuration than i've used thus far.



^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: fs customization (was: Re: [9fans] Terminals)
@ 2001-04-18 13:54 Russ Cox
  0 siblings, 0 replies; 5+ messages in thread
From: Russ Cox @ 2001-04-18 13:54 UTC (permalink / raw)
  To: 9fans

If you're going to run both, you'll want to remove the
proxy il566 and tcp567 as per the instructions.  They're
not necessary and are only to allow misconfiguration.
If you have everyone pointing at the right auth server,
they're not necessary.

Then you'll want to put the real il566 and tcp567 in
service.auth as documented and start those only
on the auth server:

switch($sysname){
case your-auth-server
	aux/listen -t /rc/bin/service.auth il
	aux/listen -t /rc/bin/service.auth tcp
case other-servers
	# don't do the above lines
}

aux/listen -d /rc/bin/service il
aux/listen -d /rc/bin/service tcp

Russ



^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: fs customization (was: Re: [9fans] Terminals)
@ 2001-04-18 13:36 Russ Cox
  2001-04-18 13:45 ` Axel Belinfante
  0 siblings, 1 reply; 5+ messages in thread
From: Russ Cox @ 2001-04-18 13:36 UTC (permalink / raw)
  To: 9fans

> To make the question more general: how do I customize the file
> server such that I can have multiple cpu servers booting from it
> (by which I mean: using its filesystem, the cpu kernels may still
> come from local disk or boot flop).

We use a switch on $sysname:

	switch($sysname){
	case thresher
		...

	case achille
		...

	}

etc.  An alternative is to use

	if(test -x /sys/lib/sysconfig/cpurc/$sysname)
		/sys/lib/sysconfig/cpurc/$sysname

which scales a bit better, makes it easier to let different
people administer different systems, but splits the config
info into multiple places making it harder to read.

To answer your specific questions, you'd probably want
to start the auth services only in the case for your auth
server; we let all the cpu servers share the same ssh
host key.

Russ



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [9fans] Terminals
@ 2001-04-12 17:40 Dave Iafrate - CSCI/F1997
  2001-04-13  2:45 ` Dan Cross
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Iafrate - CSCI/F1997 @ 2001-04-12 17:40 UTC (permalink / raw)
  To: 9fans

OK, we're trying to setup terminals.  Should he be booting off the
fileserver? Also, are the bootars supposed to be set to il?  And in the
termrc, it can contain multiple ip definitions for each terminal, right??

Thanks



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-04-18 13:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-18 13:55 fs customization (was: Re: [9fans] Terminals) forsyth
  -- strict thread matches above, loose matches on Subject: below --
2001-04-18 13:54 Russ Cox
2001-04-18 13:36 Russ Cox
2001-04-18 13:45 ` Axel Belinfante
2001-04-12 17:40 [9fans] Terminals Dave Iafrate - CSCI/F1997
2001-04-13  2:45 ` Dan Cross
2001-04-18 13:26   ` fs customization (was: Re: [9fans] Terminals) Axel Belinfante

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).