PDFs

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
platform-admin.exe cli stop-controller-db

Start and Stop the Local Events Service

The Events Service is an internal data storage engine used by the Database Visibility module. To use Database Monitoring, you need to start the Events Service.

The Events Service is automatically started after you install it.

On Linux

Start the events service on Linux by running this command:

Code Block
platform-admin.sh start-events-service

Stop the events service by running this command: 

Code Block
platform-admin-sh stop-events-service
On Windows

Start the events service on Windows by running this command:

Code Block
platform-admin.exe cli start-events-service

Stop the events service by running this command:

Code Block
platform-admin.exe cli stop-events-service

Check Controller Health

No Format
bin/platform-admin.sh check-controller-health

...