Runn Full Syncs from multiple ADMAs parallely

Hi all, I have a rather basic question (I'm new to FIM/ILM/MIIS).

I have a setup on a FIM server where I have the following Management Agents.

1. ADMA from forest Prod_domain.net

2. ADMA from forest Qa_domain.net

3. ADMA from forest dev_Domain.net

4. ADMA from UA_Domain.net

5. ADMA from Extranet_Domain.net

6. ADMA from PreProd_Extranet_Domain.net

I'm importing user and computer objects into metavarse and joining/projecting to respectively:

cs:user------------>mv:Person

cs:computer------------>mv:Computer

Then I have two other SQL server MAs which are exporting the data to two tables: tbl_Users, tbl_Computers

So the user data flows to tbl_Users table and computer data flows to tbl_Computers table.

7. SLQMA to table tbl_Users

8. SQLMA to table tbl_Computers

On each of the ADMA, I have the following run profiles set.

Full Import,

Delta Import,

Full Sync,

Delta Sync


On the SQL MAs I have these run profiles set.

Full Import
Export
Delta Import

In order to save time, what I'm doing is running the run profile: Full Import from all ADMAs in parallel.

My question is can also run Full Sync or Delta Sync for all ADMAs in parallel? Will that cause any issues? As for the design, each user or computer joins to a unique mv object.

Do you see any issues with this approach?

June 21st, 2015 12:03pm

Hi,

it's not a good idea to sync in paralell, you will get db deadlocks and also this procedure is very slow then.

Imports and Exports are ok to run in paralell since you transport data from datasource into cs table and vice versa.

/Peter

Free Windows Admin Tool Kit Click here and download it now
June 21st, 2015 2:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics