Installing IBM Application Modernization Accelerator on RHEL
Installation instructions for Application Modernization Accelerator on RHEL, Windows, and macOS.
SUPPORT TYPE: Application Modernization Accelerator is fully supported for installation on Red Hat Enterprise Linux. Limited Support is available for installation on Windows and is provided on a best-efforts basis. Security features such as authentication, TLS and proxy configuration are not supported on Windows.
Prerequisites
Before you begin go to the Application Modernization Accelerator Trial and download the Application Modernization Accelerator Local install script. For details on using the signature to verify the downloaded zip, please see here.
Required Resources
Table 1. Minimum default configuration
| System | Memory (GB) | CPU (cores) | Disk space (GB) |
|---|---|---|---|
| Application Modernization Accelerator | 8 | 4 | 20 |
Installing IBM Application Modernization Accelerator on RHEL
You might also follow these instructions for an installation on MacOS, subject to the SUPPORTED PLATFORMS note on this page regarding support.
Before you start, ensure that you have docker or podman installed.
- Podman greater than 3.4
- Docker on RHEL 7
- Docker on RHEL 8/9: Docker is not shipped or supported by Red Hat for Red Hat Enterprise Linux (RHEL) 8/9. Docker Community Edition may be installed on RHEL 8/9 from the Docker CE package repository here: https://download.docker.com/linux/centos/docker-ce.repo
- If you haven't already, go to the Registration and download site and download the Application Modernization Accelerator Local install script.
- Create a directory for the Application Modernization Accelerator files, for example,
ama_local. Copy the .zip file that you downloaded during the registration step into this directory and extract it: - To install Application Modernization Accelerator locally, run the following command:
./launch - Select 1 if you agree with the terms of the License.
- Select 1 to install Application Modernization Accelerator.
- After the installation is complete, you can access Application Modernization Accelerator locally at the following URLs. The host name or IP address and port are provided by the installation program.
- Linux:
https://< host name >:443 - MacOS:
https://< IP Address >:443
- Linux:
Installing IBM Application Modernization Accelerator on Windows v11
- If you haven't already, go to the Registration and download site and download the install script.
- Extract the script into a directory
- Install Podman Desktop for Windows.
- Once podman desktop has been installed, open command prompt and type
podman psto make sure podman is running - Open command prompt and goto directory where you have extracted the script and cd into
scripts/windowsPodmanDesktop - Type
launch.bat - Accept the license from the menu
- After accepting the license, select option
1to install.
Installing IBM Application Modernization Accelerator on macOS using podman
- Before you start, ensure that you have podman installed.
brew install podman - Check its version to confirm installation.
podman --versionImportant: Podman versions 5.6.0 and later are not supported on macOS. Rosetta support in Podman machine VMs is disabled by default in Podman 5.6.x due to issues with newer Linux kernels. Podman plans to re-enable Rosetta support in a future release once the fix becomes widely available. - Initialize the podman machine and set the minimum required resources (4 CPUs, 4 gigs RAM)
podman machine init --cpus 4 --memory 8192 - Allow podman to run as
root.podman machine set --rootful - Start the podman machine.
podman machine start - Now install IBM Application Modernization Accelerator as normal.
- If you have already installed podman you need to cleanup the existing podman machine.
podman machine rm - To install Application Modernization Accelerator locally, run the following command:
./launch.sh - Select
1if you agree with the terms of the License. - Select
1to install Application Modernization Accelerator. - After the installation is complete, you can access Application Modernization Accelerator locally at the following URLs. The host name or IP address and port are provided by the installation program.
Linux: https://< host name >:443 MacOS: https://< IP Address >:443
3000 & 2220.Installing IBM Application Modernization Accelerator on Windows v11 using podman running on Ubuntu
- Install Windows Terminal.
- Install and enable WSL 2.
- Install Ubuntu 20.04.
- Install Podman. You can follow the general Podman installation steps in the Podman for Windows tutorial.
- Install Application Modernization Accelerator using the script
application-moderniztion-acclerator-<version>.zip.
Known issue
On a reboot, you might see the following error message:
error retrieving network namespace
Workaround
cd /tmp
rm -rf
Run the launch script again and select 5 to start the Application Modernization Accelerator.