Hello,
I have copied a backup of my database from one server to another and attempted a restore using the following command from the Unix prompt:
Code:
db2 restore database prod user xxxxxxxx using xxxxxxxx from /backups taken at 20080207000514 without rolling forward without prompting
Unfortunately my connection was canceled so when I tried to connect to the database I received an error stating that the database PROD is in a restore/pending state. I restarted the restore with the above command, but not sure how I can tell if it is running or not. Can anyone direct me to some commands that I can run to see if the restore is currently running?
The database and instance names are the same on both machines and the DB2 version is 8.1. Thank you.