Thursday, December 17, 2020

Packages needed for DB211.1 on Redhat 7.9

perl-Sys-Syslog (not documented)

pam.i686

compat-libstdc++-33


Check /tmp/db2setup.log after installation for errors for missing packages.



Also if you get : 

Update DBM cfg SYSADM_GROUP errcode = 8

Ensure that your /etc/hosts is configured with your hostname and then you can ping the hostname. See this:https://www.ibm.com/support/pages/sql6048n-when-creating-new-instance



2 comments:

  1. For libstdc++3.3:
    You won't find it on the physical iso media. It is in the online repository id named "rhel-7-server-optional-rpms".

    You can see a list of all repositories with

    $ yum repolist all

    and you can enable the above repo with

    $ yum-config-manager --enable rhel-7-server-optional-rpms

    yum should be able to find and install the compat rpm now...

    $ yum install compat-libstdc++-33

    ReplyDelete
  2. for centos 8, need:
    yum install libstdc++.i686

    ReplyDelete