In theory, at least on Linux, Intermezzo might be more appropriate for syncing code in the Zope software home. We plan on doing this with our next Zope setup, with the idea that the software homes stay synced when we do a cvs update of the code on our production servers, but they are still independent and local. Sean -----Original Message----- From: Chris McDonough [mailto:chrism@zope.com] Sent: Friday, March 15, 2002 7:10 AM To: Schmidt, Allen J.; zope@zope.org Subject: Re: [Zope] ZEO and LocalFS If you want to share filesystem content between a set of ZEO clients that are running on separate machines, you will need to set up something like NFS or maybe Samba or another mountable network file system on each client. Then you will need to export a directory from a "central" location that can be mounted by each client. We use NFS sometimes for this, and one tip is to put the export on one client as something like /home/zope/share and mount it on every other client as the same name. Then you can address the files that go in the share the same from any machine. It also helps to actually put the Zope software home in a mounted filesystem so all of your clients share the same Zope code. This is generally required for ZEO and it's a reasonable way to accomplish it. HTH, - C ----- Original Message ----- From: "Schmidt, Allen J." <aschmidt@nv.cc.va.us> To: <zope@zope.org> Sent: Friday, March 15, 2002 9:44 AM Subject: [Zope] ZEO and LocalFS
If we have ZEO (and other ZEO Zope clients) on a different box from our primary clients, how does that affect LocalFS? How does the path figure into that? Will FNS need to be setup and all the paths for each client point back to one central file system storage location? Just curious before we start spreading things out.
Thanks
Allen
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
On Fri, 15 Mar 2002 14:38:45 -0800, sean.upton@uniontrib.com wrote:
In theory, at least on Linux, Intermezzo might be more appropriate for syncing code in the Zope software home. We plan on doing this with our next Zope setup, with the idea that the software homes stay synced when we do a cvs update of the code on our production servers, but they are still independent and local.
Do you see any advantages in using Intermezzo over something more mundane like rsync ? It seems like there would be more to go wrong. Toby Dickenson tdickenson@geminidataloggers.com
participants (2)
-
sean.upton@uniontrib.com -
Toby Dickenson