Table of Contents

Search

  1. Preface
  2. Installation and Configuration
  3. Pre-Installation Tasks
  4. Installation
  5. Post-Installation Tasks
  6. Uninstallation
  7. Troubleshooting the Installation
  8. Appendix A: Configuring Extended JVM Parameters

Installation and Configuration Guide

Installation and Configuration Guide

Starting or Stopping the Edge Data Streaming Node on Linux

Starting or Stopping 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 stop the
EDS Node
, run the following command:
./node.sh stop <node name>
To start a
EDS Node
installed on a remote machine, run the following command:
./remote-node.sh start <node name>
To stop a
EDS Node
installed on a remote machine, run the following command:
./remote-node.sh stop <node name>
The node name is optional. If you do not specify it, the command uses the host name.

0 COMMENTS

We’d like to hear from you!