Users Guide

Use a Replay to Manually Recover a Database
Dell recommends using Replay Manager to manage Replays. However, databases can be recovered using Storage Center rather than
Replay Manager during disaster recovery. This manual process provides the same functionality as the Expose action in Replay Manager.
1 Create a view volume on the desired Replay for each database volume and map it to the database server. Make sure all Replays are
from the same restore point. For each database volume, do the following:
a In the Storage Center, right-click the desired Replay and select Create Volume from Replay. The Create Volume from Replay
dialog box opens.
b Select the folder for the view volume.
c Set the name for the view volume.
d Click Create Now. The Map Volume to Server dialog box opens.
e Select the server to which the view volume should be mapped.
f Click Continue.
g Click Create Now.
2 On the database server, bring the disks for the new view volumes online and assign a drive letter or NTFS mount point.
a Open Server Manager and select Disk Management.
b Verify all disks for the new view volumes are displayed. If any disks are not displayed, re-scan the disks until they appear. To re-
scan the disks, right-click Disk Management and select Rescan Disks.
c Bring each new disk online. To bring a disk online, right-click the box containing the disk number and select Online.
d Assign a drive letter or mount point to each new disk. Right-click the partition and select Change Drive Letter and Paths. The
Change Drive Letter and Paths dialog box opens.
e Click Add. The Add Drive Letter or Path dialog box opens.
f Select an available drive letter or mount point and click OK.
3 On the database server, clear the VSS attributes from each volume.
a Open a Command Prompt window.
b Start the disk part utility by typing diskpart and pressing Enter.
c For each volume, type the following commands, pressing Enter after each command.
NOTE
: To see a list of all available volumes, type: list vol
1 Select the volume using the volume number or drive letter with one of the following commands:
select vol number
select vol letter :
2 Clear the read-only attribute:
attrib vol clear readonly
3 Clear the hidden attribute:
attrib vol clear hidden
4 Clear the shadow copy attribute:
attrib vol clear shadowcopy
5 Validate that the attributes have been cleared:
attrib vol
When the attributes have been cleared, the output will look like this:
Read-only : No
Hidden : No
No Default Drive Letter: Yes
Shadow Copy : No
d Exit the diskpart utility by typing exit and pressing Enter.
e Close the Command Prompt window by typing exit and pressing Enter.
4 Attach the desired databases from the new volumes.
Backing Up and Restoring Data
51