IBM Support

Update IOC V1.6.0.3 to use DB2 JDBC driver version 4.15.113

News


Abstract

How to modify Intelligent Operations Center (IOC) V1.6.0.3 to use DB2 JDBC driver version 4.15.113.

Content

The DB2 JDBC Driver delivered and tested with IOC V1.6.0.3 is 4.11.69. You may be instructed by DB2 support to use a more current driver. This technote instructs you on how to update the driver to version 4.15.113.


To update DB2 driver used by IOC 1.6.0.3 please process following steps:

Stop all IOC components by using IOCControl command as user ibmadmin:

IOCControl -a stop -c all -p password

cd /opt/IBM/DB2/java/java
-cp db2jcc4.jar com.ibm.db2.jcc.DB2Jcc -version   # make sure version is correct

cd /opt/IBM/WebSphere/wp_profile/PortalServer/db2/java/java
-cp db2jcc4.jar com.ibm.db2.jcc.DB2Jcc -version

cd /opt/IBM/WebSphere/AppServer/jdbcdrivers/DB2/java
-cp db2jcc4.jar com.ibm.db2.jcc.DB2Jcc -version

mv /opt/IBM/WebSphere/AppServer/jdbcdrivers/DB2/db2jcc4.jar /opt/IBM/WebSphere/AppServer/jdbcdrivers/DB2/db2jcc4.jar.old

mv /opt/IBM/WebSphere/wp_profile/PortalServer/db2/java/db2jcc4.jar /opt/IBM/WebSphere/wp_profile/PortalServer/db2/java/db2jcc4.jar.old

cp /opt/IBM/DB2/java/db2jcc4.jar /opt/IBM/WebSphere/wp_profile/PortalServer/db2/java/

cp /opt/IBM/DB2/java/db2jcc4.jar /opt/IBM/WebSphere/AppServer/jdbcdrivers/DB2/

cd /opt/IBM/WebSphere/wp_profile/PortalServer/db2/java/

java -cp db2jcc4.jar com.ibm.db2.jcc.DB2Jcc -version # make sure version is correct

cd /opt/IBM/WebSphere/AppServer/jdbcdrivers/DB2/

java -cp db2jcc4.jar com.ibm.db2.jcc.DB2Jcc -version # make sure version is correct

Start all IOC components by using IOCControl command as user ibmadmin:

IOCControl -a start -c all -p password

[{"Product":{"code":"SS3NGB","label":"IBM Intelligent Operations Center"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"--","Platform":[{"code":"PF016","label":"Linux"}],"Version":"1.6.0.3","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
17 June 2018

UID

swg21984262