After performing a network migration to update the IP addresses of the VMware Identity Manager (vIDM 3.3.x) it was no longer syncing correctly with the Aria Suite Lifecycle Manager.
VMware Identity Manager 3.3.x - Single node Environment
In debugconfig.txt log we will be able to see 2 cluster instance with both new (ip: ##.###.#.##) and old(ip: xx.xxx.x.xx) addresses.
[
{
"version": "3.3.7.0 Build 21173100",
"uuid": "xxxxxxxxx-xxxxxxxxxx-xxxxxxxxx-xxxxxxx",
"status": "Active",
"lastUpdated": <Date>,
"hostname": "<vIDM-Hostname>",
"datacenterId": <ID>,
"id": <ID>,
"ipaddress": "##.###.#.##"
},
{
"version": "3.3.7.0 Build 21173100",
"uuid": "xxxxxxxxx-xxxxxxxxxx-xxxxxxxxx-xxxxxxx",
"status": "Active",
"lastUpdated": <Date>,
"hostname": "<vIDM-Hostname>",
"datacenterId": <ID>,
"id": <ID>,
"ipaddress": "xx.xxx.x.xx"
}
]
In order to resolve this issue please follow the below recommendation:
Make sure to have a VMware Identity Manager Appliance snapshot.
Check and Update Service Instances:
psql -U postgres; select * from "ServiceInstance";delete from table_name where condition;Manual Verification and Reconfiguration:
Retry Synchronization: