Results 1 to 3 of 3
-
09-27-2011, 12:33 PM #1
Maximum number of concurrent restores onto a single file space?
Hi all
We're restoring a large (24+ TB) volume on a Windows 2008R2 server piecemeal, basically restoring each top-level directory within that filespace individually, vis:
dsmc restore s:\<dira>\<dirb>\ -subdir=yes -replace=no -tapeprompt=no
dsmc restore s:\<dira>\<dirc>\ -subdir=yes -replace=no -tapeprompt=no
dsmc restore s:\<dira>\<dird>\ -subdir=yes -replace=no -tapeprompt=no
.... and so on.... There's quite a few of those...
The client is 6.1, the server is AIX running TSM 5.5.
The problem (I think it's a problem) is that we can't get more than three of these going at the same time- one from the GUI, two from the command-line:
My read of the Windows BA Client User's guide (see the "Restoring Large Amounts of Data" section) suggests that we should be able to do more.ANS5151S: This node currently has a pending restartable restore session. The requested operation cannot complete until this session either completes or is canceled.
These specifications aren't overlapping on the file system, though there are some DFS junction point scattered about- we've rebuilt those and don't need to restore the file systems those junctions point to.However, if you enter multiple commands for the root directories in your c: file space, you can restore the files faster. For example, enter these commands:
Code:dsmc restore c:\users\ -subdir=yes -replace=all -tapeprompt=no dsmc restore c:\data1\ -subdir=yes -replace=all -tapeprompt=no dsmc restore c:\data2\ -subdir=yes -replace=all -tapeprompt=no
We've got "resourceutilization" and "maxnummp" set to 8, which I understand limits "producers" to two- could that be it? I can't find a specific limit on the number of restores- did I miss something in the docs?
Thanks all...
-
09-28-2011, 02:43 AM #2Moderator
- Join Date
- Dec 2003
- Location
- Czech Republic
- Posts
- 2,050
- Thanks
- 2
- Thanked 56 Times in 55 Posts
Hi,
I have never tested this so I am just guessing - is it possible you have tried the restore and then interrupted it? In that case restartable session ID is held in the TSM DB for (default 1day). Until it expires you cannot run new one (you can restart the original).
What "query restore" - on the server - says? I would stop all the restore sessions, cancel all restartable sessions ("cancel restore all") and try again ....
You can set the parameter "setopt restoreinterval 0" - so the restartable session IDs are expired immediately after the session disconnects (you may want to put it back later ....)
Harry
-
09-28-2011, 03:47 AM #3Senior Member
- Join Date
- Jul 2008
- Location
- Birmingham, UK
- Posts
- 529
- Thanks
- 0
- Thanked 4 Times in 4 Posts
Hi
Not really answering your question but thought you might benefit from reading this if you havn't done so already
https://www-304.ibm.com/support/docv...id=swg21142185
In your restore scenario at the moment, the last section on classic vs NQR restore might be of particular interest.
Cheers
Similar Threads
-
Maximum number of character
By chris_magic in forum Backup / Archive DiscussionReplies: 2Last Post: 09-17-2010, 03:45 AM -
Exceeded its maximum number of mount
By wingsof_freedom in forum TDP/Application Layer BackupReplies: 2Last Post: 05-19-2009, 10:51 PM -
VCB - Maximum number of servers?
By PhilipB in forum VCB - VMware Consolidated BackupReplies: 4Last Post: 09-24-2008, 10:22 AM -
maximum number of Tape Drives in TSM.
By Kavish in forum Performance TuningReplies: 6Last Post: 12-26-2007, 01:51 PM -
Maximum number of sessions
By compare in forum Backup / Archive DiscussionReplies: 1Last Post: 04-11-2005, 10:52 AM


Reply With Quote
