Sharepoint Portal Server Backup Restore Tool



SharePoint users often experience failure or crash due to various reasons. Such an inappropriate action certainly causes corruption in the SharePoint database. You can’t open or access a corrupt database file until you repair it. In a case of severe corruption, repairing the database might be challenging. In such a situation, you must use a smart SharePoint Server Recovery tool to restore SharePoint Server data.

Microsoft SharePoint Server

Prolonged SharePoint downtime is costly and, in many cases, is not acceptable. Companies of any size that are heavily reliant on SharePoint must implement a SharePoint server and data backup plan that assures the availability of vital SharePoint resources in the shortest amount of time. Acronis offers dependable backup solutions for SharePoint. To restore a site from a backup file, either to a new site or a separate server, use the Stsadm.exe restore parameter. Use the overwrite parameter to replace any existing site at the new location. Notes using the stsadm backup command. Ensure that a content database exists for the restored site collection.

Microsoft SharePoint is a popular web-based application integrated with the Microsoft Office suite. It was first launched in 2001, and it has been commonly using for document management and storage system since then. SharePoint is highly popular among large customer/consumer organizations. Such organizations use SharePoint to create websites.

Backup

You can use SharePoint as a secure place where you can store crucial/confidential data and information. Also, you can organize, share and access the stored information from any device (almost all). The only thing what you actually need is a web browser; you can use any like Internet Explorer, Chrome or Firefox.

Microsoft SharePoint provides different editions which have different functions: SharePoint Server, SharePoint Standard, SharePoint Enterprise, and SharePoint Online. Here in this post, we’ll discuss the most common reasons for corruption in SharePoint Server. Also, we’ll learn how to repair SharePoint database and perform SharePoint Server recovery.

Some common SharePoint benefits are:

  • Microsoft SharePoint Server allows users to create online content such as web pages, wiki’s, blogs, etc.
  • Microsoft SharePoint Server helps you manage and control the entire content of your business. If you’re running a business, you must know how painful security violation or hacking can be as it may put your invaluable data at high risk. Such action can definitely cause a great deal of damage/loss to the company. SharePoint Server contains various tools which help you track the online content and streamline various business processes with ease.
  • Microsoft SharePoint Server has an ability to organize documents and edit them quickly and easily. There are a number of different criteria to organize documents in SharePoint. Also, collaborative editing is possible using the applications available with the software.
  • You can also use SharePoint platform to access documents and workspaces which you need to share with a number of individuals, such as databases, commonly used forms, etc.

Though SharePoint Server has many advantages, on the other hand, you may experience some serious issues like Server crash and corruption.

Corruption in SharePoint Server

Mistake #1 –SharePoint has low RAM or hard disk space

SharePoint Server works as hard as possible to keep its users happy, although it has limited resources. If it has low RAM or hard disk space, it causes serious issues to users. Due to low RAM or disk space, it starts shutting off the functionalities in order to get fit into the available space. Also, it starts caching less in the web application pools and recycles them more often. Since SharePoint must compile the same ASP.NET code persistently, actions of less caching and more recycling will result in degraded end-user experience.

Solution: The easiest solution to resolve this issue is to add more RAM. Also, make sure you’re having enough free space on your hard disk, especially on C Drive.

Mistake #2 –Use of virtualized Microsoft SQL Server

Though virtualization is not bad, make sure you do that very smartly without sacrificing the ability of SharePoint Server. But sometimes aggressive virtualization may cause serious issues. It allows administrators to make mistakes on a huge level. Just for an example, you’re using virtualized MS SQL Server. Sometimes the action of virtualizing SQL Server starts over-committing the host through RAM, CPU, or hard disk space. Since everything of SharePoint is stored in SQL Server, slow SQL Server will cause slow SharePoint.

Solution: The obvious solution to resolve this issue is to move the SQL Server to a physical box so that there’s no need to share resources. It’s all easy to move SharePoint’s SQL Server instance.

Mistake #3 – Incorrect URL during Content Web App’s creation

Generally, SharePoint Server and Microsoft Internet Information Services (IIS), formerly known as Internet Information Server, face communication problems. When you make any changes to a web app, there’s no way for SharePoint to tell IIS about this change after its creation. Just for an example, you create an Alternate Access Mapping (AAM) for a web app in Central Administration. You’re not done yet. You still need to go to AAM to add the host header to the new address. Generally, SharePoint administrators give their web apps short URLs like https://portal, in order to avoid more typing. Since the web app needs a fully qualified URL, such short URLs fail to route across the Internet. Though it’s not that big deal, sometimes it may cause serious problems.

