vi /etc/dlt.conf 修改如下内容,打开verbose的log。
Verbose = 1
LoggingLevel = 7
ContextLogLevel = 6
GatewayMode = 0
重启dlt服务
# 查找进程号
ps -ef|grep dlt-d
# 杀死进程
kill -9
听说:不知道什么原因,有时候,修改后直接重启台架反而没有效果,kill掉dlt进程,从而触发dlt进程重启,反而有效果。
vi /etc/dlt.conf 修改如下内容,打开verbose的log。
Verbose = 1
LoggingLevel = 7
ContextLogLevel = 6
GatewayMode = 0
重启dlt服务
# 查找进程号
ps -ef|grep dlt-d
# 杀死进程
kill -9
听说:不知道什么原因,有时候,修改后直接重启台架反而没有效果,kill掉dlt进程,从而触发dlt进程重启,反而有效果。