9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] How to run different services on multiple cpu servers
@ 2004-03-12 16:54 Brantley Coile
  2004-03-13  0:52 ` Christopher Nielsen
  0 siblings, 1 reply; 8+ messages in thread
From: Brantley Coile @ 2004-03-12 16:54 UTC (permalink / raw)
  To: 9fans

I've been running a single cpu server for 9 years.
I'm now setting up several.  What's customary for
configing the serivces?  I created a new directory name service.<sysname>
and moved things around in there.  How do you folks do it?

 Brantley


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

* Re: [9fans] How to run different services on multiple cpu servers
  2004-03-12 16:54 [9fans] How to run different services on multiple cpu servers Brantley Coile
@ 2004-03-13  0:52 ` Christopher Nielsen
  2004-03-14  6:42   ` lucio
  2004-03-15  9:01   ` Fco.J.Ballesteros
  0 siblings, 2 replies; 8+ messages in thread
From: Christopher Nielsen @ 2004-03-13  0:52 UTC (permalink / raw)
  To: 9fans

On Fri, Mar 12, 2004 at 11:54:43AM -0500, Brantley Coile wrote:
> I've been running a single cpu server for 9 years.
> I'm now setting up several.  What's customary for
> configing the serivces?  I created a new directory name service.<sysname>
> and moved things around in there.  How do you folks do it?

That's exactly what I did. It works quite well for me.
I'd be curious to hear other people's solutions, though.

-- 
Christopher Nielsen
"They who can give up essential liberty for temporary
safety, deserve neither liberty nor safety." --Benjamin Franklin


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

* Re: [9fans] How to run different services on multiple cpu servers
  2004-03-13  0:52 ` Christopher Nielsen
@ 2004-03-14  6:42   ` lucio
  2004-03-14 16:30     ` ron minnich
  2004-03-15  9:01   ` Fco.J.Ballesteros
  1 sibling, 1 reply; 8+ messages in thread
From: lucio @ 2004-03-14  6:42 UTC (permalink / raw)
  To: 9fans

> On Fri, Mar 12, 2004 at 11:54:43AM -0500, Brantley Coile wrote:
>> I've been running a single cpu server for 9 years.
>> I'm now setting up several.  What's customary for
>> configing the serivces?  I created a new directory name service.<sysname>
>> and moved things around in there.  How do you folks do it?
> 
> That's exactly what I did. It works quite well for me.
> I'd be curious to hear other people's solutions, though.
> 
I did so, too, since you're asking.

++L



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

* Re: [9fans] How to run different services on multiple cpu servers
  2004-03-14  6:42   ` lucio
@ 2004-03-14 16:30     ` ron minnich
  2004-03-14 22:36       ` Christopher Nielsen
  0 siblings, 1 reply; 8+ messages in thread
From: ron minnich @ 2004-03-14 16:30 UTC (permalink / raw)
  To: 9fans

On Sun, 14 Mar 2004 lucio@proxima.alt.za wrote:

> > On Fri, Mar 12, 2004 at 11:54:43AM -0500, Brantley Coile wrote:
> >> I've been running a single cpu server for 9 years.
> >> I'm now setting up several.  What's customary for
> >> configing the serivces?  I created a new directory name service.<sysname>
> >> and moved things around in there.  How do you folks do it?
> > 
> > That's exactly what I did. It works quite well for me.
> > I'd be curious to hear other people's solutions, though.
> > 
> I did so, too, since you're asking.

hmm, not sure I'm going to want to do this for 256 servers, but we'll 
see...

ron



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

* Re: [9fans] How to run different services on multiple cpu servers
  2004-03-14 16:30     ` ron minnich
@ 2004-03-14 22:36       ` Christopher Nielsen
  2004-03-14 23:54         ` Charles Forsyth
  0 siblings, 1 reply; 8+ messages in thread
From: Christopher Nielsen @ 2004-03-14 22:36 UTC (permalink / raw)
  To: 9fans

