第 1 期
要查看是否所有管道都已启动,请使用此命令:"pss | grep ifw"。输出结果应如下所示:
$ pss | grep ifw
pin 18601 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 24721 1 0 11:53:28 pts/0 01:00 bin/ifw -r ./custom/conf/dia_1_P.reg
pin 18603 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18613 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18607 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18612 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18605 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
引脚 18600 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18618 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18616 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
引脚 18611 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18614 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18486 1 0 10:48:00 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
引脚 18610 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18608 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 19123 1 0 10:50:47 pts/0 00:18 bin/ifw -r ./custom/conf/rt_1_P.reg
pin 18490 18486 0 10:48:00 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18609 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18602 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18617 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18615 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 19130 1 0 10:50:59 pts/0 01:29 bin/ifw -r ./custom/conf/mbi_1_P.reg
pin 18606 18486 0 10:48:03 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 18604 18486 0 10:48:02 pts/0 00:00 /opt/portal/pin/bin/dm_ifw_sync
pin 21975 1 0 11:23:18 pts/0 01:01 bin/ifw -r ./custom/conf/dcn_1_P.reg
pin 19126 1 0 10:50:53 pts/0 00:17 bin/ifw -r ./custom/conf/rt_1_S.reg
第 2 期
如果您无法启动管道,并收到此错误信息:"错误:Could not start event handler, cannot proceed."(无法启动事件处理程序,无法继续),则需要杀死事件处理程序进程。请参阅下面的示例:
/opt/portal/pre_dia/log/process/ $ tail -f dia_1_P.out
;
管道服务器 / 版本 7.3 10095 于 06.01.2009 16:23:11 启动。
版权 (c) 1998 - 2007 Oracle 公司。保留所有权利。
启动事件处理程序守护进程的尝试失败次数过多。
错误:无法启动事件处理程序,无法继续。
管道服务器 / 版本 7.3 10095 于 06.01.2009 16:23:11 完成。
决议:
$ pss | grep dia
pin 27727 1 0 15:50:21 pts/3 00:00 /opt/portal/pre_dia/bin/ifw_eventhandler64
pin 3055 4463 1 16:24:18 pts/3 00:00 grep dia
$ kill -9 27727
第 3 期
要重新平衡 MBI 管道,请运行以下命令:
cd /opt/portal/pre_mbi/bin/
./pin_ctl snmpset rebalanceAaaGw aaa
要重新平衡 DIAMETER 管道,请运行以下命令:
cd /opt/portal/pre_dia/bin/
./pin_ctl snmpset rebalanceAaaGw aaa
第 4 期
如果收到以下错误信息"ERR_TAM_INIT_FAILED",则需要删除 tam 目录中的文件。
bin/ifw:创建过程中发生错误。
发起者:ifw.Pipelines.ExceptionPipeline.TransactionManager
目的地 :
信息 : ERR_TAM_INIT_FAILED
参数:ifw.Pipelines.ExceptionPipeline.TransactionManager
状态 : false
严重性:危急
主题 : 1
决议:
cd /opt/portal/
/tam
将文件备份到其他位置
rm TamTrans*.dat
rm ExceptionBinaryLogFile.dat
第 5 期
如果收到以下错误信息"ERR_REG_LOCK_FILE_EXISTS",则需要删除锁定文件。
*** 日志未初始化。
*** 尝试写入信息"[T:1] ERR_REG_LOCK_FILE_EXISTS
*** 参数 (0):./custom/conf/rt_1_P.reg.lock
bin/ifw:创建过程中发生错误。
发起者 : ifw
目的地 :
信息 : ERR_REG_LOCK_FILE_EXISTS
参数: ./custom/conf/rt_1_P.reg.lock
状态 : false
严重性:危急
主题 : 1
决议:
cd /opt/portal/
/custom/conf
rm rt_1_P.reg.lock