Forum Discussion
Julian_Balog_34
Oct 23, 2009Historic F5 Account
No report data (bandwidth utilization, connections, etc)
[continuing from an initial post, by Ravi]
Hi Ravi,
In response to your your reporting issues (no performance data displayed) with the F5 Management Pack, I would assume the following:
- your F5 reports are installed (i.e. you can access them but you see no data),
- you correctly enabled the performance rules (collection rules) for the statistics that you would like to gather (Click here for details on how to enable performance rules.
Do you see statistics collected in the Performance View associated with the device? If you do see performance stats collected in the performance view, and still no reports for the same stats (in the related F5 report), I would run an arbitrary non-F5 report first (in SCOM), to make sure data is at least getting collected from the OperationsManagerDW (data warehouse) SQL database, and your data warehouse runs true.
Let us know how this goes, and we'll take it from there...
Thanks,
Julian
- ravi_75510
Nimbostratus
Hi Julian, - ravi_75510
Nimbostratus
HI, - Julian_Balog_34Historic F5 AccountHi Ravi,
/************************************************** * Get the stats from the live database ***************************************************/ select BME.FullName, PCV.ManagedEntityId, PCV.CounterName, PDAV.SampleValue, PDAV.TimeSampled from [OperationsManager].[dbo].[BaseManagedEntity] BME with (nolock) join [OperationsManager].[dbo].[PerformanceCounterView] PCV with (nolock) on BME.BaseManagedEntityID = PCV.ManagedEntityId join [OperationsManager].[dbo].[PerformanceDataAllView] PDAV with (nolock) on PDAV.PerformanceSourceInternalId = PCV.PerformanceSourceInternalId where BME.FullName like 'F5.%'
/************************************************** * Get the stats from the data warehouse ***************************************************/ select PR.ManagedEntityRowId, ME.ManagedEntityGuid, PR.SampleValue, PR.DateTime, ME.FullName, R.ObjectName, R.CounterName from [OperationsManagerDW].[Perf].[vPerfRaw] PR with (nolock) join [OperationsManagerDW].[dbo].[PerformanceRuleInstance] PRI with (nolock) on PR.PerformanceRuleInstanceRowId = PRI.PerformanceRuleInstanceRowId join [OperationsManagerDW].[dbo].[PerformanceRule] R with (nolock) on PRI.RuleRowId = R.RuleRowId join [OperationsManagerDW].[dbo].[ManagedEntity] ME with (nolock) on PR.ManagedEntityRowId = ME.ManagedEntityRowId where ME.FullName like 'F5.%'
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects