Restoring multistreamed SQL Server backups
When you perform a restore from a backup that used multiple stripes, NetBackup automatically performs the restore using the same number of stripes. Select the object you want to restore and NetBackup finds all of the related backups and restore them. Upon restore, all of the streams must also be available at the same time.
If you specified multiple stripes for a non-snapshot backup, then the number of backup streams that you specified were created. NetBackup names these streams, for example:
juneberry.MSSQL7.COLE.db.pubs.~.7.001of003.20140908200234..C juneberry.MSSQL7.COLE.db.pubs.~.7.002of003.20140908200234..C juneberry.MSSQL7.COLE.db.pubs.~.7.003of003.20140908200234..C
To create your own batch file to restore a striped object, specify only the first stripe name with the NBIMAGE keyword. NetBackup for SQL Server finds the remaining ones automatically. More information is available about the backup names that are used for SQL Server objects.
If you specified multiple stripes for any Snapshot Client backup, then NetBackup divides the number of component files equally among the number of stripes. (A Snapshot Client backup streams the frozen image to tape.) If the number of files is less than the specified number of stripes, then the agent performs the backup using only as many stripes as there are files.
Note:
NetBackup ignores the multistream directive for Instant Recovery backups.
With SQL Server backups that are performed with Snapshot Client, NetBackup identifies all of the backup streams by the same name. They are differentiated by NetBackup by their backup IDs.
juneberry.MSSQL7.COLE.db.Northwind.~.7.001of003.20141012131132..C
In your recovery environment, you may have fewer drives available for restores than you used for backups. In this situation, SQL Server times out while it waits for the additional backup images to be mounted. To prevent this time out, modify the number of drives that are available for restore.
Consider, for example, if you had performed a backup using 5 drives, and only 2 are available for recovery. In the policy, change the value from to . If you use batch files, change the stripes parameter from STRIPES 5 to STRIPES 2. This change causes SQL Server to request two backup images at a time until all five images are restored.
More Information