This section explains how to start and stop Node.JS on Linux.
Before you begin: Export the following variables for Oracle before proceeding:
export ORACLE_HOME=/usr/lib/oracle/19.6/client64
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
The tnsnames.ora file must exist in the Oracle_instant_client
directory and contain the correct database details.
-
To start node on Linux, run the following command: <3DNotificationInstallPath>/linux_a64/code/command/node start.
-
To stop node on Linux, run the following command: <3DNotificationInstallPath>/linux_a64/code/command/node stop
- To restart node Linux, run the following command: <3DNotificationInstallPath>/linux_a64/code/command/node restart
- To get the current status of node on Linux, run the following command: <3DNotificationInstallPath>/linux_a64/code/command/node status