Re: [Zope] step by step going from single zope to zeo

2008-04-07 Thread Chris Withers

David Bear wrote:

On Wednesday 02 April 2008 01:31, Chris Withers wrote:

David Bear wrote:

Are there any step by step guidelines for how to modify a current single
instance zope into a zeo configuration? I have a single zope instance.
That zope.conf define two mount points for multiple zodb's. I would like
to take that single instance and turn it in to a zeo server, with to zeo
clients.

Are they any recent howto's on this?

Dunno, but the rough chain of events:


Thanks for the suggestions... I wonder rather than making more zope instances, 
can I just cp -R ./zopeinstance1 ./zopeinstance2  and then

modify ./zopeinstance2/etc/zope.conf to suit the needs of a zeo client?


zeo storage servers and clients have different layouts for their instances.

You can copy clientinstance1 to clientinstance2 safely, but you can't 
copy storageserverinstance to clientinstance1.


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] step by step going from single zope to zeo

2008-04-02 Thread Chris Withers

David Bear wrote:
Are there any step by step guidelines for how to modify a current single 
instance zope into a zeo configuration? I have a single zope instance. That 
zope.conf define two mount points for multiple zodb's. I would like to take 
that single instance and turn it in to a zeo server, with to zeo clients.


Are they any recent howto's on this?


Dunno, but the rough chain of events:

- run mkzeoinstance that came with your zope software
- copy your two .fs files to the new zeo instance
- tweak etc/zeo.conf in your zeo instance to serve them both up
- run mkzopeinstance on your clients to create zope instances
- make sure you have all your products installed on both zope instances
- tweak the zope.conf for both instances to mount the storages as 
ClientStorage rather than FileStorage


cheers,

Chris

--
Simplistix - Content Management, Zope & Python Consulting
   - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] step by step going from single zope to zeo

2008-04-01 Thread David Bear
Are there any step by step guidelines for how to modify a current single 
instance zope into a zeo configuration? I have a single zope instance. That 
zope.conf define two mount points for multiple zodb's. I would like to take 
that single instance and turn it in to a zeo server, with to zeo clients.

Are they any recent howto's on this?

-- 
David Bear
College of Public Programs/ASU
411 N Central, Phoenix, AZ 85004
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )