Installation of AAP 2.3

HI All,

Facing acute challenge while running the first job in AAP 2.3. StandAlone AAP was installed with success but when I tried to synch demo project or my own project it keeps on saying this one line error.
No idea how to proceed from here. Kindly advise.

ERRO[0000] invalid internal status, try resetting the pause process with “/usr/bin/podman system migrate”: could not find any running process: no such process.

Regards
PD

Hello,

You need to have execution env that is container image. Can You share aap execution env list on gui and then you can check on shell;
#su - awx
$podman images (you need to see a few images)
$podman run -it container_image

Regards
Bulent

13 Şub 2024 Sal 21:27 tarihinde Prady A <pradyumna.jpn@gmail.com> şunu yazdı:

Hi

Thank you for your kind reply.
I can see the default EE on AAP GUIattached).
But no images in CLI. I didn’t install any dedicated EE server for execution environment. I ve only Controller IP in the installation inventory file. Please suggest.

[prady@controller ~]$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
[prady@controller ~]$

Regards

(attachments)

I ran into this issue last week.

Like Bulent said, I first sudo into awx

#su - awx

and then I run the command it told me to run

/usr/bin/podman system migrate

Then I ran my job template.

Hope this works for you.

Paul

Cool :sunglasses: exactly… Thank you both of you. You made my day today.

Sorry my bad last time I didn’t switch to awx user. It was the same early error.
But when I executed your given command the templates started running for the first time.

awx@controller ~]$ podman images
ERRO[0000] invalid internal status, try resetting the pause process with “podman system migrate”: could not find any running process: no such process
[awx@controller ~]$ /usr/bin/podman system migrate
stopped 07cf42c6b2c5a7ca831068a99e3e3105fff09927ce153e04fbdc73efecaebbe6
[awx@controller ~]$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
registry.redhat.io/ansible-automation-platform-23/ee-supported-rhel8 latest eeb06402373b 15 months ago 1.65 GB
registry.redhat.io/ansible-automation-platform-23/ee-minimal-rhel8 latest c44964e880d4 15 months ago 299 MB
registry.redhat.io/ansible-automation-platform-23/ee-29-rhel8 latest e3efe0afa65e 15 months ago 878 MB
[awx@controller ~]$

Could you please guide what I need to mention in the installation inventory file to install AHB . Will below settings are enough or do I need to create a DB in AHB before executing the setup.sh.
[automationhub]
192.168.253.140

automationhub_admin_password=‘password’
automationhub_pg_host=‘192.168.253.140’
automationhub_pg_port=5432
automationhub_pg_database=‘automationhub’
automationhub_pg_username=‘automationhub’
automationhub_pg_password=‘password’
automationhub_pg_sslmode=‘prefer’

Regards

See reply above - here is the Red Hat site I got it from
https://access.redhat.com/solutions/6988045

Hi,

Default EE image link must be like registry.redhat.io/ee-supported:latest, can you see this link after edited default EE and you may try

$podman pull ‘default ee link’

This process need to login registry.redhat.io successfully

Regards
Bülent

14 Şub 2024 Çar 03:14 tarihinde Prady A <pradyumna.jpn@gmail.com> şunu yazdı:

Thanks again. Below both the EE are pointing to the same image I guess. Anyway both the EE are working fine.

$podman pull ‘default ee link’

[awx@controller ~]$ podman images
REPOSITORY TAG IMAGE ID CREATED SIZE
registry.redhat.io/ansible-automation-platform-23/ee-supported-rhel8 latest 3571afc85a2a 2 months ago 1.68 GB
eeb06402373b 15 months ago 1.65 GB
registry.redhat.io/ansible-automation-platform-23/ee-minimal-rhel8 latest c44964e880d4 15 months ago 299 MB
registry.redhat.io/ansible-automation-platform-23/ee-29-rhel8 latest e3efe0afa65e 15 months ago 878 MB
[awx@controller ~]$

Currently focusing on how to call the templates from ServiceNow catalog, Thanks a ton…

Regards
PD

Hello,

Ok, you have image and can pull it, can you share your template print screen that contains execution env., project etc? Maybe, if we are available, we will arrange a session such as Google meet, zoom etc. I am in UTC+3 time Zone.

Regards.

14 Şub 2024 Çar 17:20 tarihinde Prady A <pradyumna.jpn@gmail.com> şunu yazdı: