This document describes how to have multiple Tidal Enterprise Orchestrator (TEO) application servers reporting into one TEO Web Console.
Tidal Enterprise Orchestrator 2.1 or later
TEO Web Console
Users want to funnel all information from multiple TEO application servers into one TEO Web Console.
Perform these steps in order to resolve the problem:
Go to the server where the TEO Web Console is installed.
Go to the TEO Install Directory (C:\Program Files (x86)\Cisco\Tidal Enterprise Orchestrator).
Open the WebConsole directory.
Look for the Web.config file, open it, and edit it.
Look for the <appSettings> tag, and then the <add key> tag.
Inside of the <add key> tag, you will see key="WebServiceUris" and then value="<server http endpoint>".
Put all the Server HTTP Endpoints into the value variable, and separate by commas:
value="http://TEO1:61525/TidalEnterpriseOrchestrator, http://TEO2:61525/TidalEnterpriseOrchestrator, http://TEO3:61525/TidalEnterpriseOrchestrator"
Save the file and restart IIS if needed.
Revision | Publish Date | Comments |
---|---|---|
1.0 |
04-Apr-2011 |
Initial Release |