"{"message": "The server has either erred or is incapable of performing the requested operation. Error occurred while trying to process the request", "code": "500 Internal Server Error", "title": "Internal Server Error"}
This error may occur due to an incorrectly formatted certificate thumbprint being supplied during the "Make Standby" operation. Extracting the certificate thumbprint directly from a web browser typically provides the string in uppercase with colon separators (e.g., AA:BB:CC:DD). The NSX configuration explicitly requires the thumbprint to be a continuous lowercase hexadecimal string without colon separators (e.g., aabbccdd).
To resolve this issue, capture the natively formatted thumbprint directly from the NSX Global Manager Appliance UI:
Log in to the UI of the Global Manager that has a status of none (the demoted site).
Navigate to System > Global Manager Appliances.
Locate the node currently holding the VIP and click View Details.
Click the Copy To Clipboard icon next to CERT THUMBPRINT to capture the string in the correct format (lowercase, no colons).
Log in to the UI of the current Active Global Manager.
Initiate the Make Standby operation on the location that currently has the status of "none".
Fill out the necessary details and paste the properly formatted thumbprint.
For more information on disaster recovery workflows, see the official documentation: Disaster Recovery Using Federation