Состояние службы лицензирования служб терминалов

Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TSLicensing.ServiceStateMonitor (UnitMonitor)

Knowledge Base article:

Краткое описание

Этот монитор отслеживает состояние сервера лицензирования сервера терминалов (termservlicensing) и будет изменять состояние в зависимости от того, выполняется ли эта служба.

Для установки, выдачи и отслеживания клиентских лицензий служб терминалов серверу лицензирования служб терминалов нужно, чтобы выполнялась служба лицензирования служб терминалов.

Решения

Для устранения этой проблемы запустите на сервере лицензирования служб терминалов службу лицензирования служб терминалов.

Для выполнения данной процедуры необходимо быть членом локальной группы Администраторы либо являться обладателем соответствующих делегированных полномочий.

Чтобы запустить службу лицензирования служб терминалов, выполните следующие действия.

Element properties:

TargetMicrosoft.Windows.Server.2008.TerminalServicesRole.Service.TSLicensing
Parent MonitorSystem.Health.AvailabilityState
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.CheckNTServiceStateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Состояние службы лицензирования служб терминалов
Служба лицензирования служб терминалов (termservlicensing) в системе {0} не запущена
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TSLicensing.ServiceStateMonitor" Accessibility="Public" Enabled="onStandardMonitoring" Target="Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TSLicensing" ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.CheckNTServiceStateMonitorType" ConfirmDelivery="false">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.2008.TerminalServicesRole.Service.TSLicensing.ServiceStateMonitor_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Running" MonitorTypeStateID="Running" HealthState="Success"/>
<OperationalState ID="NotRunning" MonitorTypeStateID="NotRunning" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ServiceName>termservlicensing</ServiceName>
<CheckStartupType>false</CheckStartupType>
</Configuration>
</UnitMonitor>