For each Identity Server imported into Administration Console, perform the following steps:
Log in as the root user.
Open a terminal window and shut down all services by entering the following commands:
/etc/init.d/novell-jcc stop OR systemctl stop novell-jcc.service
/etc/init.d/novell-idp stop OR systemctl stop novell-idp.service
Edit the settings.properties file:
Enter vi /opt/novell/devman/jcc/conf/runtime/settings.properties
Change the IP address in the remotemgmtip list from the IP address of the failed Administration Console to the address of the new primary Administration Console.
Enter :wq! to save and exit.
Start the services by entering the following commands:
/etc/init.d/novell-jcc start OR systemctl start novell-jcc.service
/etc/init.d/novell-idp start OR systemctl start novell-idp.service