9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Booting the Auth server from the file server
@ 2001-02-21 12:38 davidf
  0 siblings, 0 replies; 6+ messages in thread
From: davidf @ 2001-02-21 12:38 UTC (permalink / raw)
  To: 9fans

Hello,

I have a small site with one File server and one CPU/Auth server.
How can I boot the CPU server from the file server ?
do I have to use another machine that will be a DHCP server ?
In that case, how do I boot the DHCP server from the file server ?

David.


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

* Re: [9fans] Booting the Auth server from the file server
@ 2001-02-21 16:48 nemo
  0 siblings, 0 replies; 6+ messages in thread
From: nemo @ 2001-02-21 16:48 UTC (permalink / raw)
  To: 9fans

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

It's at http://plan9.escet.urjc.es/cpuplan9.ini
just download it...

hth


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

From: davidf@xchain.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Booting the Auth server from the file server
Date: Wed, 21 Feb 2001 15:21:10 +0200
Message-ID: <200102211321.PAA09642@freedom.xchain>

Using plan9.ini to configure the IP address is a good idea, but
how do you do that ? the man page of plan9.ini does not mention
anything about configuring the IP of the machine ...

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

* Re: [9fans] Booting the Auth server from the file server
@ 2001-02-21 16:13 nemo
  2001-02-21 13:21 ` davidf
  0 siblings, 1 reply; 6+ messages in thread
From: nemo @ 2001-02-21 16:13 UTC (permalink / raw)
  To: 9fans

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

It might not be the best way, but I have
the same setup. What I do is to use the plan9.ini in the
CPU/auth server to set the ipaddress etc, so it can
boot from the file server and become the dhcp server.
Drop me a line if you want to get any detail about my particular
setup...

The file server does not run user processes, and therefore I
think it cannot be your dhcp server.

Another way would be to setup a different machine as a
dhcp server.


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

From: davidf@xchain.com
To: 9fans@cse.psu.edu
Subject: [9fans] Booting the Auth server from the file server
Date: Wed, 21 Feb 2001 14:38:12 +0200
Message-ID: <200102211238.OAA09409@freedom.xchain>

Hello,

I have a small site with one File server and one CPU/Auth server.
How can I boot the CPU server from the file server ?
do I have to use another machine that will be a DHCP server ?
In that case, how do I boot the DHCP server from the file server ?

David.

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

* Re: [9fans] Booting the Auth server from the file server
@ 2001-02-21 14:56 presotto
  0 siblings, 0 replies; 6+ messages in thread
From: presotto @ 2001-02-21 14:56 UTC (permalink / raw)
  To: 9fans

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

The CPU server will have to get it's kernel locally and if
there's no DHCP server, you need to tack the ip addresses
onto the bootargs line:

bootargs=il <ip addr> <ip mask> <net addr> <fs addr> <auth addr>

You'll also have to make the key/authid for the file sever and
the cpu server the same.  If a cpu server can't find an auth server
to answer, it just guesses that the key/authid for the fs are the
same as its own and handcrafts a ticket to use.  That's the
chicken and egg problem.

Of course, if somewhere else you have a dhcp server, you can get
the kernel off the net too.

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

From: davidf@xchain.com
To: 9fans@cse.psu.edu
Subject: [9fans] Booting the Auth server from the file server
Date: Wed, 21 Feb 2001 14:38:12 +0200
Message-ID: <200102211238.OAA09409@freedom.xchain>

Hello,

I have a small site with one File server and one CPU/Auth server.
How can I boot the CPU server from the file server ?
do I have to use another machine that will be a DHCP server ?
In that case, how do I boot the DHCP server from the file server ?

David.

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

* Re: [9fans] Booting the Auth server from the file server
  2001-02-21 16:13 nemo
@ 2001-02-21 13:21 ` davidf
  0 siblings, 0 replies; 6+ messages in thread
From: davidf @ 2001-02-21 13:21 UTC (permalink / raw)
  To: 9fans

Using plan9.ini to configure the IP address is a good idea, but
how do you do that ? the man page of plan9.ini does not mention
anything about configuring the IP of the machine ...



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

* Re: [9fans] Booting the Auth server from the file server
@ 2001-02-21  9:57 forsyth
  0 siblings, 0 replies; 6+ messages in thread
From: forsyth @ 2001-02-21  9:57 UTC (permalink / raw)
  To: 9fans

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

i load the cpu/auth server kernel from diskette.
there isn't a straightforward way of loading from the file server.
the boot programs don't know 9P (and thus can't attach as none,
nor is it necessarily a good idea to allow attach as none),
and the file server certainly doesn't know dhcp/bootp/tftpd.


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

From: davidf@xchain.com
To: 9fans@cse.psu.edu
Subject: [9fans] Booting the Auth server from the file server
Date: Wed, 21 Feb 2001 14:38:12 +0200
Message-ID: <200102211238.OAA09409@freedom.xchain>

Hello,

I have a small site with one File server and one CPU/Auth server.
How can I boot the CPU server from the file server ?
do I have to use another machine that will be a DHCP server ?
In that case, how do I boot the DHCP server from the file server ?

David.

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

end of thread, other threads:[~2001-02-21 16:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-21 12:38 [9fans] Booting the Auth server from the file server davidf
  -- strict thread matches above, loose matches on Subject: below --
2001-02-21 16:48 nemo
2001-02-21 16:13 nemo
2001-02-21 13:21 ` davidf
2001-02-21 14:56 presotto
2001-02-21  9:57 forsyth

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