To install the OpenEdge Command Center server in console mode, you use the -i console option. The console mode provides a text-based installation process, which is suitable for systems that do not support GUI.

The installation program downloads and installs both the OpenEdge Command Center server and MongoDB.

Before you begin, ensure that you have administrator privileges on the target system.
Note: If the firewall on your system restricts the internet access, the installer cannot download the MongoDB package. In this case, you must manually provide the MongoDB package for installation. For more information, see Provide MongoDB package for offline installation.

To install the OpenEdge Command Center server in console mode on Linux, complete the following steps:

  1. Open the terminal as a root user and navigate to the directory containing the installer file.
  2. Launch the installer in console mode by running the following command:
    prompt> ./PROGRESS_OECC_SERVER_2.0.0_LNX_64.bin -i console
  3. In the Introduction section, read the information and press ENTER.
  4. In the Host Configurations - Port section, either press ENTER to accept the default port number 8000, or type a preferred port number and press ENTER.
  5. In the Host Configurations - Management Port section, either press ENTER to accept the default port number 8001 or type a preferred port number, and then press ENTER.
  6. In the NoHostVerify Configurations section, either press ENTER to accept the default option 1 to skip the host name verification or type 2 to verify the host name and press ENTER.
  7. In the Host Configurations - Java Home Directory section, type the path to the directory where JDK is installed and press ENTER.
    Note: If the JAVA_HOME environment variable is already set, this field is populated by default.
  8. In the Install Configurations - Install Directory section, either press ENTER to accept the default installation directory path, /usr/oecc/server, or type the preferred directory path and press ENTER.
  9. In the Install Configurations—Data Directory section, type the data directory path and press ENTER.
    • If this server is the primary server, type the directory where you want to store the configuration files.
    • If this server is not the primary one, type the shared data directory path of the primary server.
  10. In the Install Configurations - Install Server as a Service section, either press ENTER to accept the default option 1 to install the server as a service or type 2 to skip installing as a service and press ENTER.
  11. In the Install Configurations - Primary Server section, either press ENTER to accept the default option 1 to install the server as a primary server or type 2 to install it as a non-primary server and press ENTER.
  12. In the Preview section, review the configuration details and press ENTER.
    After the server and MongoDB are installed, the Installation Complete section displays the message Progress OpenEdge Command Center Server has been successfully installed.
  13. To exit the installer, press ENTER.
    If the OpenEdge Command Center is installed as a service, it starts automatically. Otherwise, you must start it manually. For information on starting the server as a process, see Start OpenEdge Command Center server.

    Post-installation recommendations

    After a successful installation, the following accounts are created:
    • Default super admin user account to log in to the OpenEdge Command Center server.
    • Built-in database user account to log in to the MongoDB.
    Note: For an additional server configured for high availability, only the default super admin user account is created.

    Change the password of the default super admin user after your first login to enhance security. Also, change the default email address for creating new users. For more information, see Log in to OpenEdge Command Center.