Solution: Make notes of all your web app settings. Avoid using short incorrect URLs. Make sure you enter the correct, fully qualified URL in the Host Header box. Download wireless gaming router reviews 2011 free.

Mistake #4 – Running Web or Service Apps in separate App Pools

An application pool runs Web apps and other service applications inside it. It’s a W3WP.exe process that runs on your SharePoint Server. Make sure you run all SharePoint web apps inside one application pool. And the very same thing goes for service applications as well. Using multiple application pools will cache the same content multiple times. If you run each web app in its own application pool, it makes inefficient use of the Server’s memory for sure. Sometimes it may cause some serious problems.

Solution: The best way to resolve this problem is to run web and service apps in a single app pool so that Server consumes less memory.

Mistake #5 – Use of single account for almost everything

Security is always complicated, even in SharePoint Server. Using a single account for everything looks okay, but many of you don’t know it’s a bad idea. Why? If you’re using a single account, this may cause several security issues in SharePoint Server. How? Anyone who knows your account password can make unnecessary changes to SharePoint Server. Also, you can’t verify what changes have been made and by whom. And if you change the password of that single account more than often, this may put SharePoint’s uptime at high risk.

Solution: First of all, avoid using a single account for everything in SharePoint Server. Don’t forget to add the sp_webapps and sp_serviceapps accounts as managed accounts. On the Search Service Application page, you can change the default content access account for the Search service application. Also, you can change the accounts which are used by other processes as well (Under Central Administration, Security, Configure Service Accounts).

Mistake #6 – Enable default SharePoint database settings

Keeping default settings for SharePoint database might be risky sometimes. When SharePoint Server starts creating its multitudes of databases, it may cause some severe issues. Just for an example, if you enable the “autogrow” setting option, this will let the database files grow by 1 MB. This means with every upload, the database files will auto-grow. It can slow down SQL Server as well as SharePoint. Also, it may cause some issues in database files which are spread all over the drives in small parts (1 MB).

SharePoint creates most of its databases (especially Config and Content) with the recovery model set to Full by default. Although it’s helpful in recovering data, you must manage this whole process correctly. Otherwise, those LDF files will fill your hard disk slowly. When SQL Drives are full, SharePoint stops completely or starts crashing frequently.

Solution: To resolve this issue, you can set the “autogrow” setting in such a way that doesn’t let the database files grow frequently. It’s strongly recommended that you should change the auto-grow setting from 1 MB to 500 MB or 1 GB. Also, make sure that your recovery model setting is consistent with your disaster recovery plans.

Mistake #7 – Use of Farm Configuration Wizard

Sometimes using the Farm Configuration Wizard may cause some serious issues. All the database files created by Farm Configuration Wizard, contain bad globally unique identifiers (GUIDs) at the end of their names. Also, it creates a content web app, at https://servername, which fails to scale well. The situation becomes much worse when the wizard creates your My Site host on that same web app, at https://servername/my.

Also, the wizard encourages you to create service applications which you may not use in actual. The Farm Configuration Wizard can create a mess on SharePoint, and it may become a challenge to fix that.

Solution: To resolve the issues caused by Farm Configuration Wizard, you can take the following measures:

  • First, you should start with your web apps – Create a web app for My Site and provide a fully-qualified domain name(FQDN), such as mysites.company.com. Now create a host, My Site, at the web app’s root. Move any My Site to one content database by using Windows PowerShellcmdlet Move-SPSite. After that, attach this content database to your new web app. Also, you need to adjust your User Profile Service in order to tell your new My Site location.
  • Clean up your service applications – Go to your list of service applications and delete/remove those which you don’t use anymore. There’s no need to keep the service applications which you aren’t going to use for another six months. Once you successfully delete/remove all the unnecessary service applications, you should stop the associated service instances. If it’s possible to remove the GUIDs from the service application database names, then do that.

Mistake #8 – Disable Blob caching

Restore

Should SharePoint work slow or fast? What do you think? Most of us want SharePoint to get files to the users as quickly as possible, and BLOB caching plays an important role in that. It’s one of the easiest and least expensive ways which can help you improve SharePoint performance. But if the BLOB caching is disabled, you may come across to some serious issues related to SharePoint performance.

Solution: Make sure the BLOB caching is enabled because it helps SharePoint to get files to users more quickly, Also, it eases the burden on SQL Server.

Mistake #9 – SharePoint Server doesn’t point at itself

