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:
-
Sign into My Oracle Support.
-
Click the Patches & Updates tab.
-
Find the Patch Search section, click the Search tab, and then select Product or Family (Advanced) from the left column.
-
In the Product field, enter
.Oracle Utilities Live Energy Connect -
In the Release drop-down list, select Oracle Utilities Live Energy Connect, and then click Search.
-
Check the Updated column to find the latest release, and then select the patch.
-
Click Download and then click the TAR link to download the archive; the archive will have a name of the form
lec_gz.run. -
Save the archive to a machine that has network access to the running OCNE 2.x cluster. If running a
libvirtcluster, this will be the host machine - for Bring Your Own model clusters, this will be a remote box with SSH access to the cluster. -
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.
-
From a shell prompt,
cdto 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 thegz.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