Setup for Multiple Instances of CleverPath EUREKA:Strategy server on same Unix server using one iasuite directory
search cancel

Setup for Multiple Instances of CleverPath EUREKA:Strategy server on same Unix server using one iasuite directory

book

Article ID: 56214

calendar_today

Updated On:

Products

EUREKA:Strategy

Issue/Introduction

Setup for Multiple Instances of CleverPath EUREKA:Strategy server on same Unix server using one iasuite directory

 

Environment

Release:
Component: STGY

Resolution

Strategy server on same Unix server using one iasuite directory


By default, each instance of CleverPath EUREKA:Strategy server has a separate iasuite directory. When a user connects to CleverPath EUREKA:Strategy server through a CleverPath EUREKA:Strategy application, the application uses the files in the iasuite directory for the instance of CleverPath EUREKA:Strategy server to which he or she connects. However, you can have multiple instances of CleverPath EUREKA:Strategy Server while maintaining only one iasuite directory that is common to to installed server instances. server

To use multiple instances of CleverPath EUREKA:Strategy server from the same application interface, you direct the application to access a single iasuite directory. To do this, change the path to the iasuite directory by adding an IASUITE_DIRECTORY item to the GLOBAL, Group, or User sections of the CleverPath EUREKA:Strategy server resource file .axsysrc.

Note: To modify the .axsysrc file, you must either be logged in as 'axsys' or your account must have super-user privileges.

The format of the IASUITE_DIRECTORY item is:
IASUITE_DIRECTORY=<directory_path>
where <directory_path> is the full directory path to the iasuite directory you want to use.

To use a common application interface, add the same IASUITE_DIRECTORY item to the .axsysrc file in each instance of CleverPath EUREKA:Strategy server. For example, if you are running two instances of CleverPath EUREKA:Strategy server from directories '/axsys/release/bin' and '/axsys/test/bin' and want to use CleverPath EUREKA:Strategy from the ./release directory, add the following item to the .axsysrc files in both directories.

[GLOBAL]
IASUITE_DIRECTORY=/axsys/release/iasuite

You can also specify different directory paths for individual users or groups as well. For example, the following items identify two different sets of CleverPath EUREKA:Strategy application release. Users in the Test group access the set of files in the '/axsys/test/iasuite' directory and all others access the set of files in the '/axsys/release/iasuite' directory.

[GLOBAL]
IASUITE_DIRECTORY=/axsys/release/iasuite

[Test]
IASUITE_DIRECTORY=/axsys/test/iasuite

Which files each individual user will be routed to will be determined by the Group or User logins used by the CleverPath EUREKA Strategy users.