In this section:
The Embedded Management Application (EMA) is a web-based management system for Ribbon Session Border Controllers (SBCs). EMA offers efficient operation, administration, management and provisioning (OAMP) of SBCs through its browser-based user interface. EMA supports all operations that are available from the SBC Command Line Interface (CLI) and, in addition, provides specialized functionality that facilitates common device management operations.
EMA provides the following types of functionality:
- Fault management
- Configuration management
- Security management
- Certificate management
- Support to upgrade/downgrade software
- Service provisioning workflows
- Alarm monitoring
The Embedded Management Application (EMA) User Guide provides operational instructions covering all aspects of the EMA interface.
EMA User Guide Audience
This guide is intended for operators and system administrators responsible for provisioning, maintaining, and administering the SBC Core. It is assumed that the end user of this document will have basic understanding and working knowledge of the following technical aspects:
- VoIP
- SIP protocol
- H323 protocol
- IP-to-IP networking
- Linux operating system
- Packet networking.
This guide also requires specific knowledge of the SBC and its configuration.
The GUI images included in this User Guide are intended as examples and do not always reflect the latest interface design. The images will be replaced gradually.
Supported Browsers and Client Computer Requirements
If the web browser crashes, hangs or is manually closed while logged into the EMA GUI, the EMA session will still remain open. Manual intervention by the administrator is required to terminate the session from the EMA GUI. To terminate the hanging session, refer to Users and Application Management - User and Session Management page.
The minimum recommended requirements for each user's computer are outlined below. Configurations that do not meet these recommendations may experience excessively poor performance. Also note that slow network connections can also result in poor performance.
Client Computers
The minimum recommended memory/processor requirements of a client computer/workstation when accessing EMA is following:
- 2.4 GHz with dual core processor
- 2 GB RAM
Supported Browsers and Platforms
The platform/browser combinations supported are listed in the table below.
The minimum browser resolution that is supported is 1024 x 768 pixels.
Browser | Version | Platform and OS |
---|---|---|
Internet Explorer | 9, 10, and 11 |
|
Firefox | 31 and later |
|
Chrome | 32 and later |
|
EMA Cross-context Queries
The EMA provides the ability to view status and statistics across contexts. For example, it is possible to view trunk group status across all zones and address contexts. For large configurations, however, performance may be impacted when viewing status and statistics across contexts. This is especially true for configurations with more than 20 zones.
To address this problem, Ribbon provides a script to disable cross-context queries. If you experience performance issues when viewing status and statistics, run this script to alleviate this issue.
Running this script disables all cross-context functionality forcing you to specify the object context before viewing status, statistics or configuration information for an object. For example, after running this script you will need to first select a specific address context and zone in order to view trunk group status or a list of trunk groups.
Disabling Cross-Context Queries
To disable cross-context queries, perform the following steps:
- Open the BMC for the SBC.
- In the BMC, select the Remote Control tab, then click the Console Redirection button.
- Launch the redirection console.
- In the redirection console, login using an Administrator username and password for the SBC.
Enter the following command and press Enter:
/opt/sonus/ema/updateCrossContextDisabledValue.sh true
Log out of the redirection console and close it
Log out of the BMC.
If the SBC is part of an HA pair, perform these steps on both the primary and secondary SBC.
Re-enabling Cross-Context Queries
To re-enable cross context queries, follow the steps above substituting the following command with the one in step 5:
/opt/sonus/ema/updateCrossContextDisabledValue.sh false