Hi friends
I am new to DB2 and i badly need the help of restoring the database.
I used the following command for restoring the database:
db2 backup database WAREHOUS ONLINE to /tems02_data/warehouse-backup/full-backup "with 2 buffers buffer 1000" "INCLUDE LOGS" "without prompting" (OK)
db2 restore database warehous from /tems02_data/warehouse-backup/full-backup TAKEN AT 20090708163715 INTO warehous (OK)
db2 rollforward db warehous to end of logs and complete
db2 rollforward db warehous to end of logs and complete
I am getting the following error
bash-3.00$ db2 rollforward db warehous to end of logs and complete
SQL0980C A disk error occurred. Subsequent SQL statements cannot be processed. SQLSTATE=58005
Is there any step wrong or missing between any of the steps, like db2stop, db2 terminate or db2 force application all? are these steps applicable anywhere while restoring?
Can anyone please help me as early as possible as i am breaking my head with this for a long time
