Hi,
DB2 UDB V9.5 on SUN OS 10
I understnd that when you create a database the path to active log path is something like this.
/db2home/db2inst1/NODE0000/SQL0001/SQLOGDIR
I have multiple directory like the one above for each database under each of the following directories.
drwxr-x--- 4 db2inst1 db2grp 512 Apr 12 19:28 SQL00001
drwxr-x--- 4 db2inst1 db2grp 512 Apr 12 19:32 SQL00003
drwxr-x--- 4 db2inst1 db2grp 512 Apr 12 19:36 SQL00005
drwxr-x--- 4 db2inst1 db2grp 512 Apr 12 19:41 SQL00007
drwxr-x--- 4 db2inst1 db2grp 512 Apr 12 19:43 SQL00008
Recently I changed the path to my active log files to a different filesystem. Now I want to move them back to the above filesystem and use the same directory as it used to use before. But my problem is that now I am not able to associate the correct SQL0000* directory with each database. I dont want to keep the active log files for one database under a different SQL0000* dir.
How can I map these directories to the database name?