Difference between revisions of "Recover SharePoint"

From Tranzman Documentation
Jump to: navigation, search
(Step 5)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The following method has been tested with the versions of Microsoft SharePoint 2010 for recovering the Database Files and getting the server back up and running.
+
The following method has been tested with the version of Microsoft SharePoint 2010 for recovering the Database Files and getting the server back up and running.
 
__NOTOC__
 
__NOTOC__
 
==='''Step 1'''===
 
==='''Step 1'''===
Line 23: Line 23:
 
[[File:SharePoint-Copy-Restored-Files.jpg]]
 
[[File:SharePoint-Copy-Restored-Files.jpg]]
  
==='''Step 6'''===
+
==='''Step 5'''===
Log in to MS SQL Management Studio, right click on Databases and choose '''Restore Database'''.
+
 +
If your SharePoint farm has SQL Server Management Studio installed then please follow this step , else jump to step 6 to restore using SQLCMD.
  
[[File:MSSQL_Restore_DB_01.jpg]]
+
Login to the SSMS and do a native MSSQL Database restore from .BAK files.
  
==='''Step 7'''===
+
[[File:SharePoint_SSMS_Restore_DB-1.jpg]]
  
Select desired database from the drop down menu as the destination. For the source select '''From Device''' and use the '''BAK''' file on the temporary location. Make sure to select the '''Restore''' checkbox as in the picture below.
+
[[File:SharePoint_SSMS_Restore_DB-2.jpg]]
  
[[File:MSSQL_Restore_DB_02.jpg]]
+
==='''Step 6'''===
 
 
==='''Step 8'''===
 
  
Select '''OK''' and this will restore the contents from the BAK file to the desired Database.
+
Use SQLCMD to restore your DB as shown in the below screenshots.
  
----
+
[[File:SharePoint_SQLCMD_Restore_DB.jpg]]
Use this link to go back to the main [[recoverydocs]] Page.
 

Latest revision as of 16:24, 9 December 2019

The following method has been tested with the version of Microsoft SharePoint 2010 for recovering the Database Files and getting the server back up and running.

Step 1

Login to the NetBackup GUI and navigate to Backup, Archive and Restore section.

NBU-Restore-S1.jpg

Step 2

Click on the Restore Files tab and select the Source, Destination Client and type of Policy to restore the SharePoint backup files. The Policy Type will be Standard.

SharePoint-RestoreSelection.JPG

Step 3

Under Browse Directory select the DB files files to restore.

SharePoint-BrowseDirectory.jpg

Step 4

Chose to restore to a different location, and change the target destination to a temporary location on any Unix machine. Then restore the files and copy the restored files to the SharePoint server.

SharePoint-RestoreDirectory.jpg SharePoint-Copy-Restored-Files.jpg

Step 5

If your SharePoint farm has SQL Server Management Studio installed then please follow this step , else jump to step 6 to restore using SQLCMD.

Login to the SSMS and do a native MSSQL Database restore from .BAK files.

SharePoint SSMS Restore DB-1.jpg

SharePoint SSMS Restore DB-2.jpg

Step 6

Use SQLCMD to restore your DB as shown in the below screenshots.

SharePoint SQLCMD Restore DB.jpg