Upgrading the Eclipse Amlen RPM

System administrators can upgrade the Eclipse Amlen server or Web UI running as RPMs on the host OS.

  1. Extract the fix image that you require by issuing the following commands:
    mkdir imaserver imawebui
    tar xzf EclipseAmlenServer*.tz -C imaserver
    tar xzf EclipseAmlenWebUI*.tz -C imawebui
    Note: The imaserver and imawebui directories contain the server and Web UI RPM files.
  2. Update the Eclipse Amlen RPMs.
    • Update the Eclipse Amlen server RPM by issuing one of the following pairs of commands:
      cd imaserver
      rpm -Uvh EclipseAmlenServer*.rpm 
      or
      cd imaserver
      yum --nogpgcheck install EclipseAmlenServer*.rpm
    • Update the Eclipse Amlen Web UI RPM by issuing one of the following pairs of commands:
      cd imawebui
      rpm -Uvh EclipseAmlenWebUI*.rpm
      or
      cd imawebui
      yum --nogpgcheck install EclipseAmlenWebUI*.rpm
  3. Restart the Eclipse Amlen server and Web UI. The commands to update the RPMs cause the server and Web UI to stop after the RPM installation is complete.
    • Restart the Eclipse Amlen server by issuing the following command:
      systemctl start imaserver
    • Restart the Eclipse Amlen Web UI by issuing the following command:
      systemctl start imawebui