Installing MoRE with Installation Manager
You can install the Modernized Runtime Extension for Java (MoRE) by using IBM® Installation Manager. Installation Manager provides managed installations, allows for in-place updates, and is the same tool that is used to install many other IBM products.
Before you begin
Before you install MoRE, you must add the Modernized Runtime Extension for Java repository to Installation Manager. If Installation Manager is not installed, see Installing Installation Manager.
- The deployment manager.
- A node that runs managed Liberty servers.
- WebSphere Application Server Network Deployment version 9.0.5.23 or later
- WebSphere Liberty Network Deployment version 25.0.0.3 or later
- IBM Semeru Runtime Certified Edition, Version 17, or Version 21
Each node that hosts managed Liberty servers must have WebSphere Application Server Liberty Network Deployment and IBM Semeru Runtime Certified Edition, Version 17, or Version 21 installed before you install MoRE.
Install MoRE by using the GUI
To install MoRE by using the Installation Manager GUI, complete the following steps.
- In Installation Manager, click Install.
- In the Install Packages dialog, select Modernized Runtime Extension for Java (MoRE). Then, click Next.
- Select I accept the terms in the license agreement and click Next.
- Select the package group that contains your existing WebSphere Application Server Network Deployment installation and click Next.
- Review the summary and click Install.
- When the installation finishes, click Finish.
Install MoRE by using the command line
To install MoRE by using the command line, complete the following steps.
- Start the command line.
-
Run the following installation command.
cd IIM_HOME/tools imcl.exe install com.ibm.websphere.MORE.v10 -repositories C:<absolute_file_path_to_the_repository_file> -acceptLicense -installationDirectory "C:\IBM\WASND\<path_to_was_nd_installation>"cd IIM_HOME/tools ./imcl install com.ibm.websphere.MORE.v10 -repositories /<absolute_file_path_to_the_repository_file> -acceptLicense -installationDirectory /opt/IBM/WASND/<path_to_was_nd_installation>cd IIM_HOME/tools ./imcl install com.ibm.websphere.MORE.v10 -repositories /<absolute_file_path_to_the_repository_file> -acceptLicense -installationDirectory /opt/IBM/WASND/<path_to_was_nd_installation>- <absolute_file_path_to_the_repository_file>
- The absolute path to the local or online repository for MoRE.
- <path_to_was_nd_installation>
- The path to the WebSphere Application Server Network Deployment installation.
For more information about installing by using imcl commands, see Installing the product offerings by using the command line.
What to do next
You can create managed Liberty servers when MoRE is installed. To create managed Liberty servers, see Creating managed Liberty servers.
If you installed a new instance of WebSphere Application Server Network Deployment, see Creating cell profiles.