Host names and port numbers for the cache and VLDB databases are set during installation. If these values change, use the Configurations panel in Administration mode to update these items. If the repository database location changes, you must manually update the Repository agent, AppSvc agent, and WebMonitoringConsole property files.
Updating the repository agent
Change to the directory where you installed Operations Console.
Change to ua\plugins\com.sybase.rap.repository on Windows, or ua/plugins/com.sybase.rap.repository on UNIX or Linux.
Open agent-plugin.xml with an editor.
Update the following line:
<set-property property="repository.database.url" value="jdbc:sybase:Tds:<host name>: <port name>/<repository database name>" />
Updating the AppSvc agent
Change to the directory where you installed Operations Console.
Change to ua\plugins\com.sybase.rap.appsvc on Windows, or ua/plugins/com.sybase.rap.appsvc on UNIX or Linux.
Open agent-plugin.xml with an editor.
Update the following line:
<set-property property="appsvc.database.url" value=="jdbc:sybase:Tds:<host name>: <port name>/<repository database name>" />
Updating the WebMonitoringConsole properties
Change to the directory where you installed Operations Console.
Change to \WebMonitoringConsole\bin on Windows, or /WebMonitoringConsole/bin on UNIX or Linux.
Open opsconsole.properties with an editor.
Update the following line:
database_url=jdbc\:sybase\:Tds\:<hostmachine>\: <port number>/<repository database name>