RE: FreeBSD equivalent of Microsoft DFS

2010-08-10 Thread Victor Ophof

for all: MS DFS = MS Distributed File system is NOT a FS 

it's a shared directory on a drive  that is replicated via AD mechanism to 1 or 
more locatations

If setup correctly DFS can have 2 or many more servers, and to replicate it 
only needs a partner server to replicate with. 

all other servers can be turned off .. its neither a ring or a star shaped 
network. (not 100% true but makes explaining a lot easier) 

 

In Freebsd that woud be a CIFS or NFS share that is synced over 1 or more sites 
(without bandwith control ) 

The only issue if you want to replicate this within Freebsd is how to setup the 
sync process for more then 3 hosts.

And more specific if 1 file gets edited on to seperate "servers"  and 
replicated to a 3rd server, what happens then? 

Of course such a write action "when it happens"  is very very small chance.

 

 

IF you want to use FreeBSD as a file server for a windows enviroment (with ZFS) 
you can do 2 things

1) use ZFS and make a ISCSI -disk (istgt port for now) and connect the ISCSI 
disk to a Virtual server with a windows "server" host 

2) use ZFS + SAMBA, configure samba to use the AD information to give access 
(Single Sign On) 

 

The first one is the easiest & fastest way however it will cost you performance 
compared with the second solution. 

The most difficult is to have samba connecting to a AD enviroment without any 
alterations on the windows machines/ad 

and kerberos. However SAMBA & AD are reported to have a love hate relation ship 
working together, and can break 

 

 


 
> Date: Mon, 9 Aug 2010 15:42:59 -0700
> From: edfle...@gmail.com
> To: freebsd-questions@freebsd.org
> Subject: FreeBSD equivalent of Microsoft DFS
> 
> Is there a FreeBSD equivalent to Microsoft DFS, i.e., software that
> will replicate delta level file changes of network shares among
> multiple servers in real time?
> 
> Would that be rsync with just a frequently scheduled cron task?
> 
> Thank you,
> Ed
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD equivalent of Microsoft DFS

2010-08-10 Thread Matthew Seaman
On 09/08/2010 23:42, Ed Flecko wrote:
> Is there a FreeBSD equivalent to Microsoft DFS, i.e., software that
> will replicate delta level file changes of network shares among
> multiple servers in real time?

It's not 'real time' but you can achieve something like this by using a
combination of ZFS snapshots and ZFS send / receive.

> Would that be rsync with just a frequently scheduled cron task?

Which works very well indeed in many situations.

Someone else has already mentioned distributed filesystems line AFS --
another thing to contemplate is the new HAST capability in FreeBSD:

http://wiki.freebsd.org/HAST

It's conceptually similar to Linux DRBD, which in theory you can use
under FreeBSD as well, but no idea how it performs.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: FreeBSD equivalent of Microsoft DFS

2010-08-10 Thread Igor V. Ruzanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 9 Aug 2010, Ed Flecko wrote:

|Is there a FreeBSD equivalent to Microsoft DFS, i.e., software that
|will replicate delta level file changes of network shares among
|multiple servers in real time?
|
|Would that be rsync with just a frequently scheduled cron task?
|
Kqueue - most advanced and cool thing implemented as kernel mechanism of 
events processing. With that you could write your own file auditing 
system.


+---+
! CANMOS ISP Network!
+---+
! Best regards  !
! Igor V. Ruzanov, network operational staff!
! e-Mail: ig...@canmos.ru   !
+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: For info see http://quantumlab.net/pine_privacy_guard/

iD8DBQFMYPg2bt6QiUlK9twRAhfUAJ4j7dmbXPYaGKGy5G351PWKSMS1iACgxJCP
lAoUhxv9xutJLS+extS+wBQ=
=DHlr
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: FreeBSD equivalent of Microsoft DFS

2010-08-09 Thread Ashish SHUKLA
Ed Flecko writes:
> Is there a FreeBSD equivalent to Microsoft DFS, i.e., software that
> will replicate delta level file changes of network shares among
> multiple servers in real time?

A distributed filesystem like Coda[1] or Andrew FS[2][3] would be better. Not
sure about there FreeBSD support.

References:
[1]  http://www.coda.cs.cmu.edu/
[2]  http://www.openafs.org/
[3]  http://www.stacken.kth.se/project/arla/

HTH
-- 
Ashish SHUKLA  | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/

“There is nothing new to be discovered in physics now; All that
remains is more and more precise measurement.” (Lord Kelvin, 1900)


pgpmrw7bVMGYV.pgp
Description: PGP signature


FreeBSD equivalent of Microsoft DFS

2010-08-09 Thread Ed Flecko
Is there a FreeBSD equivalent to Microsoft DFS, i.e., software that
will replicate delta level file changes of network shares among
multiple servers in real time?

Would that be rsync with just a frequently scheduled cron task?

Thank you,
Ed
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"