Thanks Leonardo, you cleared things up for me.<br><br>Tom Ok.<br><br><div><span class="gmail_quote">On 7/26/06, <b class="gmail_sendername">Leonardo Rodrigues de Mello</b> <<a href="mailto:Leonardo.Mello@planejamento.gov.br">
Leonardo.Mello@planejamento.gov.br</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Other things I have forgot in the last message:
<br><br>1- You dont need to use the SAN to have one ACTIVE/PASSIVE cluster, with data replication between the servers. Check out DRBD 0.7 + Heartbeat or RH-Cluster-Suite. This will be able to do the job. without the cost of one external storage device.
<br>a good point to start is:<br><br>2- RedHat are developing one Cluster Raid aproach that will be better than drbd because it will be possible to create a distributed raid to split the storage between the servers. I dont know how the development of this draid is going or when it will be made stable. Does anyone from RH can tell something about this topic ?
<br><br><br>Some links for you:<br>a - Official documentation<br><br><a href="http://www.drbd.org/documentation.html">http://www.drbd.org/documentation.html</a><br><br>b - drbd instalation<br>Portuguese:<br><a href="http://guialivre.governoeletronico.gov.br/mediawiki/index.php/DocumentacaoTecnologiasDRBD">
http://guialivre.governoeletronico.gov.br/mediawiki/index.php/DocumentacaoTecnologiasDRBD</a><br>English:<br><a href="http://www.linux-ha.org/DRBD/HowTo/Install">http://www.linux-ha.org/DRBD/HowTo/Install</a><br><a href="http://linux-ha.org/DRBD/QuickStart07">
http://linux-ha.org/DRBD/QuickStart07</a><br><br><br>c - drbd + heartbeat integration<br><a href="http://www.slackworks.com/~dkrovich/DRBD/heartbeat.html">http://www.slackworks.com/~dkrovich/DRBD/heartbeat.html</a><br><a href="http://www.linux-ha.org/GettingStarted/DRBD">
http://www.linux-ha.org/GettingStarted/DRBD</a><br><br>best regards<br>Leonardo Rodrigues de Mello<br>-----Mensagem original-----<br>De:     Leonardo Rodrigues de Mello em nome de Leonardo Rodrigues de Mello<br>Enviada:        qua 26/7/2006 09:36
<br>Para:   linux clustering<br>Cc:<br>Assunto:        RES: [Linux-cluster] GFS Performance advise<br><br>Gfs is only necessary if you have two or more machines that access (READ+WRITE) the filesystem at the same time. GFS will create and manage a global lock of the filesystem, and other things to make shure the filesystem can be shared among the cluster nodes without filesystem corruption.
<br><br>beside that fact, if you have active/passive you can use ext3 without any problem. you can use gfs no_lock too. if you are having problems with gfs no_lock maybe because something is misconfigured in your setup. You CANT use gfs no_lock the same way you use gfs with dlm or gulm because if you do that you can get a filesystem corruption... i dont know if gfs permit one configuration like that.
<br><br>best regards<br>Leonardo Rodrigues de Mello<br><br><br>-----Mensagem original-----<br>De:     <a href="mailto:linux-cluster-bounces@redhat.com">linux-cluster-bounces@redhat.com</a> em nome de Tomer Okavi<br>Enviada:        qua 26/7/2006 03:17
<br>Para:   <a href="mailto:linux-cluster@redhat.com">linux-cluster@redhat.com</a><br>Cc:<br>Assunto:        [Linux-cluster] GFS Performance advise<br><br>I've a samba file server cluster (Active\Passive) with 2 cluster nodes on
<br>Cent OS 4.3<br>both nodes are connected to a shared storage through Fiber switch+HBA<br>the shared storage holds the file system that samba shares to the windows<br>machines.<br>only one cluster node mounts the file system (the active one)
<br>currently I'm using ext3 as the file system on the shared storage because<br>I've experienced slow response time and locking problems from the samba<br>service.<br>I've tried formatting the shared file system with GFS disabling locks
<br>(lock_nolock), tried mounting the file system with<br>lockproto=lock_nolock,localchaching,localflocks<br>with no success, samba still complains about oplocks breakes and the windows<br>system connecting to the shares experience slow performance from samba.
<br>the samba file system exports the file system to 3 IIS servers through unc<br>path's<br>it's dealing with lots (1,000,000) of small (under 250KB) files.<br>when using ext3 as the file system for the samba shares i have no problem.
<br><br><br>1. should i use GFS for the file system?, to avoid file system corruption in<br>case one cluster node crash or is ext3 is a good enough solution?<br>2. why when using GFS with lockproto=lock_nolock,localchaching,localflocks i
<br>still see "glock nq calls" and  "lm_lock calls" in gfs_tool counters<br><br>my main goal is to achieve maximum samba performance with the lowest chance<br>for file system corruption in case of a failover or crashed cluster node.
<br><br>thanks<br><br>Tom Ok.<br><br><br><br><br><br>--<br>Linux-cluster mailing list<br><a href="mailto:Linux-cluster@redhat.com">Linux-cluster@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/linux-cluster">
https://www.redhat.com/mailman/listinfo/linux-cluster</a><br><br></blockquote></div><br>