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 IC97634 Status: Geschlossen

MOUNTV97_MONITOR.KSH TAKES ACTION WHEN TSA IS IN MANUAL MODE

Produkt:
DB2 FOR LUW / DB2FORLUW / A50 - DB2
Problembeschreibung:
Mount stop force will occur while TSA is in manual mode when 
mountV97_monitor.ksh believes there are IO errors. 
 
The mountV97_monitor.ksh code: 
 
# What is status of this mount point? 
MP_MONITOR_PATH=${MP}/.`hostname -s` 
MP_MONITOR_FILE=${MP_MONITOR_PATH}/.mp_monitor.$$ 
isMounted 
if [ ${mounted} -gt 0 ]; then 
   if [ ! -d ${MP_MONITOR_PATH} ]; then 
      logger -i -p debug -t $myname "Creating directory 
${MP_MONITOR_PATH}" 
      mkdir ${MP_MONITOR_PATH} 
   fi 
   pathOnMP=$(df $MP_MONITOR_PATH | grep -c $MP) 
   if [[ ${pathOnMP} -eq 0 ]] ; then 
      logger -i -p err -t $myname "The file monitor path 
${MP_MONITOR_PATH} does not exist on ${MP}" 
      rc=2 
   else 
      touch ${MP_MONITOR_FILE} 
      if [ -f ${MP_MONITOR_FILE} ]; then 
         # logger -i -p debug -t $myname "No error performing 
I/O to file ${MP_MONITOR_FILE}" 
         rc=1 
         rm -f ${MP_MONITOR_FILE} 
      else 
         logger -i -p err -t $myname "Error performing I/O to 
file ${MP_MONITOR_FILE}" 
 
         # log a message if we detect GPFS to check free inodes 
         if [[ "X$vfs" == "Xmmfs" || "X$fstype" == "Xgpfs" ]]; 
then 
            logger -i -p debug $myname "GPFS filesystem was 
detected, ensure there are enough free inodes with mmdf." 
         fi 
 
         rm -f ${MP_MONITOR_FILE} 
         rc=2 
      fi 
   fi 
fi
Problem-Zusammenfassung:
**************************************************************** 
* USERS AFFECTED:                                              * 
* The issue happens in TSA configured HA environment either    * 
* with DB2HAICU or DB2 pureScale. And it only happens when TSA * 
* is set in Manual mode.                                       * 
**************************************************************** 
* PROBLEM DESCRIPTION:                                         * 
* See Error Description                                        * 
**************************************************************** 
* RECOMMENDATION:                                              * 
* Upgrade to v97fp9, v101fp4, v105fp4                          * 
****************************************************************
Local-Fix:
verfügbare FixPacks:
DB2 Cancun Release 10.5.0.4 (also known as Fix Pack 4) for Linux, UNIX, and Windows
DB2 Version 10.5 Fix Pack 9 for Linux, UNIX, and Windows

Lösung
v97fp9, v101fp4, v105fp4 would contain the fix.
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
13.11.2013
15.09.2014
15.09.2014
Problem behoben ab folgender Versionen (IBM BugInfos)
9.7.FP9
Problem behoben lt. FixList in der Version
10.5.0.4 FixList