If SharePoint is working perfectly, it’s great for users. But if it doesn’t work due to any reason, it’s not less than a nightmare for anyone. Therefore, troubleshooting in a timely manner becomes mandatory. Make sure that every server in the SharePoint farm is pointing to itself for all web apps instead of pointing to others. It’s highly beneficial. How? If sometimes SharePoint fails to respond, you can easily use Remote Desktop Protocol (RDP) to log in to each server and try to fix SharePoint. There’s one more advantage of pointing Search index at itself. It can improve SharePoint’s performance.

Sharepoint Portal Server Backup Restore Tool

Solution: The only fix for this problem is to point your Search indexer at itself. This will help you get the correct LOG files quickly. And the more quickly you get the LOG files, the more quickly you can resolve the errors.

Mistake #10 – No use of PDF iFilter

In most organizations, SharePoint stores a large number of PDF files containing invaluable information. Users are able to access the information stored in PDF files via SharePoint Search. Generally, SharePoint Server is a great way to get users excited about SharePoint. You must install PDF iFilter, it’s easy and very useful. Adobe provides a free PDF iFilter which you can use here. Make sure you install iFilter only on those SharePoint Servers which run the Search Index role. But if you don’t use any PDF iFilter, this may cause serious troubles.

Solution: The only possible solution to this problem is PDF iFilter. Make sure you’re using PDF iFilter. If you have a large farm in SharePoint and you want to reduce the time needed to index PDF files, you should try PDF iFilter provided by Foxit. It’s better than Adobe iFilter and provides you excellent performance (but it’s not a freeware).

Aforementioned reasons cause failure in SharePoint Server and lead to corruption in its database. You’re lucky if you have the backup. Backup has the ability to restore what you lost due to accidental deletion or corruption. Also, you can create a new database with the backup at the time of SharePoint Server failure or crash. This is the main reason why backup is strongly recommended by computer experts and professional users. Don’t forget to take backup of your data. Also, do practice your restore procedures regularly even before you actually need to. Refer to this article to know how to backup and restore SharePoint.

Interested users may find this useful – Repair SQL Database File Via SQL Server Management Studio

Fix SharePoint Server corruption manually

In case you don’t have any backup, you’re in deep trouble. Fortunately, SharePoint Server 2010 provides you a feature to restore the configuration database and thus you can restore the farm configuration. And if you’re using SharePoint Server 2013 or 2016, you have no need to restore configuration database since you can directly restore farm configuration.

Important note: Before you can restore farm configuration, make sure:

  • You must be the member of the Farm Administrators group on the system, which is running the Central Administration.
  • Also, you must have permissions for the sysadmin server role on the database server, which contains all the databases.
Sharepoint

Follow the points given below:

Step #1: First of all, go to Central Administration’s home page. Now click Restore from a backup in the Backup and Restore section.

Step #2: On the “Restore from Backup” screen, choose Backup to Restore page. Now select the backup job and click Next to continue the process.

Step #3: Choose Component to Restore page, and click the checkbox shown next to the farm. Click Next to continue the process.

Step #4: In the “Restore Component” section, choose Restore Options page from Restore from Backup option. Make sure the Farm appears in Restore the following content listing.

Step #5: In the “Restore Only Configuration Settings” part, make sure that Restore content and configuration settings preference is selected.

Step #6: Choose Type of Restore preference in the Restore Options section. Use Same configuration settings. Click OK button to confirm this operation. Then click Start Restore option.

You can see the status of all SharePoint repair jobs.

Professional SharePoint Server Recovery Software

Unluckily if you fail to restore farm configuration manually, there’s an effective way to perform SharePoint Server recovery via a professional recovery solution. You must try something that can restore SharePoint Server data from the MDF database. There are many software vendors in the market which provide professional recovery solutions for SharePoint Server. Download free SharePoint Server Recovery software to recover SharePoint data without causing any alteration or modification to their originality.

Important note: I strongly recommend my readers to evaluate the SharePoint Server Recovery software before purchasing its licensed version. Download its free demo version first to see what you can possibly recover from the database. If you’re satisfied with the results, then only you should purchase the licensed version of SharePoint Server Recovery software.

Software

What you get in this SharePoint Server Recovery software:

  • Smart support for Complete Database Recovery or Document Recovery;
  • Intensive scanning of the corrupt database in just no time;
  • Dual recovery modes, standard and advanced for handling the different level of corruption;
  • Define collation type for the selected database before the recovery process;
  • Tree-structure preview of recovered database objects before saving them;
  • Easy-to-use application, i.e. it requires no prior technical expertise for SharePoint Server recovery.

Watch the online video tutorial below


Upgrading from Microsoft SharePoint Portal Server 2001

You can upgrade to Microsoft SharePoint Portal Server from SharePoint Portal Server 2001 by using the upgrade tool provided on the product CD.

