Changing the IP address of the admin database Parent topic

Procedure

  1. Stop all IMSS components.
  2. On all scanners and EUQ servers, set the server parameter to the new IP address of the database server in the ODBC System DSN settings.
    Modify the setting from the ODBC Data Source Administrator dialog box, located at StartAdministrative ToolsData Sources (ODBC).
    Note
    Note
    On 64-bit platforms, run %systemdrive%\Windows\SysWOW64\Odbcad32.exe to change the DSN Setting for IMSS.
  3. On all scanners and EUQ servers, set the ServerName parameter to the new IP address of the database server in the odbc.ini file, located at IMSS\config\.
  4. On the central controller, set the database URL to the new IP address of the database server in the struts-config-common.xml file, located at IMSS\ui\adminUI\webapps\ROOT\WEB-INF\. To change the setting, locate the string similar to the following and modify the IP address:
    <set-property
    property="url"
    value="jdbc:sqlserver://10.100.10.31;DatabaseName=imss" />
  5. On all servers, start all IMSS components.