PAW using the Podman container engine

Post Reply
guntupalli
Posts: 19
Joined: Mon May 16, 2011 12:15 pm
OLAP Product: tm1
Version: 10.2
Excel Version: 2010

PAW using the Podman container engine

Post 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.
Best Regards,
Guntupalli
Drg
Regular Participant
Posts: 159
Joined: Fri Aug 12, 2016 10:02 am
OLAP Product: tm1
Version: 10.2.0 - 10.3.0
Excel Version: 2010

Re: PAW using the Podman container engine

Post 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
Post Reply