Identity Server

For each Identity Server imported into Administration Console, perform the following steps:

  1. Log in as the root user.

  2. 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

  3. Edit the settings.properties file:

    1. Enter vi /opt/novell/devman/jcc/conf/runtime/settings.properties

    2. 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.

    3. Enter :wq! to save and exit.

  4. 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