I am having difficulties with a restore command.
I have an offline full backup from a AIX 5.1 server running db2 v8 FP2 and want to restore that to another server same platform.
I am not sure if I have to do a redirect restore but this is what I get when I try the following command:
$ db2 restore db pldb from /home/symd1 taken at 20030828131625 to /tmp into pldb1
SQL0970N The system attempted to write to a read-only file. SQLSTATE=55009
Now the path /tmp is not the location of the original database on the original server, I am just testing stuff out here but is it important to have the same location for the database on the new server?
thanks
mark