When running the "../SS-Tools/SSdbload -a20 -il database.SSdb" command to configure a Fault Tolerant SpectroSERVER, the following error is seen:
SPC-DBS-20073: Error: Failed to add new landscape map entry. Duplicate host entry.
The Landscape Map already has a landscape stamped with a precedence of 20 for that landscape handle
Use the "-r" (replace) option instead of the "-a" (add) option in the SSdbload command as follows:
../SS-Tools/SSdbload -il -r 20 database.SSdb
Please reference the "Establish Fault Tolerance" section of the documentation for more information.