How to tell if the Oracle database on an appliance is Local or Remote in RSA Identity Governance & Lifecycle
2 years ago
Originally Published: 2015-04-23
Article Number
000053654
Applies To
RSA Product Set: RSA Identity Governance & Lifecycle 
RSA Product/Service Type: Appliance 
RSA Version/Condition: All
 
Issue
How to tell if the Oracle database on an appliance is installed locally or remotely in RSA Identity Governance & Lifecycle
 
Resolution
There are multiple ways to determine if the RSA Identity Governance & Lifecycle Oracle database appliance installation is local or remote. Below are some examples.
  • If there is an installation failure, use the /tmp/aveksa-install.log
Look for:
 
Use a remote Oracle server installation [N]? N
Use a remote Oracle server installation [N]? Y
 
or look for:
--------------------------------------------------------------------------
Installing Oracle...

--------------------------------------------------------------------------
Installing Oracle Client...

 
Installing Oracle Client indicates a remote database installation.
 
  • On a running system (successfully installed):
Look in the aveksaServerInfo.log file ($AVEKSA_HOME/wildfly/standalone/log/aveksaServerInfo.log) for:
 
Database: DB_LOCAL
Database: DB_REMOTE
 
Look in the $AVEKSA_HOME/Aveksa_System.cfg file for:
 
REMOTE_ORACLE=N
REMOTE_ORACLE=Y