Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Created 8/1/2011 aaron.enfield ยท Updated 2/14/2017 aaron.enfield

To configure multiple processes, use the processes = [number] parameter in your node.cfg file. You must also enumerate the IP addresses in the ipaddress = [address(es)] parameter. For example, to create a configuration using 2 processes and IP addresses of 10.1.1.11 and 10.1.1.12, your node.cfg file would include: PROCESSES

processes = 2

...

ipaddress = 10.1.1.11 10.1.1.12

The CSN automatically configures multiple processes so no other configuration is necessary.

...