Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

For each deployment, the EagleInstaller always must be installed first. If there is an EagleInstaller already installed in the region, the Message Center Console (MCC) may be used to deploy the latest version of the Installer or a specific version using the EagleInstaller Installation Process#Install_Upgrade_Installer

If it is a newly configured region, deploy using the EagleInstaller Installation Process#Install_first_installation for the EagleInstaller deployment.

Prerequisites

To install the EagleInstaller, verify the following prerequisites:

  • Access to the EagleInstaller$(version).zip and Eagleml$(version).zip from one of the EagleInstaller$(version).zip repositories.

  • Access to the Eagle frontend.

  • Access to the Eagle app server backend (optional)

On this page

Upgrade Installer

For any upgrade of the EagleInstaller, the Message Center Control "deploy on demand" stream may be used to deploy using the Message Center Console panel user interface.

The EagleInstaller may be upgraded from:

First Time Installation

To enable the EagleInstaller for the first time, import through the Message Center Editor (MCE) using the following steps:

  1. Download the specified version of the EagleInstaller zip (EagleInstaller$(version).zip) from one of the component repositories.

  2. Unzip the EagleInstaller zip

  3. Execute the EagleInstaller Installation Process#install_manual_install_eagleinstaller to enable the EagleInstaller.

  4. Run the Tools -> "Reinitialize Message Center Cache" from the Message Center Editor after the import has completed successfully.

Manual Installation of EagleIntaller

  • Unzip the EagleIntaller-$(version).zip to a local folder, such as "c:\unzip\EagleInstaller".

  • Launch the Eagle Message Center Editor (MCE).

  • From the left pane, select the "Message Center Streams" tab.

  • Select "Import Stream".

 

  • From the "Import Stream wizard" screen, select the "eagle_mc_installer.pkg" package to import from the unzipped folder..

  • Click "Yes to All" from the Warning screen.

  • Click "Next" on "Stage 1: Selecting files to deploy".

  • Click "Yes" on the file override warning.

  • Click "Next" on the "Stage 2: Uploading files.

  • Click "Create Stream" on the "Creating stream(s)" of the "Import Stream wizard". It will automatically run the "Test stream(s)".

  • Click "Next" if the "Test stream(s)" is OK.

  • Click "Finish" to complete the installation.

EagleInstallation Installation Verification

  • Open the /eagle_ml-2-0_cm/w_config.inc

  • Check the first line of the w_config.inc shows the installed component such as

<!--EagleInstaller$(version)→

Required Streams to be Enabled After Importing the EagleInstaller


      <fld name="Msg Stream Title"> eagle_ml-2-0_default_out_streaming_t </fld>
      <fld name="Msg Stream Title">eagle_default_deploy</fld>
      <fld name="Msg Stream Title">eagle_default_deploy_demand</fld>
      <fld name="Msg Stream Title">eagle_default_deploy_monitoring</fld>
      <fld name="Msg Stream Title">eagle_default_deploy_restart_mc</fld>
      <fld name="Msg Stream Title">eagle_default_deploy_service</fld>
      <fld name="Msg Stream Title">eagle_default_deploy_support</fld>
      <fld name="Msg Stream Title">eagle_default_rollback</fld>
      <fld name="Msg Stream Title">eagle_mc_import_stream_request</fld>
      <fld name="Msg Stream Title">eagle_mc_import_stream_w</fld>
      <fld name="Msg Stream Title">eagle_mc_import_support_data</fld>
      <fld name="Msg Stream Title">eagle_mc_server_installer</fld>
      <fld name="Msg Stream Title">eagle_mc_server_installer_ftp</fld>
      <fld name="Msg Stream Title">eagle_mc_server_installer_mq</fld>
      <fld name="Msg Stream Title">eagle_mc_server_installer_mq_decoder</fld>
      <fld name="Msg Stream Title">eagle_mc_server_support</fld>
      <fld name="Msg Stream Title">eagle_mc_server_support_amq_monitor</fld>
      <fld name="Msg Stream Title">eagle_mc_server_support_import_dataflow</fld>
      <fld name="Msg Stream Title">eagle_mc_server_support_import_stream</fld>
      <fld name="Msg Stream Title">eagle_mc_server_support_jms</fld>
      <fld name="Msg Stream Title">eagle_mc_server_support_jms_exec</fld>
      <fld name="Msg Stream Title">eagle_mc_server_support_reporter</fld>
      <fld name="Msg Stream Title">eagle_mc_stream_installer</fld>
      <fld name="Msg Stream Title">eagle_ml-2-0_default_cm_control_message</fld>
      <fld name="Msg Stream Title">eagle_ml-2-0_default_cm_datafile_control</fld>
      <fld name="Msg Stream Title">eagle_ml-2-0_default_cm_datafile_task</fld>
      <fld name="Msg Stream Title">eagle_ml-2-0_default_cm_execwkfl</fld>
      <fld name="Msg Stream Title">eagle_ml-2-0_default_cm_task_reporter</fld>
      <fld name="Msg Stream Title">eagle_ml-2-0_default_cm_w_setup</fld>
      <fld name="Msg Stream Title">eagle_iws_service_data_empty</fld>


  • No labels