Service AVIcode Intercept trouvé

Microsoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitor (UnitMonitor)

Analyse qui recherche une erreur de programme d'installation déclenchée pour indiquer qu'un ancien agent AVIcode .NET Enterprise se trouve sur le système. Cette analyse est désactivée par défaut mais vous pouvez l'activer pour vérifier quelle proportion de vos agents exécute toujours le service AVIcode Intercept plutôt que la nouvelle fonction APM dans System Center Operations Manager.

Knowledge Base article:

Résumé

L'état d'instance devient non intègre si le programme d'installation de l'agent APM Operations Manager s'exécute sur un système hébergeant AVIcode 5.7 ou des produits plus anciens.

Causes

Lors de l'installation du service d'intégrité Operations Manager, le programme d'installation a trouvé des intercepteurs AVIcode déjà installés. L'agent Operations Manager APM ne sera disponible pour le serveur cible qu'après la suppression des intercepteurs AVIcode du système. Les intercepteurs AVIcode seront présents si vous utilisez actuellement AVIcode Intercept Studio ou le pack d'administration de la bibliothèque d'applications ASP.NET.

La fonctionnalité Operations Manager APM remplace le pack d'administration de la bibliothèque d'applications ASP.NET pour les applications Web et les services hébergés sur IIS 7 et versions supérieures.

Pour pouvoir utiliser Operations Manager APM, supprimez les intercepteurs AVIcode du serveur cible, puis réinstallez l'agent Operations Manager.

Résolutions

Les intercepteurs AVIcode doivent être supprimés du système cible.

Pour supprimer AVIcode 5.x du système :

Pour supprimer la bibliothèque d'applications ASP.NET

Element properties:

TargetMicrosoft.SystemCenter.HealthService
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitorType
RemotableFalse
AccessibilityPublic
Alert Message
Service d'analyse .NET en conflit
Des produits AVIcode 5.7 ou version plus ancienne ont été détectés. Pour pouvoir utiliser Operations Manager APM, vous devez supprimer ces produits de {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitor" Accessibility="Public" Enabled="false" Target="SC!Microsoft.SystemCenter.HealthService" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="false" Priority="Normal" TypeID="Microsoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Apm.AVIcodeInterceptServiceFoundMonitor_AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="InterceptServiceNotFound" MonitorTypeStateID="InterceptServiceNotFound" HealthState="Success"/>
<OperationalState ID="InterceptServiceFound" MonitorTypeStateID="InterceptServiceFound" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<Frequency>14400</Frequency>
<WindowsVersion>6.0</WindowsVersion>
</Configuration>
</UnitMonitor>