The documentation provided: https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-manager/14-4/administrating/password-management/synchronizing-passwords-on-endpoints/password-synchronization-on-windows.html
Is for a 32-bit Password Sync Agent, 64-bit agent won't allow setting failover server directly from GUI.
Release : 14.4 CP2
Follow https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-manager/14-4/administrating/password-management/synchronizing-passwords-on-endpoints/password-synchronization-on-windows.html except for highlighted steps:
Follow these steps:
Follow the instructions in the file, and add a second failover server in "servers=
[Server]
;; You can configure failover to multiple Admin Servers servicing the same Admin Domain by
;; entering a comma seperated list of server and host values such as:
;; server=ldaps//server1:20390, ldaps://server2:20390
;; host=server1, server2
;; 'Remote' mode allows connection to IM PS in the cloud deployment, where connection is done to a remote
;; server by going through the on premise ConnectorServer
admin=etaadmin
admin_suffix=dc=im
servers=ldaps://XXX.XXX.XXX.XXX:20390
remote_server=no
host=XXX
password={3DES}/XXXXXXXXXXXXXXXXX
TO:
[Server]
;; You can configure failover to multiple Admin Servers servicing the same Admin Domain by
;; entering a comma seperated list of server and host values such as:
;; server=ldaps//server1:20390, ldaps://server2:20390
;; host=server1, server2
;; 'Remote' mode allows connection to IM PS in the cloud deployment, where connection is done to a remote
;; server by going through the on premise ConnectorServer
admin=etaadmin
admin_suffix=dc=im
servers=ldaps://XXX.XXX.XXX.XXX:20390, ldaps://YYY.YYY.YYY.YYY:20390
remote_server=no
host=XXX
password={3DES}/XXXXXXXXXXXXXXXXX
Save the file. Done.