It is important to back up and restore the data on the SharePoint Portal Server 2001 computer to another computer before upgrading to SharePoint Portal Server. This computer must have the same version of SharePoint Portal Server 2001, including service packs, updates, and language packs. Any differences between the two computers may result in a failed backup and restore. Download game kamen rider kabuto iso ps2.

The upgrade tool exports data from the SharePoint Portal Server 2001 computer. After installing Microsoft Windows Server 2003 and taking other steps to upgrade your server, you run the upgrade tool again to make final changes.

You finish upgrading SharePoint Portal Server 2001 to SharePoint Portal Server by running the content import tool.

Important Upgrading from SharePoint Portal Server 2001 to a pre-release version of SharePoint Portal Server is not recommended for production servers, and upgrade to the release version of SharePoint Portal Server from a pre-release version is not supported.

Some data from SharePoint Portal Server 2001 is imported during upgrade, but cannot be used in SharePoint Portal Server. This includes but may not be limited to portal customization and most SharePoint Portal Server 2001 custom Web Parts.

Security roles are exported from SharePoint Portal Server 2001 but are not imported to SharePoint Portal Server 2003. You can keep this information as a record to use when deciding how to assign users to site groups.

After completing an upgrade to SharePoint Portal Server, you will not be able to back up and restore the client components for backward-compatible document libraries.

The portal content and dashboard folders are not deleted during upgrade and appear in the Documents area of the portal site. After you have migrated all of the content from these folders, it is recommended that you delete the folders.

Upgrading from SharePoint Portal Server 2001 to SharePoint Portal Server

Before you upgrade to SharePoint Portal Server, you must back up and restore the SharePoint Portal Server 2001 server computer's settings to another computer running SharePoint Portal Server 2001. For more information on backup and restore in SharePoint Portal Server 2001, see Administrator's Help for SharePoint Portal Server 2001.

Important Do not use the Windows Backup utility to back up the server. Although the backup process is completed, the utility does not back up all required data for SharePoint Portal Server 2001. A subsequent restore using this utility fails.

You must be a member of the local administrators group to complete this procedure.

  1. On the taskbar, click Start, point to All Programs, point to Accessories, and then click Command Prompt.
  2. Change directories to the SharePoint Portal Server Bin directory. The location of this directory depends on the location of the SharePoint Portal Server installation directory.
  3. Specify a network access account with rights to the computer to which you plan to restore this installation of SharePoint Portal 2001. To specify this account, type MSDMBack /a domainuser_password and then press ENTER. You need to specify this account only once.
  4. Type MSDMBack /bpath_to_backup_file_name [password] and then press ENTER. The /b switch indicates that this is a backup procedure.

    For example, if you want to back up to the C:DailyBackup directory, and you want the backup file name to be AdventureBackup1, the path_to_backup_file_name parameter is C:BackupDailyAdventureBackup1. The DailyBackup directory must exist and the AdventureBackup1 file must not exist before you run the script.

    The MSDMBack utility displays a dialog box with a status bar. If you want to cancel the backup process, click Abort.

  5. On the taskbar of the computer to which you are restoring SharePoint Portal 2001, click Start, select All Programs, select Accessories, and then click Command Prompt.
  6. Change directories to the SharePoint Portal Server Bin directory. The location of this directory depends on the location of the SharePoint Portal Server installation directory.
  7. Type MSDMBack /r path_to_backup_file_name [password] [/o]

    The /r switch indicates that this is a restore procedure. The optional /o switch indicates that the restoration should put the full-text indexes in the original location of the backup source, not in the current default location.

    For example, if you want to restore from the AdventureBackup1 file in the C:DailyBackup directory, the path_to_backup_file_name parameter is C:BackupDailyAdventureBackup1.

    The MSDMBack utility displays a dialog box with a status bar. If you want to cancel the restore process, click Abort.

  8. Create scheduled content source updates. The backup image does not include any scheduled content source updates from Windows 2000 Scheduled Tasks. You must recreate these content sources on the restored server. You must also restore any shortcuts to workspaces in My Network Places.

Before you export data from SharePoint Portal Server 2001, there are several considerations:

Sharepoint Portal Server Backup Restore Tool Mac

  • You cannot export data from SharePoint Portal Server 2001 after you have upgraded your operating system to Windows Server 2003.
  • If you export data to an external hard disk, search data is not exported unless the search service account has write access to that location.
  • Ensure that all area names are 100 characters or less in length.

You must be a member of the local administrators group to complete this procedure.

