Starting MiNiFi agent
After MiNiFi is installed and configured, you can start it using the following steps.
Ensure that you have completed the installation steps. For istructions, see Installing your MiNiFi C++ agent.
- Open a terminal window and navigate to the MiNiFi installation directory.
-
Start the MiNiFi agent:
- To start MiNiFi in the foreground, use the following
command:
bin/minifi.sh run
- To start MiNiFi in the background, use the following
command:
bin/minifi.sh start
- To start MiNiFi in the foreground, use the following
command: