Downloading and Running the Oracle Utilities Live Energy Connect Installer

The Oracle Utilities Live Energy Connect installer, which is distributed as a self-extracting archive, will install all needed Oracle Utilities Live Energy Connect 25.12.0.0.0 components to Oracle Cloud Native Environment 2.x.

To install Oracle Utilities Live Energy Connect 25.12.0.0.0:

  1. Sign into My Oracle Support.

  2. Click the Patches & Updates tab.

  3. Find the Patch Search section, click the Search tab, and then select Product or Family (Advanced) from the left column.

  4. In the Product field, enter
    Oracle Utilities Live Energy
                Connect
    .
  5. In the Release drop-down list, select Oracle Utilities Live Energy Connect, and then click Search.

  6. Check the Updated column to find the latest release, and then select the patch.

  7. Click Download and then click the TAR link to download the archive; the archive will have a name of the form lec_gz.run.

  8. Save the archive to a machine that has network access to the running OCNE 2.x cluster. If running a libvirt cluster, this will be the host machine - for Bring Your Own model clusters, this will be a remote box with SSH access to the cluster.

  9. Move the archive to a directory from which you wish to run the installation. The directory should be owned by the user that will run the installer.

  10. From a shell prompt, cd to the directory containing the archive, and enter ./<ARCHIVE> to run the install (where <ARCHIVE> is the name of the archive, for example, lec_gz.run). The installer will detect the running OCNE 2.x cluster, and properly deploy LEC artifacts.

Note:

You may need to adjust the permissions on the gz.run file to run it if you encounter any errors. To do this, run the following command:
chown ${USER}: lec_.gz.run && chmod 700 lec_.gz.run