Preparing the DB2 Instance


Now we need to configure the database so that the plug-in can work with it. This requires coping some files from the plug-in's folder to the necessary SQLLIB locations.
We also need to change SYSADM_GROUP configuration parameter to use your choice of the SYSADM group name as the SYSADM group for this DB2 instance.

Steps:

  1. Issue the following comand:
    db2auth_prepareinst > out.txt

  2. Issue the following command:
    configure_db2auth_plugin.bat (your SYSADM group name here)

  3. Re-start the DB2 instance:
    db2stop
    db2start

You have now finished installing and configuring the plug-in.

For further information or trouble-shooting, please refer to the README documentation provided in the plug-in package.