Posts

Showing posts from November, 2014

Migrate content into or out of RBS (SharePoint Foundation 2010)

http://technet.microsoft.com/en-us/library/ff628255(v=office.14).aspx This article describes how to migrate content into or out of Remote BLOB Storage (RBS), or to a different RBS provider. After installing RBS and setting a content database to use RBS, all existing content in that database can be migrated into the database's active provider. You use the same Windows PowerShell 2.0 command to migrate content into or out of RBS, or to another RBS provider. When RBS is implemented, SQL Server itself is regarded as an RBS provider. You can migrate content databases at any time, but we recommend that you perform migrations during low usage periods so that this activity does not cause performance degradation for users. Migration moves all content from the specified content database into the storage mechanism of the newly named provider. This operation can be performed on any Web server in the farm. You only need to perform the operation one time on one Web server for each conte

Configuring remote blob storage with SharePoint 2010

Image
I have taken this article from the below URL http://blogs.technet.com/b/sharepointjoe/archive/2011/02/01/sp2010-configuring-remote-blob-storage-with-sharepoint-2010.aspx   With Sharepoint 2010, the Remote Blob Storage (RBS) functionality, which allows putting documents into the database filesystem instead of the database itself, came into focus again. To make that happen each content database is located in a specific section of the file system where all the documents are stored. This documents are none the less managed by Sharepoint, a database is mandatory even if the documents are stored as BLOB because metadata is written exclusively into databases. The following installation routines and steps to activate RBS are based on   Technet   and the blogs of   Jie Li   and Todd Klindts . All the following installations have been done on Microsoft   Windows Server 2008 R2   and   Microsoft SQL Server 2008 R2   as there is no support for RBS on Microsoft SQL Server 2005. First o

SharePoint 2013 Server Installation step by step

Install and Configure SharePoint Server 2013 step by step In this blog post I am covering all basic required steps of SharePoint 13 installation. And have divided this in 4 parts. 1)  Install Windows Server 2012 and Active Directory configuration. 2)  Install SQL Server 2012. 3)  Install and configure SharePoint Server 2013 . 4) Configure SharePoint Server Service Applications Managed Metadata Service Application Search Service Application User Profile Service Application 5)  Create your first web application on SharePoint Server 2013 . Installation and configuration of Windows Server and SQL server have done more specific to build SharePoint Server farm prospective. For example, Permissions given to Service accounts during installation of windows server. Installation of SQL server and SharePoint Server have done by specific service account. Original Blog (Please use the below URL for step by step) http://blog.anuragg.com/2012/12/install-and-configure-sharepoint-