Thu Dec 13 11:41:41 PST 2007
- Previous message: [Slony1-general] log error
- Next message: [Slony1-general] setAddTable_int error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Christopher Browne wrote: > Geoffrey <lists at serioustechnology.com> writes: >> Christopher Browne wrote: >>> Geoffrey <lists at serioustechnology.com> writes: >>>> For now, that get's me past that issue. Problem is, I get the >>>> following when attempt 'slon_start 2': >>>> >>>> 2007-12-13 10:04:43 EST ERROR cannot get sl_local_node_id - ERROR: >>>> schema "_esc_cluster" does not exist 2007-12-13 10:04:43 EST FATAL >>>> main: Node is not initialized properly - sleep 10s >>> Well, apparently the "store node" for node #2 didn't get done... >> Is this possibly an environment issue? Configuration problem? I'm >> not sure what you mean by the 'store node.' > > Configuration, of a sort. > > Setting up replication involves, at the slonik level, the following steps: > > - Initializing the first node in the cluster (e.g. - INIT CLUSTER) > - Initializing other nodes (e.g. - STORE NODE), which is where things evidently broke down > - Setting up communications between nodes (STORE PATH) > - Setting up a replication set > - CREATE SET (to begin setup) > - SET ADD TABLE (to add tables in) > - SET ADD SEQUENCE (to add in sequences) > - Then subscribing nodes to that set - SUBSCRIBE SET Okay, I've revisited the above and it seems the documents fail to tell you to STORE NODE. I did a: slonik_store_node 2|slonik Then started my slon daemons and then subscribed the set and it produced no errors and I successfully replicated my test database. Again, it appears the documentation is lacking. I'll put together a complete summary of my efforts and post later. Thanks again. -- Until later, Geoffrey Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. - Benjamin Franklin
- Previous message: [Slony1-general] log error
- Next message: [Slony1-general] setAddTable_int error
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list