Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
If the NA database has been moved to a different server, use the tc_tools utility to configure NA to connect to the new database location. This location must include a valid NA database.
The tc_tools utility updates the following information on the NA server:
To connect NA to a different NA database, follow these steps:
<installdir>\client\tc_tools.bat
<installdir>/client/tc_tools.sh
tc_tools
prompt, exit the utility.The credentials for accessing the NA database are stored in the a.da
file. By default, NA encrypts the a.da
file using TripleDES. To ensure stronger encryption, you can change the algorithm for the file to AES256. To achieve this, follow these steps:
Stop all NA services on all NA cores.
On each NA core, add the following line to the adjustable_options.rcx
file:
<option name="database/credentials/useAES256Encryption">true</option>
Back up the <NA_HOME>/a.da
file to a location outside the NA directory structure.
Edit the a.da file as follows:
Locate the line that starts with the U=
string.
=
).S=
string.=
).Verify that the resulting a.da
file is similar to the following example:
##generated, do not edit this file
#Wed Jul 25 14:15:15 MDT 2012
U=
S=
This process removes the NA database credentials from the a.da
file. This results in NA unable to connect to the NA database. You must reconfigure NA to connect to the database location by using the tc_tools utility.