Die BPC Version 4.1 wird nicht mehr gewartet.

Sollten Sie diese BPC Version nutzen, empfehlen wir Ihnen eine Migration auf eine aktuelle Version. Die Dokumentation zur neusten BPC Version finden Sie hier. Sollten Sie Fragen haben, wenden Sie sich bitte an unseren Support.

Starting and Stopping BPC

For BPC to work, the two system components OpenSearch and Karaf must be started. These can be started and stopped together using a script or individually.

If you have set up Services for the BPC system components, then start and stop the BPC according to the instructions at Services.

Start and Stop Scripts

The provided scripts start both OpenSearch and Karaf.

Information on installing the scripts can be found in the installation guide.

Prerequisites

To use the scripts, the BPC directory structure must comply with the specifications in the installation guide.

Directory Structure According to the Installation Guide
Diagram

Usage

The following examples demonstrate how to use the scripts on Linux. Using the scripts on Windows works the same way. You simply need to use the scripts with the extension .bat.

Start BPC as a background process
start_bpc.sh
Display help for the script
start_bpc.sh -h
start_bpc.sh --help
Start BPC with the Karaf console active
start_bpc.sh --console

If the Karaf console is active, Karaf will be terminated as soon as the console is closed.

Stop BPC
stop_bpc.sh

OpenSearch

You can start OpenSearch directly from your terminal.

Starting OpenSearch (Linux)
INSTALLATIONSVERZEICHNIS/opensearch/bin/opensearch -d
Starting OpenSearch (Windows)
INSTALLATIONSVERZEICHNIS\opensearch\bin\opensearch -d

To stop the component, you can terminate the corresponding process:

Stopping OpenSearch (Linux)
kill PROZESS_ID
Stopping OpenSearch (Windows)
taskkill /pid PROZESS_ID

The process should not be forcefully terminated. A "hard" termination of the process can lead to data loss.

For more information, visit OpenSearch.

Karaf

You can start Karaf directly from your terminal.

Starting Karaf (Linux)
INSTALLATIONSVERZEICHNIS/karaf/bin/start
Starting Karaf (Windows)
INSTALLATIONSVERZEICHNIS\karaf\bin\start

To stop the component, you can run the following:

Stop Karaf (Linux)
INSTALLATIONSVERZEICHNIS/karaf/bin/stop
Stop Karaf (Windows)
INSTALLATIONSVERZEICHNIS\karaf\bin\stop

For more information, visit Karaf.


Keywords: