AppServer DB Discovery

ozsoft.sap.Discovery.DB (Discovery)

SAP AppServer DB Discovery

Knowledge Base article:

Summary

Discovers AppServer DataBase

Element properties:

Targetozsoft.sap.AppServer
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
  • ozsoft.sap.DB
    • SAP.SID
    • SAP_DB.NAME
    • SAP_DB.HOST
    • SAP_DB.PORT
    • SAP_DB.INSTANCE
    • SAP_DB.RELEASE

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource ozsoft.sap.DatasourceModuleType.Discovery.DB Default

Source Code:

<Discovery ID="ozsoft.sap.Discovery.DB" Enabled="true" Target="OZMP4SAP!ozsoft.sap.AppServer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="OZMP4SAP!ozsoft.sap.DB">
<Property TypeID="OZMP4SAP!ozsoft.sap.System" PropertyID="SAP.SID"/>
<Property TypeID="OZMP4SAP!ozsoft.sap.DB" PropertyID="SAP_DB.NAME"/>
<Property TypeID="OZMP4SAP!ozsoft.sap.DB" PropertyID="SAP_DB.HOST"/>
<Property TypeID="OZMP4SAP!ozsoft.sap.DB" PropertyID="SAP_DB.PORT"/>
<Property TypeID="OZMP4SAP!ozsoft.sap.DB" PropertyID="SAP_DB.INSTANCE"/>
<Property TypeID="OZMP4SAP!ozsoft.sap.DB" PropertyID="SAP_DB.RELEASE"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="ozsoft.sap.DatasourceModuleType.Discovery.DB">
<MPElement>$MPElement$</MPElement>
<TargetID>$Target/Host/Id$</TargetID>
<ClassID>$MPElement[Name="OZMP4SAP!ozsoft.sap.DB"]$</ClassID>
<ClassID.ORACLE>$MPElement[Name="OZMP4SAP!ozsoft.sap.Oracle"]$</ClassID.ORACLE>
<ClassID.MSSQL>$MPElement[Name="OZMP4SAP!ozsoft.sap.MSSQL"]$</ClassID.MSSQL>
<ClassID.SYBASE>$MPElement[Name="OZMP4SAP!ozsoft.sap.ASE"]$</ClassID.SYBASE>
<ClassID.HDB>$MPElement[Name="OZMP4SAP!ozsoft.sap.HDB"]$</ClassID.HDB>
<ClassID.DB6>$MPElement[Name="OZMP4SAP!ozsoft.sap.UDB"]$</ClassID.DB6>
<ClassID.SAP>$MPElement[Name="OZMP4SAP!ozsoft.sap.SAPDB"]$</ClassID.SAP>
<SID>$Target/Host/Property[Type="OZMP4SAP!ozsoft.sap.System"]/SAP.SID$</SID>
<interval>600</interval>
<hostname>$Target/Property[Type="OZMP4SAP!ozsoft.sap.AppServer"]/SAP_APPSERVER.HOST$</hostname>
<ip>$Target/Property[Type="OZMP4SAP!ozsoft.sap.AppServer"]/SAP_APPSERVER.HOSTADR$</ip>
<sysnr>$Target/Property[Type="OZMP4SAP!ozsoft.sap.AppServer"]/SAP_APPSERVER.SYSNR$</sysnr>
<user>$RunAs[Name="ozsoft.sap.HostCtrl.SecureReference"]/UserName$</user>
<password>$RunAs[Name="ozsoft.sap.HostCtrl.SecureReference"]/Password$</password>
</DataSource>
</Discovery>