Using ConfigureSharePoint
Aplica-se a: System Center Data Protection Manager 2010
Before you begin to protect a SharePoint farm, you must configure protection for SharePoint by using the ConfigureSharePoint.exe tool.
In DPM, ConfigureSharePoint.exe is a tool that is required to be run on the front-end Web server from where you plan to protect SharePoint farm data. The ConfigureSharePoint.exe file can be found in the <DPM Installation Path>\bin folder on the front-end Web server. This tool must be run in the following scenarios:
Before you begin to protect a SharePoint farm
Change in SharePoint farm administrator password
Change in SharePoint farm administrator account
Permissions
To run the ConfigureSharePoint.exe tool, ensure that you meet the following prerequisites:
You must be a member of the Administrators group on the local computer to run this tool.
You must run this tool from an elevated command prompt.
The ConfigureSharePoint.exe tool provides the following permissions to the farm administrator on the front-end Web server:
Read and Execute to all DPM directories: DPM has to load the DLLs from the DPM Bin directory when WSSCmdletWrapper.exe runs.
Read, Execute, and Write (all) access on the Temp directory in the DPM directory: DPM has to create a directory inside the DPM Temp directory where item-level catalog dumps are created. DPM also creates a log file, WSSCmdletWrapperCurr.errlog, inside the DPM Temp directory.
Read permissions to the DPM hive in the registry.
Syntax
ConfigureSharePoint [-EnableSharePointProtection] [-EnableSPSearchProtection] [-ResolveAllSQLAliases] [-SetTempPath <path>]
Dica
To run this command, you must be a local administrator on the front-end Web server. In Windows Server 2008 and later versions, ensure that you run this command from an elevated command prompt.
Parameters
Parameter | Description |
---|---|
EnableSharePointProtection |
This option performs the following:
|
EnableSPSearchProtection |
|
ResolveAllSQLAliases |
This option displays all the aliases reported by the SharePoint VSS writer and resolves them to the corresponding SQL Server. It also displays their resolved instance names. If the servers are mirrored, it also displays the mirrored server. It reports all the SQL Server aliases that are not being resolved to a SQL Server. Dica This option can be run only after you run the ConfigureSharePoint [-EnableSharePointProtection] or ConfigureSharePoint [-EnableSPSearchProtection] command on the front-end Web server. |
SetTempPath |
Sets the environment variables TEMP and TMP to the specified path. Item-level recovery fails if a large site collection, site, list, or item is being recovered and there is insufficient space in the farm administrator Temporary folder. This option allows you to change the folder path of the temporary files to a volume that has sufficient space to store the site collection or site being recovered. |