Page 1 of 1

PAW using the Podman container engine

Posted: Fri Sep 15, 2023 6:23 pm
by guntupalli
Hi All,

Any info/best practices on below..

Planning Analytics Workspace on Red Hat Enterprise Linux 8 supports non-distributed installation on RHEL 8 using the Podman container engine.

https://community.ibm.com/community/use ... on-rhel-85

Thank you.

Re: PAW using the Podman container engine

Posted: Sat Sep 16, 2023 12:11 pm
by Drg
Hello.

Me install paw 2.0.73 on red os(linux)
Instructions:
1.Install podman
yum install -y podman
systemctl enable --now podman.service
systemctl enable --now podman.socket
usermod -aG root $USERNAME$
chmod g+rx /run/podman

2.Install podman-docker translater
dnf install -y podman-docker

4.Install Paw
mkdir IBM
chmod 771 IBM
cd media/npr/er/sys
unzip ipa_workspace_local_2.0.73.204.zip -d /IBM

5. replace docker-compose in instalation dir(based on ibm distrib do not working on our linux)
cp /media/npr/er/sys/docker-compose-linux-x86_64 /IBM/software/docker-compose


6. change version checker in instalation script
vim scripts/install-docker.sh
line 105. replace releas 8->releas

run Start.sh