Administration Console Administration

The operational interface for CMPClosed Converged Monetisation Platform. The MDS Global product that supports customer care and billing for digital service providers. providing administration of the SABRE server. The console includes documentation of each SABRE job and allows jobs to be controlled, configured, monitored and scheduled.

For information on monitoring and managing the day-to-day operation of SABRE batch jobs, processes, probes and daemons, see the Operational Overview.

Deployment

The SABRE Administration ConsoleClosed An operations web console that allows batch jobs to be scheduled, run manually and monitored. The console also provides for viewing and modification of business and user applicable system configuration. runs in Spring Boot.

For information on how to deploy the Administration Console, see the CMP Installation Guide.

Starting

To start the Administration Console service, use the following command:

sudo systemctl start sabre-console

To restart the Administration Console service, use the following command:

sudo systemctl restart sabre-console

Stopping

To stop the Administration Console service, use the following command:

sudo systemctl stop sabre-console

Sequence

The sequence for stopping and starting sabre-console and sabre-service services is as follows:

Non High Availability Environment

Stopping

Step 1: sudo systemctl stop sabre-console

Step 2: sudo systemctl stop sabre-server

Starting

Step 1: sudo systemctl start sabre-server

Step 2: sudo systemctl start sabre-console

High Availability Environment

Stopping

Step 1: sudo systemctl stop sabre-console (on both active and passive servers)

Step 2: sudo systemctl stop sabre-server (on both active and passive servers)

Starting

Step 1: sudo systemctl start sabre-server (on both active and passive servers)

Step 2: sudo systemctl start sabre-console (on both active and passive servers)

 

Monitoring Status

To check the status of the Administration Console service, use the following command:

sudo systemctl status sabre-console

Check the log file for any errors – sometimes the process is still running but not functioning.

Configuration

For a list of the properties that must be configured during installation and configuration, see the Administration Console Properties section of the CMP Installation Guide.

Configuring Administration Console Modules

Administration Console modules are JAR packages that contain the code for all the processes, jobs and daemons that make up the console functionality. For a list of the modules, see SABRE Server in the System Components section. In the Modules screen of the Administration Console, you can configure system-wide parameters, application parameters and parameters for all modules installed on the system.

For more information, see Modules in the CMP Operational Overview.

Logs

The Summary File generated at the end of the installation process provides the location of log files for the Administration Console, for example the section pertaining to the Administration Console can look as follows:

Sabre Console
==============

URL: https://server.example.demo.com:31212/

Logs:

Host: server.example.demo.com

Path: /var/log/sabre-console/

Logging in the Administration Console

In the Logging screen of the Administration Console, you can:

  • View the loggers that monitor the console operations.
  • Add new loggers.
  • Change the logging level for a logger.

For more information, see Logging in the CMP Operational Overview.