IBM - netcool Flood of Warning: W-STO-103-001: Truncating column Detail Msgs. in

Question
Seeing "Warning: W-STO-103-001: Truncating column Detail Msg" in the log?
Cause
Thousands of "mm/dd/yy hh:mm:ss: Warning: W-STO-103-001: Truncating column Detail" in the log file, unable to see real problems in the log file due to details data is too large to fit in the details table column.
Answer
The problem is related to the details columns being inserted by the probe. For example, the details ($*) in the probe rules file may be returning the value larger than the column size.

One way to resolve it is to modify the data before it is sent to the object server. Check the rules file for detail. e.g. grep -i detail mttrapd.rules. You can use substr to truncate individual (offending) tokens to prevent the message, substr (expression, n). For example, $my_token = substr($some_token, 254).

Refer to "Details function" section for complete description in IBM Tivoli Netcool/OMNIbus: Probe and Gateway Guide.

Note that details ($*) should be used only when you are debugging or writing/testing rules files. If used the $* for long periods of time, the Object Server tables can become very large and the performance of the Object Server suffer or degrade.

You can also alter (increase) alerts.details table Detail column size from varchar(255) to a larger number using the nco_config GUI, or ALTER TABLE ... ALTER COLUMN ... SET WIDTH nnnn command. But it may result in performance degradation. See Netcool/OMNIbus: Administration Guide for more information.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值