home clear 64x64
en blue 200x116 de orange 200x116 info letter User
suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IC68690 Status: Geschlossen

AFTER MACHINE REBOOT, AN INSTANCE STARTED AUTOMATICALLY MAY NOT HAVE THE
CORRECT ENVIRONMENT VARIABLES SET UP

Produkt:
DB2 FOR LUW / DB2FORLUW / 980 - DB2
Problembeschreibung:
After performing a reboot of the machine on which DB2 resides, 
if there are any instances configured to start automatically 
using the db2iauto command, then they may not have the correct 
environment variables set up. 
 
For example a typical DB2 instance may have the following: 
 
ps -ef | grep db2 | grep db2sysc | grep -v grep 
v91ee     7780  7754  1 11:27 ?        00:00:00 db2sysc 0 
 
ps eww 7780 
  PID TTY      STAT   TIME COMMAND 
 7780 ?        S      0:00 db2sysc 
0                                       HOME=/ PWD=/ 
DB2INSTANCE=v91ee DB2INSTDEF=v91ee DB2LPORT=0 DB2NODE=0 
DSMI_LOG=/home/v91ee/tsm/dsmerror.log 
CLASSPATH=/home/v91ee/sqllib/java/db2java.zip:/home/v91ee/sqllib 
/java/db2jcc.jar:/home/v91ee/sqllib/java/sqlj.zip:/home/v91ee/sq 
llib/function:/home/v91ee/sqllib/java/db2jcc_license_cu.jar:. 
DB2SYSC_EXEC_OWNER=DB2 
PATH=/home/v91ee/sqllib/bin:/home/v91ee/sqllib/adm:/bin:/usr/bin 
: 
LD_LIBRARY_PATH=/home/v91ee/sqllib/lib32:/home/v91ee/sqllib/func 
tion:/home/v91ee/sqllib/java/jdk32/jre/bin:/home/v91ee/sqllib/ja 
va/ 
 
However, an instance started automatically may only have the 
following: 
 
ps -ef | grep db2 | grep db2sysc | grep -v grep 
v91ee     2774  2768  0 11:23 ?        00:00:00 db2sysc 0 
 
ps eww 2774 
  PID TTY      STAT   TIME COMMAND 
 2774 ?        S      0:00 db2sysc 
0                                       HOME=/ PWD=/ 
DB2INSTANCE=v91ee DB2INSTDEF=v91ee DB2LPORT=0 DB2NODE=0 
DB2SYSC_EXEC_OWNER=DB2 
PATH=/home/v91ee/sqllib/bin:/home/v91ee/sqllib/adm:/bin:/usr/bin 
: 
LD_LIBRARY_PATH=/home/v91ee/sqllib/lib32:/home/v91ee/sqllib/func 
tion:/home/v91ee/sqllib/java/jdk32/jre/bin:/home/v91ee/sqllib/ja 
va/jdk32/jre/bin/classic:/home/v91ee/sqllib/java/jdk32/jre/bin/j 
9vm 
 
This apar fixes this problem to ensure that the correct 
environment variables are set up even after a machine reboot.
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* All                                                          * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* After performing a reboot of the machine on which DB2        * 
* resides,                                                     * 
* if there are any instances configured to start automatically * 
*                                                              * 
* using the db2iauto command, then they may not have the       * 
* correct                                                      * 
* environment variables set up.                                * 
*                                                              * 
*                                                              * 
*                                                              * 
* For example a typical DB2 instance may have the following:   * 
*                                                              * 
*                                                              * 
*                                                              * 
* ps -ef | grep db2 | grep db2sysc | grep -v grep              * 
*                                                              * 
* v91ee    7780  7754  1 11:27 ?        00:00:00 db2sysc 0     * 
*                                                              * 
*                                                              * 
*                                                              * 
* ps eww 7780                                                  * 
*                                                              * 
*   PID TTY      STAT  TIME COMMAND                            * 
*                                                              * 
* 7780 ?        S      0:00 db2sysc                            * 
*                                                              * 
* 0                                      HOME=/ PWD=/          * 
*                                                              * 
* DB2INSTANCE=v91ee DB2INSTDEF=v91ee DB2LPORT=0 DB2NODE=0      * 
*                                                              * 
* DSMI_LOG=/home/v91ee/tsm/dsmerror.log                        * 
*                                                              * 
* CLASSPATH=/home/v91ee/sqllib/java/db2java.zip:/home/v91ee/sqll 
* /java/db2jcc.jar:/home/v91ee/sqllib/java/sqlj.zip:/home/v91ee/ 
* llib/function:/home/v91ee/sqllib/java/db2jcc_license_cu.jar:. 
*                                                              * 
* DB2SYSC_EXEC_OWNER=DB2                                       * 
*                                                              * 
* PATH=/home/v91ee/sqllib/bin:/home/v91ee/sqllib/adm:/bin:/usr/b 
* :                                                            * 
*                                                              * 
* LD_LIBRARY_PATH=/home/v91ee/sqllib/lib32:/home/v91ee/sqllib/fu 
* tion:/home/v91ee/sqllib/java/jdk32/jre/bin:/home/v91ee/sqllib/ 
* va/                                                          * 
*                                                              * 
*                                                              * 
*                                                              * 
* However, an instance started automatically may only have the * 
*                                                              * 
* following:                                                   * 
*                                                              * 
*                                                              * 
*                                                              * 
* ps -ef | grep db2 | grep db2sysc | grep -v grep              * 
*                                                              * 
* v91ee    2774  2768  0 11:23 ?        00:00:00 db2sysc 0     * 
*                                                              * 
*                                                              * 
*                                                              * 
* ps eww 2774                                                  * 
*                                                              * 
*   PID TTY      STAT  TIME COMMAND                            * 
*                                                              * 
* 2774 ?        S      0:00 db2sysc                            * 
*                                                              * 
* 0                                      HOME=/ PWD=/          * 
*                                                              * 
* DB2INSTANCE=v91ee DB2INSTDEF=v91ee DB2LPORT=0 DB2NODE=0      * 
*                                                              * 
* DB2SYSC_EXEC_OWNER=DB2                                       * 
*                                                              * 
* PATH=/home/v91ee/sqllib/bin:/home/v91ee/sqllib/adm:/bin:/usr/b 
* :                                                            * 
*                                                              * 
* LD_LIBRARY_PATH=/home/v91ee/sqllib/lib32:/home/v91ee/sqllib/fu 
* tion:/home/v91ee/sqllib/java/jdk32/jre/bin:/home/v91ee/sqllib/ 
* va/jdk32/jre/bin/classic:/home/v91ee/sqllib/java/jdk32/jre/bin 
* 9vm                                                          * 
*                                                              * 
*                                                              * 
*                                                              * 
* This apar fixes this problem to ensure that the correct      * 
*                                                              * 
* environment variables are set up even after a machine        * 
* reboot.                                                      * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Do not start the instance automatically after rebooting. Or  * 
* stop the instance after initial start and restart it as the  * 
* instance owner.                                              * 
****************************************************************
Local-Fix:
Do not start the instance automatically after rebooting. Or stop 
the instance after initial start and restart it as the instance 
owner.
Lösung
This apar fixes this problem to ensure that the correct 
environment variables are set up even after a machine reboot.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
18.05.2010
21.04.2011
21.04.2011
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version