9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] sharing the ndb(6) database
@ 2010-09-07  5:29 Akshat Kumar
  2010-09-07 13:58 ` erik quanstrom
  0 siblings, 1 reply; 5+ messages in thread
From: Akshat Kumar @ 2010-09-07  5:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

My new auth server is completely standalone:
it uses the kfs file system and boots off its own
(solid state) disk. The rest of the network, for
which it performs the authentication tasks, is
based on a separate file server node. The auth
server also runs dhcpd, tftpd, and a dns server.
As such, its /lib/ndb/local file contains a
description of the whole network, as well as
dns root stuff.

Now, the rest of the network also needs much
of the same info as the auth server, in order to
easily call each computer by sysname, etc..
This means that when a new node is added to
the Plan 9 network, changes will be needed
to be made in two places: the main network's
/lib/ndb/local and the auth server's /lib/ndb/local.
What's a better way to achieve this? Is there
some method by which the auth server can share
its ndb file(s) with the network? Or should it also
rely on the file server for the root filesystem, and
use local disks only for keyfs, secstore, etc.
databases?

Input and other suggestions welcome.


Thanks,
ak



^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <000e0cd30b7cc254ed048fa5a30f@google.com>]

end of thread, other threads:[~2010-09-07 13:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-07  5:29 [9fans] sharing the ndb(6) database Akshat Kumar
2010-09-07 13:58 ` erik quanstrom
     [not found] <000e0cd30b7cc254ed048fa5a30f@google.com>
2010-09-07  6:45 ` Akshat Kumar
2010-09-07  7:09   ` Lucio De Re
2010-09-07  7:13     ` Lucio De Re

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