Linux
檢查 HP ProLiant DL380 G5 伺服器中 Smart Array P400 的 RAID 事件日誌或歷史記錄
在機架安裝的HP ProLiant DL380 G5伺服器中,執行 Linux(RHEL - Red Hat Enterprise Linux Server - 5.9 版,64 位):關機並打開電源後,使用“RAID 1”的邏輯驅動器的 4 個硬碟之一+0”開始“重建”。我能夠使用hpacucli(“ HP Array Configuration Utility CLI ”)檢查狀態 幾個小時後,重建成功完成(之前有缺陷的硬碟驅動器是“physicaldrive 2I:1:2”):
$ hpacucli HP Array Configuration Utility CLI 8.0-14.0 Detecting Controllers...Done. Type "help" for a list of supported commands. Type "exit" to close the console. => ctrl all show config Smart Array P400 in Slot 1 (sn: ...) array A (SAS, Unused Space: 0 MB) logicaldrive 1 (273.4 GB, RAID 1+0, OK) physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 146 GB, OK) physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 146 GB, OK) physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 146 GB, OK) physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 146 GB, OK) ...
我的問題如下:有沒有辦法查看 RAID 內部控制器(“Smart Array P400”)的 RAID 事件歷史記錄/日誌?我希望能夠為此使用“hpacucli”,但我在Linux 的 Hpacucli 實用程序 - 所有命令指南中找不到任何相關命令
如果需要,我可能會嘗試使用其他工具(但不是 HP iLO - “Integrated Lights-Out”,因為我沒有該訪問權限),最好避免任何重新啟動。我檢查了“/var/log/messages”,但我沒有在那裡找到任何看似相關的條目。
該
hplog -v
命令將向您顯示安裝了健康管理代理的伺服器上的系統事件日誌。