- 浏览: 29398 次
- 性别:
- 来自: 重庆
最新评论
文章列表
1。解决Genrate Button无反应问题
修改topazlib.js中generateReport函数为:
function generateReport(){
var flag= location.href.indexOf("cmcc-bac");
var navBarFrame = getNavBarFrame();
navBarFrame.submitAll();
if(flag==-1){
document.execCommand('Refresh')
}
}
2.解决profile选择无反应问题
...
1、安装SCATUO
2、修改SCAUTO配置文件
3、修改SM配置文件
4、IM.close.incident
5、IM.update.incident
6、修改addanno.vbs如下
'on error resume next
Dim WshShell, bKey, objController, objRemoteScript
Set WshShell = WScript.CreateObject("WScript.Shell")Set colNamedArguments = WScript.Arguments.Named
If WScript.Ar ...
BaseRule中execute方法是规则计算的开始,但是,execute又是被谁调用的呢,特别是sample是如何从bus中取得的呢?
通过追中代码,发现,在NodeCalculatorImpl中,通过calculateDimension调用了execute,但是在calculateDimension方法中,没有 ...
Trinity listens to BAC's BUS and delivers every sample to the Matcher.
The Matcher uses the CIs/KPIs selectors to determine which element accepts that sample.
Tracking the samples handled by Matcher requires turning on the DEBUG mode in:
<Processing machine>\HPBAC\conf\core\Tools\log4j\me ...
- 2009-12-02 01:08
- 浏览 1167
- 评论(0)
The Web Data Entry is the samples input channel.
The WDE converts the raw input data into samples.
The samples are published on the BUS and stored in the profile DB (if needed) by the Loader.
Tracking the samples handled by Matcher requires turning on the DEBUG mode in:
<Gateway machine> ...
- 2009-12-02 00:51
- 浏览 1091
- 评论(0)
The topology is built on top of a TQL graph result. Trinity uses the repositories to assign a rule class to
a KPI, and executes the KPIs rules according to the topoplogy bottm-up manner. For each executed
rule Trinity delivers the current CI, KPI and a samples container. Tracking the samples ...
- 2009-12-02 00:49
- 浏览 1030
- 评论(0)
The Rule Engine contains the actual calculations that determine KPIs statuses.
Each rule is related to a certain KPI and activated by Trinity.
Tracking the samples handled by the Rule Framework requires turning on the DEBUG mode in:
<Processing machine>\HPBAC\conf\core\Tools\log4j\mercury ...
- 2009-12-02 00:47
- 浏览 873
- 评论(0)
Trinity uses the Matcher as the sample collector.
Trinity listens to BAC's BUS and delivers every sample to the Matcher.The Matcher uses the CIs/KPIs selectors to determine which element accepts that sample.
Tracking the samples handled by Matcher requires turning on the DEBUG mode in:<Processi ...
- 2009-12-02 00:44
- 浏览 985
- 评论(0)
WDE
Data Collectors send data (=samples) by http requests.Data is received by WDE which performs some processing on it: translations and validation.Then, It publishes arrays of samples to the BUS.When the BUS receives the samples, WDE sends acknowledges to the relevant agents
JMX
*Web Dat ...
- 2009-11-27 20:37
- 浏览 1408
- 评论(0)
D:\HPBAC\conf\core\Tools\log4j\mercury_online_engine\bleOnline.properties文件中的
log4j.category.Trinity.BLE_SAMPLES=${loglevel}, trinity.samples.appender
为
log4j.category.Trinity.BLE_SAMPLES=DEBUG, trinity.samples.appender
然后查看
D:\HPBAC\log\mercury_online_engine\TrinitySamples.log
- 2009-11-04 13:33
- 浏览 949
- 评论(0)
Component
UI Logs
Server Logs
Setting Debug Level
Comments
Installation
Startup
jboss_boot.log jboss_server.log DomainManager_boot.log MessageBroker_boot.log mercury_fcmdb_boot.log scheduler_boot.log *_boot.log
Inspect these logs in mentioned order to make ...
- 2009-09-23 18:09
- 浏览 1931
- 评论(0)
Dashboard
Repository
BC_REPOSITORIES (MNG DB)
This table contains data for each Dashboard repository configurations such as Rules Context Menus Tooltip etc.
All data stored by Customer ID , Repository Type and version of BAC when these entities were included and start using.
BRE_ID - conta ...
- 2009-09-23 17:41
- 浏览 1480
- 评论(0)
All MyBSM (MyBAC) related tables have prefix DSH .
Here list of relevant MyBAC tables with short description.
All tables are containing in the Managenet DB
DSH_AUTHORIZED_PRIVILEGES
here stores user privileges. For example if user not have license to use SLM area, he will not able to select SL ...
- 2009-09-23 17:40
- 浏览 1246
- 评论(0)
Dashboard
Monitor display Name
Path to log file
Server Name
General issues
<HPBAC>\log\topaz_all.ejb.log
GW + DPS
Dashboard Admin
<HPBAC>\log\EJBContainer\bam.admin.log
GW
Dashboard Application
<HPBAC>\log\EJBContainer\bam.app.log
GW
Das ...
- 2009-09-23 17:30
- 浏览 1668
- 评论(0)
Mointor Rule是BAC数据来源的起点,数据传到BAC的BUS后都是通过Monitor Rule取得。所以重要性就不用说了。
以下是对FieldToValueRule的分析,其他的Rule大致流程也差不多了。
1、 initRuleIfNeeded 方法的主要作用就是建立Accumulator,Accumulator可以看做是一个容器,用于传递Samples。在该方法内部
1.1:判断KPI是否已经初始化
kpi.getTransientValue("__ACT_WAS_INITIALIZED"); ...
- 2009-09-08 22:27
- 浏览 1142
- 评论(0)