Products | Versions |
---|---|
TIBCO DataSynapse GridServer | - |
When a GS engine starts initially, by default it uses the ‘default’ engine configuration. A user can change this once the engine starts up from GS Admin UI but this would take few additional steps and also need a restart.
Create a custom engine configuration on GS Admin UI. For example, let’s say the name for this new Linux engine configuration is ‘testconfig’
Run the ./configure.sh script as explained in GS Installation guide. For example: “./configure.sh –s hostname:port –P profiles_dir –l y|n”
Start the engine as explained in GS Installation guide and provide the new engine configuration’s name as an additional parameter. For example: “./engine.sh –start testconfig
Once the engine starts, login to GS Admin UI and you should see that your engines will be using the new engine configuration instead of the default one (under Engines>Engine Daemon page on Admin UI).