Modifying the number of agents per host

1 minute read

On Linux platforms, follow these steps:

  1. Locate the /etc/sysconfig/ecagent.conf file.

  2. Change the value of the AGENT_NUMBER to the number of agents you want to run.

    For example:

    AGENT_NUMBER=2

On Windows platforms, follow these steps:

  1. Locate the ecconfig utility installed in C:\ECloud\i686_win32\bin.

  2. Change the value of the AGENT_NUMBER to the number of agents you want to run.

    For example:

    ecconfig -numagents 2