請教Error-Health Monitor
因appledb資料庫損毀,故重建一個,
並更改其alais name為appledb
之後,便開始出現下面的error。
$ db2 restore db appledb into applenew
$ db2 uncatalog db appledb
$ db2 catalog db applenew as appledb
2008-10-13-09.49.31.642394+480 I27035993A405 LEVEL: Warning
PID : 197098 TID : 772 PROC : db2acd 0
INSTANCE: inst1 NODE : 000
FUNCTION: DB2 UDB, Health Monitor, HmonMainCB::refreshDbAutonomicSwitches, probe:160
MESSAGE : Failed connecting to database "applenew"
DATA #1 : Hexdump, 4 bytes
0x00000001104876EC : FFFF 8A93
附上cfg
$ db2 get db cfg for apple
Automatic maintenance (AUTO_MAINT) = ON
Automatic database backup (AUTO_DB_BACKUP) = OFF
Automatic table maintenance (AUTO_TBL_MAINT) = ON
Automatic runstats (AUTO_RUNSTATS) = ON
Automatic statistics profiling (AUTO_STATS_PROF) = OFF
Automatic profile updates (AUTO_PROF_UPD) = OFF
Automatic reorganization (AUTO_REORG) = ON
請問是不是跟我的catalog有關係呢?
[ 本帖最后由 cuteapple 于 2008-10-13 15:21 编辑 ]
|