EMS Database Requirements for a Production Environment on Linux

From RAD Studio
Jump to: navigation, search

Go Up to Setting Up Your EMS Server

Go Up to Setting Up Your EMS Console Server


EMS works with an InterBase XE7 encrypted database while deploying in a Production Environment.

You need a valid EMS license to install it. To obtain a valid EMS license for your production environment, please contact an Embarcadero sales representative at http://www.embarcadero.com/company/contact-us.

Installing the EMS Database for Production

To install and register a new instance of InterBase XE7 using a valid EMS license do the following:

  1. Download the InterBase XE7 installer to your Linux machine.
  2. Set EMS as the Instance name value during the installation.
    EMS Instance Name.png
  3. Type sudo /opt/interbase/bin/ibmgr –start in the command line to start the EMS instance of the InterBase XE7 server.
    Note: If you have installed InterBase to a directory different from the default directory (/opt/interbase), you need to modify the command as follows: sudo <directory_where_you_installed_InterBase>/bin/ibmgr –start
  4. Run the EMSDevServerCommand to set up the EMS database.

See Also