Changing the IP Address for IMSS (Central Controller + Scanner) Parent topic

Procedure

  1. Stop all IMSS services by running the $IMSS_Home/imss/script/imssstop.sh stop command or stop the services individually.
    For more information on IMSS scripts, see IMSS Scripts..
  2. Change the server IP address.
  3. Start the database service if it is installed on this server. If IMSS installed the database use the following command:
    $IMSS_Home/imss/script/dbctl.sh start
  4. Change the IP address in the odbc.ini and euqodbc.ini files. The files are located in the IMSS configuration folder: $IMSS_Home/imss/config/.
  5. Change the database URL and user name/password in %IMSS_HOME%/UI/adminUI/ROOT/WEB-INF/struts-config-common.xml
  6. Change the following database data:
    tb_component_list
    Specify the computer name and all scanner IP addresses.
    tb_euq_db_info
    Specify the EUQ database computer settings.
    tb_global_setting
    In section [cmagent] name [ConfigUrl], change the web console URL.
  7. Start all IMSS services with the following command:
    $IMSS_Home/imss/script/imssstart.sh