AM 7.1 replica install fails
2 years ago
Originally Published: 2009-05-27
Article Number
000047881
Applies To
7.1 / 3.0
Issue
"replication is not enabled on primary instance."
Resolution

 

./rsautil manage-rep-error -a run-script -o primary_replication_status.sql
Enter master password: ***********

 Manage Replication Error __IMS__VERSION__
 Copyright (C) 2006 RSA Security Inc. All rights reserved.

 %% running at: xxxx.xxxx.xxx:[fwu0j1th] %%

**IF YOU SEE THIS**

Connected.
ERROR                   <------------------------------------notice the word "error"        
capture_name => RSA_STREAMS_CAPTURE
capture_status => ENABLED
capture_error =>
link_name => WE38DGHK.IMS.RSA
link_status => ERROR
link_error => ORA-12541: TNS:no listener
remote_site_name =>
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=xxx.xxxx.xxx)(

PORT=2334)))(CONNECT_DATA=(SERVICE_NAME=we38dghk.ims.rsa)(server=DEDICAT
ED))
)
propagation_status =>
propagation_error =>
remote_apply_status =>
remote_apply_error =>
remote_apply_time =>
remote_apply_timeout =>
local_apply_status =>
local_apply_error =>
local_apply_time =>
local_apply_timeout =>

PL/SQL procedure successfully completed.

SQL> Disconnected from Oracle Database 10g Enterprise Edition Release
10.2.0.4.0
 - Production
With the OLAP, Data Mining and Real Application Testing options

 Done...

-------------------------------------------------------------------------------

the primary must be cleaned of existing replica server data:

On the Primary, Remove the replica Radius server from the security console (if this exists) and delete the replica server via the Operations console. 

CD to the RSA Authentication Manager/utils directory and run the following command: ./rsautil setup-replication ?a list. 

If the failed Replica installation is in the list, run: ./rsautil setup-replication ?a remove-replica -n replica_name

 

Then run:

./rsautil setup-replication ?a remove-unreg-replicas (Y)

 

On primary install latest patches / HFRU (Obtain these from support for your platform)

 
-------------------------------

Then run the following:

RSAAuthenticationManager/utils>

./rsautil manage-rep-error -a run-script -o cleanup_propagation.sql

./rsautil manage-database -a stop-db -q -V

./rsautil manage-database -a start-db -q -V

./rsautil manage-rep-error -a run-script -o primary_replication_status.sql

------------

Should Result in:

Connected.

ENABLED

capture_name => RSA_STREAMS_CAPTURE

capture_status => DISABLED

capture_error =>

PL/SQL procedure successfully completed.

SQL> Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production

With the OLAP, Data Mining and Real Application Testing options

Done...

From utils directory, regenerate replica package: ./rsautil gen-replica-pkg

Follow the instructions in the installation Guide to (re) install the replica.

 

On Windows 2003 (reference  Replica installation fails at 91%)

1.        Download and install the latest patch available from RSA Customer Support
      Any patch later than 21 Jan 2009 can be used, contact RSA Customer support for the latest patch news.
      Install this patch following the instructions contained in the readme.txt in the ZIP file

2.        Download the diagnostic utilities from ftp://ftp.rsasecurity.com/support/users/mjbond/RSASCheck.zip
     Unpack this ZIP file into a folder called .\rsascheck in your AM71 installtion directory (for example C:\Program Files\RSA Security\RSA Authentication Manager\RSASCheck)

3.        Run the command FLUSHPRIMARY.CMD in the .\rsascheck folder, this can be run at the command line or by double-clicking the command file in File Manager

Workaround
Replica server was previously installed and has been removed