When you are trying to restore the secret master key on the 2nd node using this command:
C:\Program Files\Common Files\Enterprise Single Sign-On>ssoconfig -restoresecret xxxx.bak
And you receive below error you should follow these steps in order to solve the issue.
Error:
ERROR: 0xC0002A0F : Could not contact the SSO server ‘XXXXXX’. Check that SSO is configured and that the SSO service is running on that server.
(RPC: 0x800706D9: There are no more endpoints available from the endpoint mapper.)
- Check that RPC service and ENTSSO services are running.
- Navigate to windows clustering -> Right click on the Genereic service of SSO -> Enable the Use Network Name for computer name
- Click on Dependencies -> Select IP Address and Name
- OK
Run again your command on CMD.
C:\Program Files\Common Files\Enterprise Single Sign-On>ssoconfig -restoresecret xxxx.bak
Done!