To export data from SharePoint Portal Server 2001:

  1. Create the folder that you want to use to store exported data from the SharePoint Portal Server 2001 computer.
  2. Insert the SharePoint Portal Server CD into your CD-ROM drive.
  3. Click Exit, and then browse to the root directory of the CD by using My Computer.
  4. On the root directory of the SharePoint Portal Server CD, double-click Upgrade.exe.
  5. On the Export Server Data page, type the location of the folder that you want to use to store exported data. If you want, you can help protect the security of this information by typing a password.
  6. Click Next.
  7. When your data is exported, a message appears telling you that you must install Windows Server 2003. Click OK.

Sharepoint Portal Server Backup Restore Toolkit

You must be a member of the local administrators group to complete this procedure.

  1. Install Windows Server 2003. For more information on installing Windows Server 2003, see the documentation for Windows Server 2003.
  2. Install the same language packs for Windows Server 2003 that were installed with your previous operating system.
  3. On the taskbar, click Start, select Administrative Tools, and then click Computer Management.
  4. On the Computer Management page, click Services and Applications, and then click Services.
  5. In the Services list, right-click World Wide Web Publishing Service, click Properties, and then under Startup type, click Automatic.
  6. In the Services list, right-click World Wide Web Publishing Service, and then click Start.
  7. On the taskbar, click Start, select Control Panel, and then click Add or Remove Programs.
  8. On the Add or Remove Programs page, click Add/Remove Windows Components.
  9. In the Windows Component Wizard, click Application Server in the components list, and then click Details.
  10. On the Application Server page, select ASP.NET, and then click OK.
  11. Click Next to begin installation of ASP.NET.
  12. After installation, click Finish and then close the Add or Remove Programs page.
  13. On the taskbar, click Start, select Administrative Tools, and then click Internet Information Services (IIS) Manager.
  14. On the IIS Manager page, click the server, and then click Web Service Extensions.
  15. In Web Service Extensions, click ASP.NET, and then click Allow.

You must be a member of the local administrators group to complete this procedure.

  1. Insert the SharePoint Portal Server CD into your CD-ROM drive.
  2. At the message that appears that asks you to read this documentation before upgrading to SharePoint Portal Server, click OK.
  3. Click Exit, and then browse to the root directory of the CD by using My Computer.
  4. On the root directory of the SharePoint Portal Server CD, double-click Upgrade.exe.
  5. The Upgrade Progress page shows the progress of installation. The document management components are installed, followed by the installation of SharePoint Portal Server.

    Note It is strongly recommended that you monitor the progress of installation until it is complete. Delays during Setup can lead to errors in the installation. Also, to avoid errors, install SharePoint Portal Server to the default location.

    Upgrading from Microsoft SharePoint Portal Server 2001 can be difficult, and occasional problems may occur. Pilot centerturks and caicos virtual. The following problems are relatively common, but if you follow the instructions below your upgrade should succeed.

    If the overall progress bar stops progressing, store.exe may have stopped responding. To check and fix this problem:

    1. In Windows Task Manager, on the Processes tab, check the resources used by store.exe. If the CPU resources for store.exe are at 0 for more than a minute, the program has stopped responding.
    2. Open a command prompt window, and then type net stop msexghangeis /y. Wait one minute to allow this change to occur.
    3. In Windows Task Manager, click store.exe, and then click End Process.
    4. In the command prompt window, type net start msdmserv. Wait a few minutes, and upgrade will continue.
  6. On the Configure Server Farm Account Settings page, under Default Content Access Account, select Configure Default Content Access Account, and then type a user name and password for an account to use when crawling content sources. The account must have rights to read the content being crawled.

    Note If this page does not appear correctly, click Start on the taskbar, click Run, type iisreset, and then click OK. Then refresh the page.

Important If you are upgrading to a deployment that uses a document management server with a different URL than you used for SharePoint Portal Server 2001, you must change the name of the document management server before importing data from SharePoint Portal Server 2001.

If you do not change the name, the links to areas will be broken.

You must be a member of the SharePoint administrators group or the local administrators group to complete this procedure.

  1. On the title bar of the portal site, click Site Settings.
  2. On the Site Settings page, in the Portal Site Content section, click Import SharePoint Portal Server 2001 data.
  3. On the Import SharePoint Portal Server 2001 Data page, type the location of the import file, and then click OK.

Related Topics

Sharepoint Portal Server Backup Restore Tools

Upgrading from an Evaluation Copy
Upgrading to an Evaluation Copy
Upgrading from SharePoint Team Services
Upgrade Considerations
Quick Installation Guide

Sharepoint Portal Server Backup Restore Tool Windows 10

©2003 Microsoft Corporation. All rights reserved.