Hi, When i try to do redirect restore i end up with "filesystem full error"
[ctginst1@linux-server2 StgBackup]$ db2 -tvf ABC.sql
UPDATE COMMAND OPTIONS USING S ON Z ON MAXDB71_NODE0000.out V ON
DB20000I The UPDATE COMMAND OPTIONS command completed successfully.
SET CLIENT ATTACH_DBPARTITIONNUM 0
DB20000I The SET CLIENT command completed successfully.
SET CLIENT CONNECT_DBPARTITIONNUM 0
DB20000I The SET CLIENT command completed successfully.
RESTORE DATABASE MAXDB71 FROM '/StgBackup/' TAKEN AT 20120109113635 ON '/db_bkp' INTO MAXDB71 REDIRECT
SQL2523W Warning! Restoring to an existing database that is different from
the database on the backup image, but have matching names. The target database
will be overwritten by the backup version. The Roll-forward recovery logs
associated with the target database will be deleted.
Do you want to continue ? (y/n) y
SQL1277W A redirected restore operation is being performed. Table space
configuration can now be viewed and table spaces that do not use automatic
storage can have their containers reconfigured.
DB20000I The RESTORE DATABASE command completed successfully.
SET TABLESPACE CONTAINERS FOR 3 USING ( FILE 'CTGDAT/MAXDATA/container1' 600000 )
SQL0968C The file system is full. SQLSTATE=57011
I use db29.1 fp6,
I have 40Gb available in the path where i am restoring, where db is just 16 gb.
Please help me... thanks