SNA Connections Discovery

Microsoft.HostIntegrationServer.2009.SNAConnectionsDiscovery (Discovery)

Discovers SNA connection on each SNA service

Knowledge Base article:

Summary

The SNA Connection discovery Queries the WMI namespace “root\ MicrosoftHIS” for instances of the SNA connections that are configured on each SNA service on the local machine. The Host Integration Server 2009 Management Pack uses arguments passed to the script to check whether the connections should be monitored. By default only connections configured as “On server startup” are monitored. If there are connections that require monitoring, it creates an instance of the SNAConneciton class.

Element properties:

TargetMicrosoft.HostIntegrationServer.2009.SNAService
EnabledTrue
Frequency43230
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
SnaConnDiscovery DataSource Microsoft.HostIntegrationServer.2009.SNAConnectionDiscoveryDS Default

Source Code:

<Discovery ID="Microsoft.HostIntegrationServer.2009.SNAConnectionsDiscovery" Enabled="true" Target="Microsoft.HostIntegrationServer.2009.SNAService" ConfirmDelivery="true" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.HostIntegrationServer.2009.SNAConnection">
<Property TypeID="Microsoft.HostIntegrationServer.2009.SNAConnection" PropertyID="SNAServerName"/>
<Property TypeID="Microsoft.HostIntegrationServer.2009.SNAConnection" PropertyID="SNAConnectionName"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.HostIntegrationServer.2009.SNAService">
<Property TypeID="Microsoft.HostIntegrationServer.2009.SNAService" PropertyID="SNAServiceName"/>
<Property TypeID="Microsoft.HostIntegrationServer.2009.SNAService" PropertyID="SvcMonitoredConnections"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
<DiscoveryClass TypeID="Microsoft.HostIntegrationServer.2009.SNAGateway">
<Property TypeID="Microsoft.HostIntegrationServer.2009.SNAGateway" PropertyID="GWConnectionCount"/>
<Property TypeID="System!System.Entity" PropertyID="DisplayName"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="SnaConnDiscovery" TypeID="Microsoft.HostIntegrationServer.2009.SNAConnectionDiscoveryDS">
<IntervalSeconds>43230</IntervalSeconds>
<SyncTime/>
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<NetbiosName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</NetbiosName>
<MonitoredOSS>true</MonitoredOSS>
<MonitoredOD>false</MonitoredOD>
<MonitoredBA>false</MonitoredBA>
<TimeoutSeconds>360</TimeoutSeconds>
</DataSource>
</Discovery>