Beginning with release 12.0, the SBC Core supports the Ribbon Application Management Platform (RAMP), which replaces the EMS.
However, the EMA, CLI and API will continue to include EMS-labeled parameters and screens to facilitate SBC migrations from older releases. Accordingly, any references to "EMS" in this documentation pertain to the RAMP platform.
In this section:
Overview
Use this section to configure EMA components using CLI.
To disable/enable EMA components from the CLI, the following enhancements are available:
- The parameter
ema
is added undersystem admin
. The child parameters ofema
, each with the disable/enable options, are as follows:enableCoreEMA
enableREST
enableTS
- To display the status of the EMA components, the parameter
ema
, with its child parameters, are available undersystem admin
of theshow
commands.
Command Syntax
To disable/enable the EMA components, use the following syntax:
% set system admin <system_name> ema enableCoreEMA <disabled | enabled> enableREST <disabled | enabled> enableTS <disabled | enabled>
To display the status of the EMA components, use the following syntax:
Within the "configure" mode:
% show system admin <system_name> ema <enableCoreEMA | enableREST | enableTS>
Outside of the "configure" mode:
> show table system admin <system_name> ema <enableCoreEMA | enableREST | enableTS>
If you do not provide the name of the EMA component, the output displays the status of all the three components.
Command Parameters
Configuration Examples
The SBC is enhanced to enable/disable these components independently; the state of one component does not affect the function of the other components. For using the full capabilities of the EMA, Ribbon recommends enabling all the components simultaneously.
You can disable/enable the components during installation, or after the installation. By default, all the components are enabled. For the post-installation changes to take effect, restart the application.
To configure the EMA components, use the following example:
% set system admin REDGRAPE-SA ema enableCoreEMA enabled enableREST disabled enableTS enabled
To display the status of the EMA components, use the following example:
Within "configure" mode:
% show system admin REDGRAPE-SA ema enableREST enabled; enableCoreEMA enabled; enableTS enabled; [ok][<YYYY-MM-DD HH:MM:SS>]
Outside "configure" mode:
> show table system admin REDGRAPE-SA ema enableREST enabled; enableCoreEMA enabled; enableTS enabled; [ok][<YYYY-MM-DD HH:MM:SS>]