Hi Everybody
I am auditing one of our servers...and some of the findings straight from DB CFG:
DB2 UDB v8.2, Fixpak 7, Windows XP
First Log archive method(LOGARCHMETH1) : OFF
Second Log archive method(LOGARCHMETH2) : OFF
LOGRETAIN : off
USEREXIT : OFF
HADR database role : STANDARD
HADR timeout value(HADR_TIMEOUT) : 120
HADR log write synchronization mode : NEARSYNC
Automatic database backup(AUTO_DB_BACKUP): ON
I checked up the db2diag.log and history to check for the last backup image which is like way back in Jan'06 which is loacted on the same drive.(not using TSM, don't know if they are backing up on some other drive) No schedules exists in DB2 (Tools catalog has not been configured) or Windows Scheduler considering the fact that Auto_db_backup is set to ON.Though Health Monitor is generating alerts that backup and RUNSTATS required.
Now my question is:
1. Is there a way to find out if backups are taken on some other drive, or if using any external software like Veritas.
2. Since HADR feature is enabled, does that makes sure that database can be recovered from the standby database server considering the fact that LOGRETAIN AND USEREXIT are both turned OFF.
3. I know this for sure that for the logs to be copied automatically to the standby USEREXIT should be enabled,right?
4. How do I get to know that the hot and standby are synchronized.
I know these are lot of questions but all of them are interconnected...let me know if you need any clarification on any of the questions.
Hope I get some help to clear my confusion.