Cluster

From SambaWiki
Revision as of 08:40, 10 May 2006 by Dralex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A clustered file server ideally has the following properties:

  • All clients can connect to any server.
  • A server can fail and clients are transparently reconnected to another server.
  • All servers can serve out the same set of files.
  • All file changes are immediately seen on all servers (distributed filesystem)
  • Ability to scale by adding more servers/disk backend.
  • Appears as a single large system.