For example, if you want an entity that is running on a EDS Node named
NodeA
to be highly available, start
NodeA
on multiple machines.
Starting the Edge Data Streaming Node on Linux
To start the EDS Node, run the following command from the <EDS Node installation directory>/node/bin folder:
./node.sh start <node name>
To start a EDS Node installed on a remote machine, run the following command:
./remote-node.sh start <node name>
The
<node name>
is optional. If you do not specify
<node name>
, the node name is set as the host name.
Create Multiple Edge Data Streaming Node Services on Windows
By default, the EDS Node installation process creates one Windows service. If you want to configure high availability, you can create multiple EDS Node services.
To create a EDS Node service run the following command from the
<EDS Node installation directory>\node\bin
folder:
node.bat install <node name>
Do not include spaces in the node name. To create multiple services, run the command multiple times.