AdminUI ports unreachable after customization of them
search cancel

AdminUI ports unreachable after customization of them

book

Article ID: 281740

calendar_today

Updated On:

Products

SITEMINDER

Issue/Introduction


After having installed AdminUI, this one can't be reached on the configured ports. The AdminUI has been configured to listen on port 8095 and 8444 instead of the out of the box 8080 and 8443.

 

Environment


  AdminUI 12.8SP8 on RedHat 8;

 

Resolution

 

 

  • Uninstall the AdminUI by running the command:

    # /{home_adminui}/install_config_info/smwam-ui-uninstall.sh

  • Remove all files within the /{home_adminui}/ folder;
  • Install the AdminUI:

    # ./adminui-pre-req-12.8-sp08-linux-x86-64.bin -i console

    configure the port 8080 to 8095
    configure the port 8443 to 8444

    and keep all others as is;

    If the installation is successful, then run:

    # ./ca-adminui-12.8-sp08-linux-x86-64.bin -i console

  • Start the AdminUI as: 

    # cd /{home_adminui}/bin/
    # ./standalone.sh

and try to reach the URL:

  http://adminui.example.com:8095/iam/siteminder/adminui

to register it.