Anthony Centore | 10 May 2005 21:10

iSCSI and clustering with FreeBSD

Peter,

How far along are you in your freebsd iscsi development ?

Does an iscsi driver for freebsd exist ?

Appreciate your time.

Anthony L Centore II

--

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 5/10/2005

_______________________________________________
freebsd-cluster <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-cluster
To unsubscribe, send any mail to "freebsd-cluster-unsubscribe <at> freebsd.org"

Dmitriy Kirhlarov | 11 May 2005 14:11
Picon

Re: Clustering with Freebsd

Hi Brent!

On Fri, 29 Apr 2005, Brent wrote:

> I have a webhosting business all runnning on various Freebsd i386 boxes. I 
> was wondering if there are any good howto's on doing this ? The services id 
> like to cluster are,
> apache
> sendmail
> bind 9.2.3
> UW imap

replace to cyrus imapd.

read about gmirror, carp, ggated.

By.
Dmitriy
_______________________________________________
freebsd-cluster <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-cluster
To unsubscribe, send any mail to "freebsd-cluster-unsubscribe <at> freebsd.org"

Eric Anderson | 11 May 2005 14:49
Favicon

Re: Clustering with Freebsd

Dmitriy Kirhlarov wrote:
> Hi Brent!
> 
> On Fri, 29 Apr 2005, Brent wrote:
> 
> 
>>I have a webhosting business all runnning on various Freebsd i386 boxes. I 
>>was wondering if there are any good howto's on doing this ? The services id 
>>like to cluster are,
>>apache
>>sendmail
>>bind 9.2.3
>>UW imap
> 
> 
> replace to cyrus imapd.
> 
> read about gmirror, carp, ggated.

How would gmirror and ggated help?

Eric

--

-- 
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
A lost ounce of gold may be found, a lost moment of time never.
------------------------------------------------------------------------
_______________________________________________
freebsd-cluster <at> freebsd.org mailing list
(Continue reading)

shiner chen | 11 May 2005 14:40
Picon
Favicon

the web-cluster through the kld!

I will implement the web-cluster by the loadable module  based on the tcp/ip stack code ,but ,the symbol
definitions in the loadable module will conflict with the orignal network stack when the module is
loaded. 
how do i resolve it?
does the loadable module have independent namespace?
i remmeber that the symorder can resolve it in freebsd 2.2.6 ,but i don't find it in freebsd 5.3!
can you help me ? thanks 

                                          shiner
                                       may 11th 2005

---------------------------------
Do You Yahoo!?
注册世界一流品质的雅虎免费电邮
_______________________________________________
freebsd-cluster <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-cluster
To unsubscribe, send any mail to "freebsd-cluster-unsubscribe <at> freebsd.org"

Dmitriy Kirhlarov | 11 May 2005 16:06
Picon

Re: Clustering with Freebsd

Hi Eric!

On Wed, 11 May 2005, Eric Anderson wrote:

> Dmitriy Kirhlarov wrote:
> >Hi Brent!
> >
> >On Fri, 29 Apr 2005, Brent wrote:
> >
> >
> >>I have a webhosting business all runnning on various Freebsd i386 boxes. 
> >>I was wondering if there are any good howto's on doing this ? The 
> >>services id like to cluster are,
> >>apache
> >>sendmail
> >>bind 9.2.3
> >>UW imap
> >
> >
> >replace to cyrus imapd.
> >
> >read about gmirror, carp, ggated.
> 
> How would gmirror and ggated help?

Replicate data between two hosts, but it not very fine solution -- cached data not replicate to second node,
when first node die.

By.
Dmitriy
(Continue reading)

Eric Anderson | 11 May 2005 16:10
Favicon

Re: Clustering with Freebsd

Dmitriy Kirhlarov wrote:
> Hi Eric!
> 
> On Wed, 11 May 2005, Eric Anderson wrote:
> 
> 
>>Dmitriy Kirhlarov wrote:
>>
>>>Hi Brent!
>>>
>>>On Fri, 29 Apr 2005, Brent wrote:
>>>
>>>
>>>
>>>>I have a webhosting business all runnning on various Freebsd i386 boxes. 
>>>>I was wondering if there are any good howto's on doing this ? The 
>>>>services id like to cluster are,
>>>>apache
>>>>sendmail
>>>>bind 9.2.3
>>>>UW imap
>>>
>>>
>>>replace to cyrus imapd.
>>>
>>>read about gmirror, carp, ggated.
>>
>>How would gmirror and ggated help?
> 
> 
(Continue reading)

