Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suite database connection validation fails (Db2) #1649

Open
SalaryTheft opened this issue Feb 11, 2025 · 0 comments
Open

Suite database connection validation fails (Db2) #1649

SalaryTheft opened this issue Feb 11, 2025 · 0 comments
Labels
Bug Report Something isn't working

Comments

@SalaryTheft
Copy link

Collection version

26.1.1

Environment information

ansible [core 2.18.2]
  config file = None
  configured module search path = ['/home/admin/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/admin/.local/lib/python3.11/site-packages/ansible
  ansible collection location = /home/admin/.ansible/collections:/usr/share/ansible/collections
  executable location = /home/admin/.local/bin/ansible
  python version = 3.11.9 (main, Dec  9 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.11)
  jinja version = 3.1.5
  libyaml = True

What happened?

Suite database connection validation was failing while installing Maximo Manage with Db2 (oneclick_add_manage role).

Image

I had to manually set DB2COMM registry variable for Db2 instance.

oc exec -it c-db2w-shared-db2u-0 -n db2u -- bash
su - db2inst1
db2set DB2COMM=TCPIP,SSL
db2stop force
db2start
exit
exit
  • Db2 type: db2wh
  • Db2 version: s11.5.9.0-cn2
  • MAS DevOps Ansible Collection version: 26.1.1
  • OpenShift version: 4.16.32

Relevant log output

-
@SalaryTheft SalaryTheft added the Bug Report Something isn't working label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant