SambaHA.html   [plain text]


<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 29. High Availability</title><link rel="stylesheet" href="samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.64.1"><link rel="home" href="index.html" title="The Official Samba-3 HOWTO and Reference Guide"><link rel="up" href="optional.html" title="Part III. Advanced Configuration"><link rel="previous" href="Backup.html" title="Chapter 28. Backup Techniques"><link rel="next" href="migration.html" title="Part IV. Migration and Updating"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 29. High Availability</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Backup.html">Prev</a> </td><th width="60%" align="center">Part III. Advanced Configuration</th><td width="20%" align="right"> <a accesskey="n" href="migration.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="SambaHA"></a>Chapter 29. High Availability</h2></div><div><div class="author"><h3 class="author"><span class="firstname">John</span> <span class="othername">H.</span> <span class="surname">Terpstra</span></h3><div class="affiliation"><span class="orgname">Samba Team<br></span><div class="address"><p><tt class="email">&lt;<a href="mailto:jht@samba.org">jht@samba.org</a>&gt;</tt></p></div></div></div></div><div><div class="author"><h3 class="author"><span class="firstname">Jeremy</span> <span class="surname">Allison</span></h3><div class="affiliation"><span class="orgname">Samba Team<br></span><div class="address"><p><tt class="email">&lt;<a href="mailto:jra@samba.org">jra@samba.org</a>&gt;</tt></p></div></div></div></div></div><div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="SambaHA.html#id2588793">Features and Benefits</a></span></dt><dt><span class="sect1"><a href="SambaHA.html#id2588851">Technical Discussion</a></span></dt><dd><dl><dt><span class="sect2"><a href="SambaHA.html#id2588865">The Ultimate Goal</a></span></dt><dt><span class="sect2"><a href="SambaHA.html#id2588945">Why Is This So Hard?</a></span></dt><dt><span class="sect2"><a href="SambaHA.html#id2589320">A Simple Solution</a></span></dt><dt><span class="sect2"><a href="SambaHA.html#id2589359">High Availability Server Products</a></span></dt><dt><span class="sect2"><a href="SambaHA.html#id2589416">MS-DFS: The Poor Man's Cluster</a></span></dt><dt><span class="sect2"><a href="SambaHA.html#id2589453">Conclusions</a></span></dt></dl></dd></dl></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2588793"></a>Features and Benefits</h2></div></div><div></div></div><p>
Network administrators are often concerned about the availability of file and print
services. Network users are inclined toward intolerance of the services they depend
on to perform vital task responsibilities.
</p><p>
A sign in a computer room served to remind staff of their responsibilities. It read:
</p><div class="blockquote"><blockquote class="blockquote"><p>
All humans fail, in both great and small ways we fail continually. Machines fail too.
Computers are machines that are managed by humans, the fallout from failure
can be spectacular. Your responsibility is to deal with failure, to anticipate it
and to eliminate it as far as is humanly and economically wise to achieve.
Are your actions part of the problem or part of the solution?
</p></blockquote></div><p>
If we are to deal with failure in a planned and productive manner, then first we must
understand the problem. That is the purpose of this chapter.
</p><p>
Parenthetically, in the following discussion there are seeds of information on how to
provision a network infrastructure against failure. Our purpose here is not to provide
a lengthy dissertation on the subject of high availability. Additionally, we have made
a conscious decision to not provide detailed working examples of high availability
solutions; instead we present an overview of the issues in the hope that someone will
rise to the challenge of providing a detailed document that is focused purely on
presentation of the current state of knowledge and practice in high availability as it
applies to the deployment of Samba and other CIFS/SMB technologies.
</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2588851"></a>Technical Discussion</h2></div></div><div></div></div><p>
The following summary was part of a presentation by Jeremy Allison at the SambaXP 2003
conference that was held at Goettingen, Germany, in April 2003. Material has been added
from other sources, but it was Jeremy who inspired the structure that follows.
</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2588865"></a>The Ultimate Goal</h3></div></div><div></div></div><p>
	All clustering technologies aim to achieve one or more of the following:
	</p><div class="itemizedlist"><ul type="disc"><li><p>Obtain the maximum affordable computational power.</p></li><li><p>Obtain faster program execution.</p></li><li><p>Deliver unstoppable services.</p></li><li><p>Avert points of failure.</p></li><li><p>Exact most effective utilization of resources.</p></li></ul></div><p>
	A clustered file server ideally has the following properties:
	</p><div class="itemizedlist"><ul type="disc"><li><p>All clients can connect transparently to any server.</p></li><li><p>A server can fail and clients are transparently reconnected to another server.</p></li><li><p>All servers server out the same set of files.</p></li><li><p>All file changes are immediately seen on all servers.</p><div class="itemizedlist"><ul type="circle"><li><p>Requires a distributed file system.</p></li></ul></div></li><li><p>Infinite ability to scale by adding more servers or disks.</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2588945"></a>Why Is This So Hard?</h3></div></div><div></div></div><p>
	In short, the problem is one of <span class="emphasis"><em>state</em></span>.
	</p><div class="itemizedlist"><ul type="disc"><li><p>
			All TCP/IP connections are dependent on state information.
			</p><p>
			The TCP connection involves a packet sequence number. This
			sequence number would need to be dynamically updated on all
			machines in the cluster to effect seamless TCP fail-over.
			</p></li><li><p>
			CIFS/SMB (the Windows networking protocols) uses TCP connections.
			</p><p>
			This means that from a basic design perspective, fail-over is not
			seriously considered.
			</p><div class="itemizedlist"><ul type="circle"><li><p>
				All current SMB clusters are fail-over solutions
				 they rely on the clients to reconnect. They provide server
				fail-over, but clients can lose information due to a server failure.
				</p></li></ul></div><p>
			</p></li><li><p>
			Servers keep state information about client connections.
			</p><div class="itemizedlist"><ul type="circle"><li><p>CIFS/SMB involves a lot of state.</p></li><li><p>Every file open must be compared with other file opens
						to check share modes.</p></li></ul></div><p>
			</p></li></ul></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id2589023"></a>The Front-End Challenge</h4></div></div><div></div></div><p>
		To make it possible for a cluster of file servers to appear as a single server that has one
		name and one IP address, the incoming TCP data streams from clients must be processed by the
		front end virtual server. This server must de-multiplex the incoming packets at the SMB protocol
		layer level and then feed the SMB packet to different servers in the cluster.
		</p><p>
		One could split all IPC$ connections and RPC calls to one server to handle printing and user
		lookup requirements. RPC Printing handles are shared between different IPC4 sessions  it is
		hard to split this across clustered servers!
		</p><p>
		Conceptually speaking, all other servers would then provide only file services. This is a simpler
		problem to concentrate on.
		</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id2589056"></a>De-multiplexing SMB Requests</h4></div></div><div></div></div><p>
		De-multiplexing of SMB requests requires knowledge of SMB state information,
		all of which must be held by the front-end <span class="emphasis"><em>virtual</em></span> server.
		This is a perplexing and complicated problem to solve.
		</p><p>
		Windows XP and later have changed semantics so state information (vuid, tid, fid)
		must match for a successful operation. This makes things simpler than before and is a
		positive step forward.
		</p><p>
		SMB requests are sent by vuid to their associated server. No code exists today to
		affect this solution. This problem is conceptually similar to the problem of
		correctly handling requests from multiple requests from Windows 2000
		Terminal Server in Samba.
		</p><p>
		One possibility is to start by exposing the server pool to clients directly.
		This could eliminate the de-multiplexing step.
		</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id2589093"></a>The Distributed File System Challenge</h4></div></div><div></div></div><p>
