Install and configure the Symphony client on one host

  1. Do one of the following:
    • Double-click the MSI installation package and follow the prompts.

    • To install the package in quiet mode (without user interaction), run the msiexec command with the following parameters:

      For example:

      msiexec /i "C:\SymphonyClient5.1.0_win32.msi" /qn INSTALLDIR=C:\CLIENT

      where:

      /i: installs the client package

      /qn: displays no user interface.

      INSTALLDIR: where to install the Symphony client package

  2. Set up the environment by running the CLIENT_TOP\conf\symclientenv.bat file from a command console.

    The script sets the SOAM_HOME, PATH, and EGO_CONFDIR environment variables.

  3. Configure the cluster's entry point in CLIENT_TOP\conf\ego.conf.
    1. Specify the master candidate host list.

      For example

      EGO_MASTER_LIST=HostM

    2. Specify the EGO vemkd daemon port number.

      For example

      EGO_KD_PORT=7870