Install Planning Analytics Workspace Local on Red Hat Enterprise Linux
To install Planning Analytics Workspace Local on Red
Hat Enterprise Linux, run the ./Start.sh
script.
Before you begin
Review Prerequisites to ensure that you meet the prerequisites for your version of Red Hat Enterprise Linux.
All versions of Planning Analytics Workspace Local are supported on Red Hat Enterprise Linux version 7.
Important: Support for Planning Analytics Workspace Local on Red Hat Enterprise Linux 7
will end in June 2024.This coincides with Red Hat's announced end of maintenance support for Red Hat
Enterprise Linux 7. For more information, see https://www.redhat.com/en/blog/end-maintenance-red-hat-enterprise-linux-7-almost-here.
Planning Analytics Workspace Local versions 2.0.70 and later are supported on Red Hat Enterprise Linux version 8.
Planning Analytics Workspace Local versions 2.0.93 and later are supported on Red Hat Enterprise Linux version 9.
About this task
The start script performs the following checks:
- Red Hat Enterprise Linux® 7
-
- Checks if Docker is installed. If Docker is not found, the script tries to install it:Note: If the Red Hat system is not registered with the Red Hat subscription manager, the script displays an error and exits.
- Installs the Docker package.
- Adds the Docker group.
- Adds the current user to the Docker group.
- Starts the Docker service.
- Configures the Docker service to start on reboot.
- Prints the Docker version to the terminal window.
- Prints a success message and tells you that you must log off and log in again for the group membership to take effect.
- Installs the Planning Analytics Workspace Docker images.
- Opens the Planning Analytics Workspace administration tool
- Checks if Docker is installed. If Docker is not found, the script tries to install it:
- Red Hat Enterprise Linux 8 or 9
-
- Checks if Podman is installed. If Podman is not found, the script tries to install it:
- Installs the Podman package.
- Starts the Podman service.
- Starts the Podman socket .
- Adds the current user to the root group.
- Enables group read and execute permissions to the Podman socket
(
/run/podman/podman.sock
)
- If Podman is already installed, checks that the current user has access to the Podman socket. If you do not have access to the Podman socket, the script prints a message indicating the required access configuration.
- Checks if Podman is installed. If Podman is not found, the script tries to install it:
Follow these steps to install Planning Analytics Workspace Local.