<a class="indexterm" name="id2589101"></a>
		There exists many distributed file systems for UNIX and Linux.
		</p><p>
		Many could be adopted to backend our cluster, so long as awareness of SMB
		semantics is kept in mind (share modes, locking and oplock issues in particular).
		Common free distributed file systems include:
<a class="indexterm" name="id2589116"></a>
<a class="indexterm" name="id2589123"></a>
<a class="indexterm" name="id2589130"></a>
<a class="indexterm" name="id2589136"></a>
		</p><div class="itemizedlist"><ul type="disc"><li><p>NFS</p></li><li><p>AFS</p></li><li><p>OpenGFS</p></li><li><p>Lustre</p></li></ul></div><p>
		The server pool (cluster) can use any distributed file system backend if all SMB
		semantics are performed within this pool.
		</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id2589172"></a>Restrictive Constraints on Distributed File Systems</h4></div></div><div></div></div><p>
		Where a clustered server provides purely SMB services, oplock handling
		may be done within the server pool without imposing a need for this to
		be passed to the backend file system pool.
		</p><p>
		On the other hand, where the server pool also provides NFS or other file services,
		it will be essential that the implementation be oplock aware so it can
		interoperate with SMB services. This is a significant challenge today. A failure
		to provide this will result in a significant loss of performance that will be
		sorely noted by users of Microsoft Windows clients.
		</p><p>
		Last, all state information must be shared across the server pool.
		</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id2589200"></a>Server Pool Communications</h4></div></div><div></div></div><p>
		Most backend file systems support POSIX file semantics. This makes it difficult
		to push SMB semantics back into the file system. POSIX locks have different properties
		and semantics from SMB locks.
		</p><p>
		All <span><b class="command">smbd</b></span> processes in the server pool must of necessity communicate
		very quickly. For this, the current <i class="parameter"><tt>tdb</tt></i> file structure that Samba
		uses is not suitable for use across a network. Clustered <span><b class="command">smbd</b></span>'s must use something else.
		</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id2589238"></a>Server Pool Communications Demands</h4></div></div><div></div></div><p>
		High speed inter-server communications in the server pool is a design prerequisite
		for a fully functional system. Possibilities for this include:
		</p><div class="itemizedlist"><ul type="disc"><li><p>
			Proprietary shared memory bus (example: Myrinet or SCI [Scalable Coherent Interface]).
			These are high cost items.
			</p></li><li><p>
			Gigabit ethernet (now quite affordable).
			</p></li><li><p>
			Raw ethernet framing (to bypass TCP and UDP overheads).
			</p></li></ul></div><p>
		We have yet to identify metrics for  performance demands to enable this to happen
		effectively.
		</p></div><div class="sect3" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="id2589277"></a>Required Modifications to Samba</h4></div></div><div></div></div><p>
		Samba needs to be significantly modified to work with a high-speed server inter-connect
		system to permit transparent fail-over clustering.
		</p><p>
		Particular functions inside Samba that will be affected include:
		</p><div class="itemizedlist"><ul type="disc"><li><p>
			The locking database, oplock notifications,
			and the share mode database.
			</p></li><li><p>
			Failure semantics need to be defined. Samba behaves the same way as Windows.
			When oplock messages fail, a file open request is allowed, but this is 
			potentially dangerous in a clustered environment. So how should inter-server
			pool failure semantics function and how should this be implemented?
			</p></li><li><p>
			Should this be implemented using a point-to-point lock manager, or can this
			be done using multicast techniques?
			</p></li></ul></div></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2589320"></a>A Simple Solution</h3></div></div><div></div></div><p>
	Allowing fail-over servers to handle different functions within the exported file system
	removes the problem of requiring a distributed locking protocol.
	</p><p>
	If only one server is active in a pair, the need for high speed server interconnect is avoided.
	This allows the use of existing high availability solutions, instead of inventing a new one.
	This simpler solution comes at a price  the cost of which is the need to manage a more
	complex file name space. Since there is now not a single file system, administrators
	must remember where all services are located  a complexity not easily dealt with.
	</p><p>
	The <span class="emphasis"><em>virtual server</em></span> is still needed to redirect requests to backend
	servers. Backend file space integrity is the responsibility of the administrator.
	</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2589359"></a>High Availability Server Products</h3></div></div><div></div></div><p>
	Fail-over servers must communicate in order to handle resource fail-over. This is essential
	for high availability services. The use of a dedicated heartbeat is a common technique to
	introduce some intelligence into the fail-over process. This is often done over a dedicated
	link (LAN or serial).
	</p><p>
