Configure the Symphony client

  1. Navigate to the conf directory under the directory in which you installed the Symphony client.

    For example, if you installed the Symphony client in /opt/symphonyClient/clientversion_number, navigate to /opt/symphonyClient/clientversion_number/conf.

  2. Configure the cluster's entry point in 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

  3. Source the environment.

    For csh,

    source cshrc.symclient

    For bash,

    . profile.symclient