NAME

Set-DcsServerThreshold

SYNOPSIS

Sets the Available Space Thresholds for the replication buffer on a server.

SYNTAX

Set-DcsServerThreshold   -Server <Object>   [ -ReplicationBufferSpaceAttention <UInt64> ]   [ -ReplicationBufferSpaceWarning <UInt64> ]   [ -ReplicationBufferSpaceCritical <UInt64> ]   [ -Connection <String> ]   [ -PipelineVariable <String> ]

DESCRIPTION

Sets the Available Space Thresholds for the replication buffer on a server. Thresholds can be set for attention, warning, and critical levels which will generate the appropriate level messages in System Health.

PARAMETERS

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

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

-ReplicationBufferSpaceAttention<UInt64>
This parameter will cause an attention message to be generated when the available space in the replication buffer for a server reaches the attention threshold that is set. The value is the percentage of available space in the buffer. The default value is 30 percent. Valid values are 0 - 100. In the default case, when the replication buffer reaches 30% available space, an attention message will be generated.

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

-ReplicationBufferSpaceWarning<UInt64>
This parameter will cause a warning message to be generated when the available space in the replication buffer for a server reaches the warning threshold that is set. The value is the percentage of available space in the buffer. The default value is 20 percent. Valid values are 0 - 100. In the default case, when the replication buffer reaches 20% available space, a warning message will be generated.

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

-ReplicationBufferSpaceCritical<UInt64>
This parameter will cause a critical message to be generated when the available space in the replication buffer for a server reaches the critical threshold that is set. The value is the percentage of available space in the buffer. The default value is 10 percent. Valid values are 0 - 100. In the default case, when the replication buffer reaches 10% available space, a critical message will be generated.

Required: false
Position: named
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

ThresholdMonitorTemplateData : A type of MonitorTemplateData object which identifies and describes the threshold monitor.

NOTES

EXAMPLES


-------------- Sets the warning and critical thresholds for a replication buffer on a server. --------------
Set-DcsServerThreshold -Server StorageSvr003 -ReplicationBufferSpaceWarning 25 -ReplicationBufferSpaceCritical 20
		
AttentionLevel:30
WarningLevel:25
CriticalLevel:20
CounterName:ReplicationBufferPercentFreeSpace
Alias:Replication buffer free space
Description:Monitors the percent of free space on the disk where the buffer folder is located
MonitorType:DataCore.Executive.Controller.FallingThresholdPerfMonitor`1[T]
MonitoredObjectType:DataCore.Executive.Controller.ServerMachine
MonitoredObjectId:12C6EB85-0536-4E6E-85D5-053C9C7077F2
TypeId:T(DataCore.Executive.Controller.FallingThresholdPerfMonitor`1[T]<DataCore.Executive.Controller.ServerMachine>ReplicationBufferPercentFreeSpace)
Sequencenumber:7114
Id:T(DataCore.Executive.Controller.FallingThresholdPerfMonitor`1[T]<12C6EB85-0536-4E6E-85D5-053C9C7077F2>ReplicationBufferPercentFreeSpace)
Caption:Replication buffer free space
ExtendedCaption:Replication buffer free space of 12C6EB85-0536-4E6E-85D5-053C9C7077F2
Internal:False