Updated:07 Oct
質問
UDPLogReceiverでUDPログを受信できない。
回答
以下のような原因が考えられますので、ご確認ください。
...
機能拡張ソフトウェアが停止している
ADAM OPERATION UIを使用して、機能拡張ソフトウェアが実行中であるかを確認してください。
...
Question
Unable to receive the UDP log with UDPLogReceiver.
...
Answer
Please check the following case.
Extension software is stopped
Check if the feature extension software is running with ADAM OPERATION UI.The UDP Log Receiving is not running
Run the UDP Log receiving Server.
For details, refer to "7.1.2.1. UDPLog receiving server」をご確認ください。(Linux版 実行できない場合)実行権限がない
以下のコマンドを実行し、再度実行してください。server" in "AdamAppDevelopmentManualForIpro_Vx_xx.pdf".No permission to run the program
Execute the following command, and then execute it again.Code Block language none $ chmod +x UDPLogRecvSrv $ sudo sh startup.sh
受信ポート(514ポート)がオープンしていない
UDPログはデフォルトで514ポートで受信されます。
ポート514を確認し、開いていない場合は、オープンしてください。The receiving port (514) is not open
UDP log s are received on port 514 by default.
Check port 514, and open it.