NAME

Set-DcsReplicationBufferFolder

SYNOPSIS

Sets or changes the replication buffer on a server.

SYNTAX

Set-DcsReplicationBufferFolder   -Server <Object>   [ -Folder <String> ]   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Sets or changes the replication buffer on a server. The buffer should reside on the server used as the source of replications. The buffer is used to store outgoing I/Os which have not been transferred to the destination server. The buffer should be a local NTFS volume partition with a drive letter (and optional folder name). Use a dedicated volume to avoid contention with other system or application files. Do not use a buffer on the boot disk or a virtual disk.

PARAMETERS

-Server<Object>
ServerHostData object, computer name, or ID that identifies the server where the buffer resides. The computer name must be unique or the name must be fully qualified.

Required: true
Position: 1
Default value:
Accept pipeline input: true (ByValue)
Accept wildcard characters: false

-Folder<String>
This parameter designates the complete path to the replication buffer, beginning with the drive letter. For instance, "e:\rePBuffer" or "e:\" could be valid examples. To remove the buffer folder, use an empty string as the value; for example "".

Required: false
Position: 2
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-Connection<String>
Alias of the connection to the server group. If not specified, the default connection is used.

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

-PipelineVariable<String>

Required: false
Position: named
Default value:
Accept pipeline input: false
Accept wildcard characters: false

INPUTS

ServerHostData : Object that identifies the server.

OUTPUTS

string : Complete path to replication buffer.

NOTES

Also see Get-DcsReplicationBufferFolder, Set-DcsReplicationPartnerGroupProperties.

EXAMPLES


-------------- Example 1 Sets the replication buffer on a specified server --------------
Set-DcsReplicationBufferFolder -Server SSV1 -Folder E:\
			

Sets the replication buffer for server "SSV1" to drive "E:\".

E:\