0% found this document useful (0 votes)
27 views

Netbackup Tool - Restore Process

The document outlines the steps to restore a SQL Server database using NetBackup: 1. Connect to the destination server and open the NetBackup MS SQL Client. Set the SQL server connection properties. 2. Select "Restore SQL Server objects" and choose the backup to restore from the source server. 3. The restore script is created and edited to remove comments and validate file paths before running the restore. After completion, security scripts are executed and the restore is documented.

Uploaded by

hanuman sqlboy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Netbackup Tool - Restore Process

The document outlines the steps to restore a SQL Server database using NetBackup: 1. Connect to the destination server and open the NetBackup MS SQL Client. Set the SQL server connection properties. 2. Select "Restore SQL Server objects" and choose the backup to restore from the source server. 3. The restore script is created and edited to remove comments and validate file paths before running the restore. After completion, security scripts are executed and the restore is documented.

Uploaded by

hanuman sqlboy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Database restore process using the net backup tool

1. Connect to the destination server.


2. Open Net backup MS SQL Client with Run as administrator.

3. Before going to perform the restore activity on the server, we need to check the sql server connection
properties.
Open File Menu and select “Set SQL Server connection properties”

In the below window, we need to give the hostname as the fully qualified computer name. Then apply and close.
4. Now we can select “Restore SQL Server objects” form the file menu.

5. In the below window, we need to modify the SQL Host with the source server name
As per your requirement, we can select the required backups from date/month/year wise from the Time Filter
field on the screen.
Click on “OK” button.

6. In the below screen, we can select the required backup file to restore,
From the restore options:
Scripting filed select “Create a move template”
Recovery filed select recover/no-recover.
Select the save radio button for to save the newly created restore script in the net backup default file location.
(we can select your preferred location)

7. After save the script, one new window will open for open the restore script in the notepad. Now we need to
click select the “Yes” to edit the script.
8. Now the script having the information like in the below image.
Here we need to remove the comment symbol (#) before the database name and database data & log file
names. And make sure database data & log file paths are the properly configured or not.
After complete the all script edition, we need to save and close the notepad.

9. Now we need to open the file using the “Manage script files” option form the file menu.

10. Select the restore script and click “start” button.


11. Validate that the restore process. after successful completion of the restore activity, need to execute the
security scripts.
12. Confirm with customer, close the change and document the request and close it.

You might also like