<a class="indexterm" name="id2589375"></a>
	Many fail-over solutions (like Red Hat Cluster Manager, as well as Microsoft Wolfpack)
	can use a shared SCSI of Fiber Channel disk storage array for fail-over communication.
	Information regarding Red Hat high availability solutions for Samba may be obtained from:
	<a href="http://www.redhat.com/docs/manuals/enterprise/RHEL-AS-2.1-Manual/cluster-manager/s1-service-samba.html" target="_top">www.redhat.com.</a>
	</p><p>
	The Linux High Availability project is a resource worthy of consultation if your desire is
	to build a highly available Samba file server solution. Please consult the home page at
	<a href="http://www.linux-ha.org/" target="_top">www.linux-ha.org/.</a>
	</p><p>
	Front-end server complexity remains a challenge for high availability as it needs to deal
	gracefully with backend failures, while at the same time it needs to provide continuity of service
	to all network clients.
	</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2589416"></a>MS-DFS: The Poor Man's Cluster</h3></div></div><div></div></div><p>
<a class="indexterm" name="id2589424"></a>
<a class="indexterm" name="id2589431"></a>
	MS-DFS links can be used to redirect clients to disparate backend servers. This pushes
	complexity back to the network client, something already included by Microsoft.
	MS-DFS creates the illusion of a simple, continuous file system name space, that even
	works at the file level.
	</p><p>
	Above all, at the cost of complexity of management, a distributed (pseudo-cluster) can
	be created using existing Samba functionality.
	</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2589453"></a>Conclusions</h3></div></div><div></div></div><div class="itemizedlist"><ul type="disc"><li><p>Transparent SMB clustering is hard to do!</p></li><li><p>Client fail-over is the best we can do today.</p></li><li><p>Much more work is needed before a practical and manageable high
				availability transparent cluster solution will be possible.</p></li><li><p>MS-DFS can be used to create the illusion of a single transparent cluster.</p></li></ul></div></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Backup.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="optional.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="migration.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 28. Backup Techniques </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Part IV. Migration and Updating</td></tr></table></div></body></html>