I'm using DB2 v9.1 LUW. Yesterday we changed the Alias name on a database from PS_TRN to PSFTTRN so the Applications team could load data into the database tables.
Now in the db2diag.log there are Warnings of 'Failed connecting to database
"PS_TRN "' on a regular basis...3:03am, 4:03am, 5:08am, 6:03am, etc.
2010-06-23-03.03.40.109729-300 I36926A405 LEVEL: Warning
> PID : 1491134 TID : 772 PROC : db2acd 0
> INSTANCE: db2inst1 NODE : 000
> FUNCTION: DB2 UDB, Health Monitor,
> HmonMainCB::refreshDbAutonomicSwitches, probe:160 MESSAGE : Failed
> connecting to database "PS_TRN "
> DATA #1 : Hexdump, 4 bytes
> 0x000000011051B70C : FFFF 8A93 ....
>
> 2010-06-23-04.03.39.971808-300 I39210A405 LEVEL: Warning
> PID : 1491134 TID : 772 PROC : db2acd 0
> INSTANCE: db2inst1 NODE : 000
> FUNCTION: DB2 UDB, Health Monitor,
> HmonMainCB::refreshDbAutonomicSwitches, probe:160 MESSAGE : Failed
> connecting to database "PS_TRN "
> DATA #1 : Hexdump, 4 bytes
> 0x000000011051B70C : FFFF 8A93 ....
>
> 2010-06-23-05.08.39.532225-300 I41498A405 LEVEL: Warning
> PID : 1491134 TID : 772 PROC : db2acd 0
> INSTANCE: db2inst1 NODE : 000
> FUNCTION: DB2 UDB, Health Monitor,
> HmonMainCB::refreshDbAutonomicSwitches, probe:160 MESSAGE : Failed
> connecting to database "PS_TRN "
> DATA #1 : Hexdump, 4 bytes
> 0x000000011051B70C : FFFF 8A93 ....
>
> 2010-06-23-06.03.39.801813-300 I42845A405 LEVEL: Warning
> PID : 1491134 TID : 772 PROC : db2acd 0
> INSTANCE: db2inst1 NODE : 000
> FUNCTION: DB2 UDB, Health Monitor,
> HmonMainCB::refreshDbAutonomicSwitches, probe:160 MESSAGE : Failed
> connecting to database "PS_TRN "
> DATA #1 : Hexdump, 4 bytes
> 0x000000011051B70C : FFFF 8A93
>
>
> 2010-06-23-07.13.40.458132-300 I45590A405 LEVEL: Warning
> PID : 1491134 TID : 772 PROC : db2acd 0
> INSTANCE: db2inst1 NODE : 000
> FUNCTION: DB2 UDB, Health Monitor,
> HmonMainCB::refreshDbAutonomicSwitches, probe:160 MESSAGE : Failed
> connecting to database "PS_TRN "
> DATA #1 : Hexdump, 4 bytes
> 0x000000011051B70C : FFFF 8A93
The HEALTH_MON=OFF:
Auto restart enabled (AUTORESTART) = OFF
Automatic maintenance (AUTO_MAINT) = OFF
Automatic database backup (AUTO_DB_BACKUP) = OFF
Automatic table maintenance (AUTO_TBL_MAINT) = OFF
Automatic runstats (AUTO_RUNSTATS) = OFF
Automatic statistics profiling (AUTO_STATS_PROF) = OFF
Automatic profile updates (AUTO_PROF_UPD) = OFF
Automatic reorganization (AUTO_REORG) = OFF
In IBM documentation, I did find that db2acd will still wakeup approximately every 2 hours to check for active database automatic maintenance (which is 1 hour in our case). That is fine and would like to keep it that way.
My question is why is it still looking for PS_TRN database and not PSFTTRN database? Is there a setting somewhere on the config file or somewhere else that should be changed for the db2acd (db2hmon)?
db2 list db directory:
Database alias = PSFTTRN
Database name = PS_TRN
We didn't change the Database name yet because it would have taken to long to drop and restore etc...but I'm wondering if that is causing the problem?
Thank you.
CC