Symantec Access Management

 View Only

Migrating CA Directory Data from EEM 8.4 to EEM 12.5 

Mar 16, 2015 01:52 PM

Description:

This document walk you through the migration process of CA Directory Data to move data from EEM 8.4 to EEM 12.5

Solution:

We have created these steps to do a dump of the Data in EIAM 8.1, Sort the data and upload it to EEM 12.5.

The basic syntax dumping eTrust Directory 8.1 (Ingres based) datastore is:

dxdumpdb -S <dsaname> -p <prefix> -f <dsanem_file>.ldif (or you can use > as a redirect to LDIF file as you mentioned below).

e.g.

dxdumpdb -S itechpoz-hostname -p "cn=itechpoz" -f itechpoz-hostname.ldif

OR

dxdumpdb -S itechpoz-hostname -p "cn=itechpoz" > itechpoz-hostname.ldif

And yes, of course, as this is Directory 8.1, you need to sort the output LDIF file with ldifsort *before* loading it into Directory r12.0.

  NOTE: Make sure they run 'dxdumpdb' as the user who installed old EEM with old eTrust Directory 8.1 as that user will be the DBA of this 'itechpoz' Ingres database. If not, the dump will prompt to enter a password and NONE of the password they type in will work. 

To Sort the data you need to run the following commands:

Ldifsort itechpox-hostname.ldif sorted-itechpoz-hostname.ldif

Once this is sorted, take the sorted file and copy it over to the new EEM R12.5 server.

TO upload the data please do the following:

Follow these steps:

  1.   Copy the exported LDIF file to the dxserver folder of the CA Directory installation directory. 

  2. Open the command prompt and navigate to the CA Directory installation directory.

  3. Execute the following command:

  dxmodify -a -c -H ldap://current_fullyqualifiedhostname:dsaport -D "cn=EiamAdmin,cn=Admins,cn=Entities,cn=iTechPoz" -w eiamadminpassword -f iTechPoz-export.ldif

The LDIF file is imported.

Statistics
0 Favorited
2 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.