After the adapters' migration, you have to manually update the cm_device_server table
with the Device Server hostname for the adapters to appear in the synchronization options.
To update the cm_device_server table, run the following commands:
su - pgdba
psql voyencedb <NCM_database_password>
update cm_device_server set device_server_name='<Device Server
name>';
These instructions assume the environment only has one Smarts NCM Device server installed.
su - pgdba
psql voyencedb
<NCM_database_password>
update cm_device_server set device_server_name='<Device server name>'where device_server_idx='<Device server idx>';