Here is how I fix the problem


    1.Stopping ACE on BOTH the replica and the master.
    2.Creating a Replica Package.
    3.Starting ACE on the master.
    4.Copying the database file from the replica package directory to the data 
directory on the replica.
    5.Starting the replica server.





"Timo T. Rajala" wrote:
>
> Hello,
>
> anybody having experience from replication between a primary and slave
> Ace/server?
>
> Our company have a primary/slave setup and the replication does not
> work correctly: Ace log shows a lot of errors with
> creating/deleting/modifying records. Sometimes the changes gets
> replicated from primary to slave, sometimes not.
>
> The version used is 5.0 as far as I know, I suspect there exists minor
> upgrades which perhaps would fix some of the problems?
>
> Another problem is that I can't get SecurID authentication to work from
> the firewalls to the primary Ace server, seems like answers are never
> sent back. But it works without problems to the slave server. Strange.
>
> --
> Timo T. Rajala
>
> =================================================
> To set vacation, Out Of Office, or away messages,
> send an email to [EMAIL PROTECTED]
> in the BODY of the email add:
> set fw-1-mailinglist nomail
> =================================================
> To unsubscribe from this mailing list,
> please see the instructions at
> http://www.checkpoint.com/services/mailing.html
> =================================================
> If you have any questions on how to change your
> subscription options, email
> [EMAIL PROTECTED]
> =================================================

--
_______________________________________________________________
Greg Polanski                    mailto:[EMAIL PROTECTED]
ADC Telecommunications, Inc.     952.917.0548
MS 36                            952.917.0651 FAX
PO Box 1101                      612.309.4493 cell/pager
Minneapolis, MN  55440-1101      [EMAIL PROTECTED]
_______________________________________________________________
Recreate Database on ACE Replica Server

Occaisionally, the ACE database on the replica server stops synchronizing with the 
master or stops updating a
single record on the master. The errors may resemble the following

MASTER

Feb  6 17:57:12 nyland ACESERVER: (14001) AUTHENTICATION : Database Inconsistency: 
Replica Rejecting Token Delta Create 5968 (155.226.44.200) ace  CrossRealm ACM_OK 0. 
[perelt.c.2796.4457]


REPLICA

Feb  6 17:57:11 ingate3.adc.com ACESERVER: (14001) AUTHENTICATION : Trigger: 
TRIGERROR: ttk_usnm.p: user not found for token (155.226.10.218) ace  CrossRealm 
ACM_OK 0. [Trigger.0.659]

Feb  6 17:57:11 ingate3.adc.com ACESERVER: (14001) AUTHENTICATION : Cannot Save Token 
On Replica 5968 (155.226.10.218) ace  Progress General Failure 0. [perelt.c.2976.660]

Feb  6 17:57:11 ingate3.adc.com ACESERVER: (14001) AUTHENTICATION : Error Creating 
Record  (155.226.10.218) ace  Progress General Failure 0. [sloop.c.672.661]

The above errors wre fixed by

    1.Stopping ACE on BOTH the replica and the master.
    2.Creating a Replica Package.
    3.Starting ACE on the master.
    4.Copying the database file from the replica package directory to the data 
directory on the replica.
    5.Starting the replica server.

The example uses nyland.adc.com as the ACE master and ingate3.adc.com as the ACE 
replica

ingate3.adc.com# /etc/init.d/ace stop
nyland# /etc/init.d/ace stop

nyland# rm -rf /opt/ace/data/replica_package
nyland# /opt/ace/prog/sdsetup -package

Generating Replica Package.
Creating directory $REP_ACE (/opt/ace/data/replica_package).
Creating directory /opt/ace/data/replica_package/license...
Creating directory /opt/ace/data/replica_package/database...

Name of replica: ingate3.adc.com

You have specified replica name 'ingate3.adc.com'. Confirm: (y/n/q) [y]: y
Generating replica package for existing replica ingate3.adc.com.

Name of replica:

Have you finished entering all the replicas you would like included in this
package? (y/n/q) [y]: y
Truncating bi files in /opt/ace/data directory...
Removing delta records from Replica Package database...
All delta records deleted from Replica Package database.
Truncating Replica Package database BI file...

nyland# /etc/init.d/ace start

nyland# ftp ingate3.adc.com
Connected to ingate3.adc.com.
220 ingate3.adc.com FTP server (SunOS 5.7) ready.
Name (ingate3:polansg): root
331 Password required for root.
Password:
230 User root logged in.
ftp> cd /opt/ace/data
250 CWD command successful.
ftp> lcd /opt/ace/data/replica_package/database
Local directory now /opt/ace/data/replica_package/database
ftp> bin
200 Type set to I.
ftp> mput sdserv*
....
ftp> bye

ingate3.adc.com# /etc/init.d/ace start

The ACE logs show that the replica fetches the database from the master

Reply via email to