We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
26.1.1
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
Suite database connection validation was failing while installing Maximo Manage with Db2 (oneclick_add_manage role).
oneclick_add_manage
I had to manually set DB2COMM registry variable for Db2 instance.
DB2COMM
oc exec -it c-db2w-shared-db2u-0 -n db2u -- bash su - db2inst1 db2set DB2COMM=TCPIP,SSL db2stop force db2start exit exit
-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Collection version
26.1.1
Environment information
What happened?
Suite database connection validation was failing while installing Maximo Manage with Db2 (
oneclick_add_manage
role).I had to manually set
DB2COMM
registry variable for Db2 instance.Relevant log output
The text was updated successfully, but these errors were encountered: