I just hit the problem in online backup DB2 9.7.10 version to SAN, the backup is hang although the db2 list utilities is show completed 100%. All db2 command including db2 connect to db is hang also. Is there anyone know this issue and the solution to fix ? please share me. Thanks.
DB2 online backup hang, cannot connect to DB
Collapse
X
-
Hi Mikeng,
Please check the process of backup using
ps -ef |grep -i backup
Once you get the process number try to kill it using
kill -9 <processid>
It should work , and you can ask SAN team as well they can force backup from their end.
Hope this is not happening repeatedly. -
In order to perform online backup of your DB2 database, you can see the steps and procedure and command mentioned here - https://www.ibm.com/support/knowledg.../r0001933.html
In case if you are not able to fix the above problem then you can also try third party tool known as DB2 File Repair Tool.
Hope above solution could help you.Comment
Comment