Uninstalling the Db2auth Plug-in
To uninstall the plug-in, we need to set DB2 back to use the default O/S authentication, and remove the schema, tables, stored procedures, executables, and libraries that were created during installation.
Steps (issue the following commands in order):
- db2stop force
- db2 terminate
- configure_null_plugin
- This sets DB2 back to use the default O/S authentication.
- It sets to null the GROUP_PLUGIN, SRVCON_PW_PLUGIN and SYSADM_GROUP database manager configuration parameters.
- db2start
- db2 connect to (your authentication database name here)
- db2auth_uninstall.bat
- This drops database objects in the db2auth schema as well as db2 executables and libraries from DB2 plugin installation directories