Home
»
Demo
»
Enrique Rhenals Bárcenas
»
Powershell
»
RBS
»
Remote Blob Storage
»
sharepoint 2013
» Remote Blob Storage (RBS ) on Sharepoint 2013
29 may 2014
Each
content database that you want to use RBS with must have a BLOB store
provisioned for use.
Follow these steps to provision a BLOB
Store.
use
[WSS_Content_RBS]
if not
exists
(select *
from sys.symmetric_keys
where name
= N'##MS_DatabaseMasterKey##')
create
master key encryption by password = N'Admin Key Password yourpassword'
********
use
[WSS_Content_rbs]
if not
exists
(select
groupname from sysfilegroups
where
groupname=N'RBSFilestreamProvider')
alter
database [WSS_Content_rbs]
add
filegroup RBSFilestreamProvider contains filestream
use [WSS_Content_rbs]
alter database [WSS_Content_rbs]
add file (name = RBSFilestreamFile, filename =
'c:\DemoRBS')
to filegroup RBSFilestreamProvider
Validate new folder
Install the RBS Client Library on the Web Server
Even though each database is configured separately for the BLOB store, you will only need to install the RBS client once on the web server.
• Download RBS_amd64.msi file.
• Open CMD and type the command (shown below), then press Enter to run it. You will need to change WSS_Content to reflect your database name and DBInstanceName with your SQL Server instance.
msiexec /qn /lvx* rbs_install_log.txt /i RBS.msi TRUSTSERVERCERTIFICATE=true FILEGROUP=PRIMARY DBNAME="WSS_Content_rbs" DBINSTANCE="demosql" FILESTREAMFILEGROUP=RBSFilestreamProvider FILESTREAMSTORENAME=FilestreamProvider_1
After installing RBS, it now must be enabled on at least one web server in a SharePoint farm. The only way to enable RBS is through PowerShell, using the following cmdlets.
You will need to change the ContentDatabaseName by your database name.
Tweetear |
Related Posts
Permisos Administrador Shell en Sharepoint
Hola !!! En el presente post hablaremos de como otorgarle permisos para ejecutar comandos a un u...Read more
Versión de Sharepoint por Powershell
Hola !!! En ocasiones necesitamos saber la versión que estamos usando de Sharepoint , y revisand...Read more
Como borrar los usuarios del UserProfiler usando Powershell en Sharepoint 2013
Hola !!! En algunas ocasiones (como cuando tenemos inconvenientes con manejo diferente de ...Read more
Solution Error Infopath forms With State Services
"An error has occurred with the Form Service there is a misconfiguration of the Microsoft SharePoint...Read more
Search Host Controller Service in "Starting" state (SharePoint 2013)
On the "Services on Server" page, the "Search Host Controller Service" in Centra...Read more
Updload Sharepoint 2013 VHD to Azure
Convert vhdx to vhd , by powershell cmdlets PS C:\> Convert-VHD –Path D:\ProgramData\Microsoft\...Read more
Suscribirse a:
Enviar comentarios (Atom)
0 comentarios:
Publicar un comentario