DB2 - Problembeschreibung
| Problem IC77414 | Status: Geschlossen |
CPU_USAGE_TOTAL COLUMN IN ENV_SYS_RESOURCES VIEW IS ALWAYS 0 ON HPUX | |
| Produkt: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
| Problembeschreibung: | |
The CPU_USAGE_TOTAL column is always 0 (zero) using the
SYSIBMADM.ENV_SYS_RESOURCES view. This is specific to Specific
to HPUX platform.
Per example
SELECT SUBSTR(NAME,1,20) AS NAME, SUBSTR(VALUE,1,10) AS VALUE,
SUBSTR(DATATYPE,1,10) AS DATATYPE, DBPARTITIONNUM
FROM SYSIBMADM.ENV_SYS_RESOURCES
WHERE SUBSTR(NAME,1,8)='CPU_LOAD' OR NAME='CPU_USAGE_TOTAL'
NAME VALUE DATATYPE DBPARTITIONNUM
-------------------- ---------- ---------- --------------
CPU_LOAD_SHORT 0.070710 DECIMAL 0
CPU_LOAD_MEDIUM 0.071677 DECIMAL 0
CPU_LOAD_LONG 0.075207 DECIMAL 0
CPU_USAGE_TOTAL 0 SMALLINT 0
4 record(s) selected. | |
| Problem-Zusammenfassung: | |
**************************************************************** * USERS AFFECTED: * * Using SYSIBMADM.ENV_SYS_RESOURCES view on HPUX * **************************************************************** * PROBLEM DESCRIPTION: * * see error description * **************************************************************** * RECOMMENDATION: * * Upgrade to version 9.7 fixpack 5 * **************************************************************** | |
| Local-Fix: | |
| verfügbare FixPacks: | |
DB2 Version 9.7 Fix Pack 5 for Linux, UNIX, and Windows | |
| Lösung | |
First fixed in version 9.7 fixpack 5 | |
| Workaround | |
keiner bekannt / siehe Local-Fix | |
| Weitere Daten | |
Datum - Problem gemeldet : Datum - Problem geschlossen : Datum - der letzten Änderung: | 08.07.2011 13.12.2011 13.12.2011 |
| Problem behoben ab folgender Versionen (IBM BugInfos) | |
9.7.FP5 | |
| Problem behoben lt. FixList in der Version | |
| 9.7.0.5 |
|