Phil E. | 11 May 2005 17:25

Introduction & RE: Clustering with Freebsd

Hello all,

My name is Philip Elder. I reside in St. Albert Alberta, Canada.

My wife and I run our own I.T. business here primarily focused on Windows
infrastructure though I still use the command line more than the GUI. :D

I am pretty green when it comes to FreeBSD. I am learning, slowly. My goal
is to build clusters, cluster based storage solutions, and some other ideas
jumping around in my mind. I chose FreeBSD because of its stability. BTW, I
do not have any programming experience at this time but I am willing to
learn to as well. I do have a fair amount of server based infrastructure
design, implementation, and support experience though (I've been in the
industry since the early 1990's).

I have been doing a lot of research and am wondering if perhaps this may be
a place to start as far as a file system foundation:

http://wiki.ethereal.com/ATA_20Over_20Ethernet

Here is more from the developer:

http://www.coraid.com/documents/SATAEtherDrive.pdf

Please feel free to let me know if I am way off base here as this is a good
way for me to learn! ;)

Thanks!

Philip Elder.
(Continue reading)

Frank Mayhar | 11 May 2005 17:37
Gravatar

Re: Introduction & RE: Clustering with Freebsd

Phil E. wrote:
> I have been doing a lot of research and am wondering if perhaps this may be
> a place to start as far as a file system foundation:
> 
> http://wiki.ethereal.com/ATA_20Over_20Ethernet
> 
> Here is more from the developer:
> 
> http://www.coraid.com/documents/SATAEtherDrive.pdf

There are Linux-based clustered filesystems already extant.  It's generally
more efficient, I think, to do the clustering at a higher level than down at
the device level (I haven't read those documents, but "ATA over Ethernet"
sounds pretty low-level to me).

You might take a look at the stuff in OpenSSI, http://www.openssi.org/,
for a few pointers or ideas.  Certainly there's a clustered file system
there but it's by no means the only one.
--

-- 
Frank Mayhar frank <at> exit.com	http://www.exit.com/
Exit Consulting                 http://www.gpsclock.com/
                                http://www.exit.com/blog/frank/
_______________________________________________
freebsd-cluster <at> freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-cluster
To unsubscribe, send any mail to "freebsd-cluster-unsubscribe <at> freebsd.org"

Christian Brueffer | 11 May 2005 17:41

Re: Introduction & RE: Clustering with Freebsd

On Wed, May 11, 2005 at 09:25:43AM -0600, Phil E. wrote:
> Hello all,
> 
> My name is Philip Elder. I reside in St. Albert Alberta, Canada.
> 
> My wife and I run our own I.T. business here primarily focused on Windows
> infrastructure though I still use the command line more than the GUI. :D
> 
> I am pretty green when it comes to FreeBSD. I am learning, slowly. My goal
> is to build clusters, cluster based storage solutions, and some other ideas
> jumping around in my mind. I chose FreeBSD because of its stability. BTW, I
> do not have any programming experience at this time but I am willing to
> learn to as well. I do have a fair amount of server based infrastructure
> design, implementation, and support experience though (I've been in the
> industry since the early 1990's).
> 
> I have been doing a lot of research and am wondering if perhaps this may be
> a place to start as far as a file system foundation:
> 
> http://wiki.ethereal.com/ATA_20Over_20Ethernet
> 
> Here is more from the developer:
> 
> http://www.coraid.com/documents/SATAEtherDrive.pdf
> 
> Please feel free to let me know if I am way off base here as this is a good
> way for me to learn! ;)
> 

Hi Philip,
(Continue reading)

Gabor Esperon | 11 May 2005 16:58
Favicon

Re: Clustering with Freebsd


On May 11, 2005, at 10:10 AM, Eric Anderson wrote:

> Dmitriy Kirhlarov wrote:
>
>> Hi Eric!
>> On Wed, 11 May 2005, Eric Anderson wrote:
>>
>>> Dmitriy Kirhlarov wrote:
>>>
>>>
>>>> Hi Brent!
>>>>
>>>> On Fri, 29 Apr 2005, Brent wrote:
>>>>
>>>>
>>>>
>>>>
>>>>> I have a webhosting business all runnning on various Freebsd  
>>>>> i386 boxes. I was wondering if there are any good howto's on  
>>>>> doing this ? The services id like to cluster are,
>>>>> apache
>>>>> sendmail
>>>>> bind 9.2.3
>>>>> UW imap
>>>>>
>>>>
>>>>
>>>> replace to cyrus imapd.
>>>>
(Continue reading)


Gmane