On Sun, Mar 14, 2004 at 09:30:50AM -0700, ron minnich wrote:
> On Sun, 14 Mar 2004 lucio@proxima.alt.za wrote:
> 
> > > On Fri, Mar 12, 2004 at 11:54:43AM -0500, Brantley Coile wrote:
> > >> I've been running a single cpu server for 9 years.
> > >> I'm now setting up several.  What's customary for
> > >> configing the serivces?  I created a new directory name service.<sysname>
> > >> and moved things around in there.  How do you folks do it?
> > > 
> > > That's exactly what I did. It works quite well for me.
> > > I'd be curious to hear other people's solutions, though.
> > > 
> > I did so, too, since you're asking.
> 
> hmm, not sure I'm going to want to do this for 256 servers, but we'll 
> see...

yeah. that's something that occurred to me. i don't
think it's scaleable to large numbers of servers. if
those 256 servers all start the same services, you
could just use one directory for all of them, but i'm
sure that occurred to you.

-- 
Christopher Nielsen
"They who can give up essential liberty for temporary
safety, deserve neither liberty nor safety." --Benjamin Franklin


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

* Re: [9fans] How to run different services on multiple cpu servers
  2004-03-14 22:36       ` Christopher Nielsen
@ 2004-03-14 23:54         ` Charles Forsyth
  2004-03-15  0:05           ` Geoff Collyer
  0 siblings, 1 reply; 8+ messages in thread
From: Charles Forsyth @ 2004-03-14 23:54 UTC (permalink / raw)
  To: 9fans

assuming many fewer classes than servers:

bind /rc/bin/service.$class /rc/bin/service

might need /lib/namespace.$class instead or as well for listen (haven't checked).



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

* Re: [9fans] How to run different services on multiple cpu servers
  2004-03-14 23:54         ` Charles Forsyth
@ 2004-03-15  0:05           ` Geoff Collyer
  0 siblings, 0 replies; 8+ messages in thread
From: Geoff Collyer @ 2004-03-15  0:05 UTC (permalink / raw)
  To: 9fans

Both listen and listen1 do a

	newns("none", ...)

so binds made before running listen or listen1 will only affect
trusted (listen -t) services.  For untrusted services, at least, you
need to bind things suitably in the appropriate /lib/namespace* files.



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

* Re: [9fans] How to run different services on multiple cpu servers
  2004-03-13  0:52 ` Christopher Nielsen
  2004-03-14  6:42   ` lucio
@ 2004-03-15  9:01   ` Fco.J.Ballesteros
  1 sibling, 0 replies; 8+ messages in thread
From: Fco.J.Ballesteros @ 2004-03-15  9:01 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 84 bytes --]

I have a switch in cpurc that starts different services for
different cpuservers.

[-- Attachment #2: Type: message/rfc822, Size: 2613 bytes --]

From: Christopher Nielsen <cnielsen@pobox.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] How to run different services on multiple cpu servers
Date: Fri, 12 Mar 2004 16:52:47 -0800
Message-ID: <20040313005247.GD7139@cassie.foobarbaz.net>

On Fri, Mar 12, 2004 at 11:54:43AM -0500, Brantley Coile wrote:
> I've been running a single cpu server for 9 years.
> I'm now setting up several.  What's customary for
> configing the serivces?  I created a new directory name service.<sysname>
> and moved things around in there.  How do you folks do it?

That's exactly what I did. It works quite well for me.
I'd be curious to hear other people's solutions, though.

-- 
Christopher Nielsen
"They who can give up essential liberty for temporary
safety, deserve neither liberty nor safety." --Benjamin Franklin

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

end of thread, other threads:[~2004-03-15  9:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-12 16:54 [9fans] How to run different services on multiple cpu servers Brantley Coile
2004-03-13  0:52 ` Christopher Nielsen
2004-03-14  6:42   ` lucio
2004-03-14 16:30     ` ron minnich
2004-03-14 22:36       ` Christopher Nielsen
2004-03-14 23:54         ` Charles Forsyth
2004-03-15  0:05           ` Geoff Collyer
2004-03-15  9:01   ` Fco.J.Ballesteros

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).