I've been tasked with restoring a database from backup, but I am not a DBA and have minimal experience with any database. I'm using DB2 6.1 FP11 on Windows 2000.
I have the backup at c:\backup and no databases created, not even the sample DB (fresh install of everything). The backup timestamp is Jan 11 2004 at 22:00:00. I tried to create a database from the backup in the control center as well as using the command line (restore db mydb from c:\backup to c

and get the same error message:
SQL0298N Bad container path. SQLSTATE=428B2
When I run '? 428B2' I get "The path name for the container is not valid"
Since I don't understand what containers or tablespaces are, I have a hard time understanding the other options for 'restore'.
Is there a tutorial or can anybody write down some easy instructions for this? Unfortunately, with no DBA and no support contract, this sort of thing falls into the hands of somebody like me who shouldn't be administering a database.