Think innovative

RSA Authentification Manger 7.1 SP4 – Configure Primary- and Replicaserver

By on Aug 14, 2012 in RSA | 0 comments

Here are some commands to configure the primary- and the replica server:

I am using the rsautil tool for this operation. You can find it in the directory: C:\Program Files\RSA Security\RSA Authentication Manager\utils

 

With this command you setup the server to a primary server:

 

rsautil setup-replication -m yoursuperadminpasswordhere -a set-primary -V

 

Output:

 Setup Replication ims-2.0.4-build20101208044128

Copyright (C) 2010 RSA Security Inc. All rights reserved.

 

%% Running at: testserver:[kcsdgqh5] %%

 

=======================================

%       Setting up Primary Site       %

=======================================

[Primary]

Port      : 2334

DB name   : kcsdgqh5

DB host   : testserver. de

Instance  : testserver. de

Site name : testserver. de

 

Is this correct (Y/N): y

 

%% Starting configuration

— Configuring primary

— Setting up queues at [kcsdgqh5]

— Adding [AM] supplemental logging at [kcsdgqh5]

— Adding [IMS] supplemental logging at [kcsdgqh5]

— Executing [AM] primary scripts at [kcsdgqh5]

— Executing [AM] common scripts at [kcsdgqh5]

— Registering primary information

— Executing [IMS] primary scripts at [kcsdgqh5]

Done…

 

You add the Replica server with the following command:

 

 

rsautil setup-replication -m yoursuperadminpasswordhere -a add-replica-online -f C:/RSA/Testserver2-replica.pkg -V

 

You can check your Replication status via

rsautil setup-replication -a report -m yoursuperadminpasswordhere

Post a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.