Folgendes muss zum Installieren eines DB2-Fixpacks vorgenommen werden:
Voraussetzungen prüfen (siehe auchhttp://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.qb.server.doc/doc/t0024976.html):
genügend freien Speicherplatz zum Download des Fixpacks und Entpacken sicherstellen (ca. 1GByte)
genügend freien Speicherplatz für die Installation des Fixpacks sicherstellen (ca. die bisherige Größe der DB2-Installation:)
Vorarbeiten (http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.qb.server.doc/doc/t0024969.html):
Download des Fixpacks bei IBM, z.B.http://www-01.ibm.com/support/docview.wss?uid=swg24025421, und anschließendes Entpacken
Instanz anhalten
su - dbinstuser
db2 force applications all
db2 terminate
db2stop
db2licd -end
DB2 Administration Server (DAS) beenden
su - db2das
db2admin stop
DB2-Interprozesskommunikation bereinigen
su - dbinstuser
/home/dbinstuder/sqllib/bin/ipclean
Installation des Fixpacks (http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.qb.server.doc/doc/t0024977.html):
als User root
cd /software2install/db2_fixpacks/v9.5fp5/universal
./installFixPack -b /db/db2
Nacharbeiten (http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=/com.ibm.db2.luw.qb.server.doc/doc/t0024995.html):
Instanzen auf den neuen Fixpackstand bringen:
./instance/db2iupdt dbadm
DAS updaten:
./instance/dasupdt
Systemkatalogobjekte aktualisieren:
su - dbinstuser
db2updv95 -d DB
Instanz und DAS neu starten:
su - dbinstuser
db2start
exit
su - db2das
db2admin start
exit
Version überprüfen
mit Hilfe des Befehls db2level kann die aktuelle Version überprüft werden. Es sollte nach erfolgreicher Version natürlich der aktuelle Fixpack angezeigt werden. Bsp. für FP5:
db2level
DB21085I Instance "db" uses "64" bits and DB2 code release "SQL09055"
with level identifier "06060107".
Informational tokens are "DB2 v9.5.0.5", "s091123", "MI00316", and Fix Pack
"5".
Product is installed at "/db/db2".
Update der JDBC-Treiber auf dem Server
scp /db/db2/java/db2jcc* /db/db2/java/db2java.zip s
/tools/jboss/server/app/lib/
db2jcc.jar 100% 3075KB 3.0MB/s 00:00
db2jcc4.jar 100% 3237KB 3.2MB/s 00:00
db2jcc_license_cu.jar 100% 1015 1.0KB/s 00:00
db2java.zip 100% 857KB 856.7KB/s 00:00