Geoffrey lists at serioustechnology.com
Thu Dec 13 08:51:59 PST 2007
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
> 
> If you see the message "Node is not initialized properly", that means
> that either an INIT CLUSTER or a STORE NODE did not take place.

Can you tell me which command do what?  Here's what I've done:

slonik_init_cluster |slonik
slon_start 1
slon_start 2

this is where it breaks down.  Should I be doing something after the 
slonik_init_cluster and before the slon_start ??

-- 
Until later, Geoffrey

Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
  - Benjamin Franklin


More information about the Slony1-general mailing list