有台dell的機器經常無故重啟,准備用診斷工具診斷下
之前的DSET工具dell官方不提供了,推薦使用Dell EMC SupportAssist Enterprise
下載地址:
https://dl.dell.com/FOLDER05148987M/1/SupportAssistEnterprise_2.0.0.53.bin
chmod +x SupportAssistEnterprise_2.0.0.53.bin
./SupportAssistEnterprise_2.0.0.53.bin
提示Net-SNMP需要安裝
yum install net-snmp* -y
訪問頁面沒有響應,查看日志,發現端口9099被占用
日志位置:/opt/dell/supportassist/logs/applicatiopn.log
將config目錄,配置文件中的9099和2424端口改成其他未使用的端口
重啟服務
依然失敗,后續研究中