第一步:需要使用ps -aux |grep aTrustAgent,查看是否有对应的agent进程起来,如果重启进程还是无法起来,请重启进程验证是否可恢复正常并收集一份日志,提供出现问题的时间点和日志给研发进一步排查
第二步:在第一步解决的情况下执行如下步骤:
1、打来Linux的命令行执行界面(终端),执行如下命令
ps -aux |grep aTrustAgent | grep -v "grep"
2、正常情况下是存在3个进程:
Core进程
/Applications/aTrust.app/Contents/Resources/bin/aTrustAgent --plugin plugins/aTrustCore --enable-http --enable-event-center
Tunnel进程
/Applications/aTrust.app/Contents/Resources/bin/aTrustAgent --plugin plugins/aTrustTunnel
Deamon进程
/Applications/aTrust.app/Contents/Resources/bin/aTrustAgent --plugin plugin-daemon --plugin-cmd |
3、发现缺少Core、Deamon等进程时
Core进程(执行如下命令可手动拉起)
/Applications/aTrust.app/Contents/Resources/bin/aTrustAgent --plugin plugins/aTrustCore --enable-http --enable-event-center
Deamon进程(执行如下命令可手动拉起)
sudo sh "/Library/Application Support/aTrust/aTrustTunnelLaunch.sh"
需要root账户密码。