顯示具有 電腦-Servers-Dell 標籤的文章。 顯示所有文章
顯示具有 電腦-Servers-Dell 標籤的文章。 顯示所有文章

2023年9月26日 星期二

Zabbix monitor Dell Server use IPMI

Zabbix monitor Dell Server use IPMI

Zabbix 對於Dell Server硬體設備的監控,除了使用SNMP進行監控,也可應用IPMI的方式對Dell Server進行監控。

Zabbix 支援監控智慧型平台管理介面 (IPMI) 設備的運作狀況和可用性。Zabbix IPMI 監控僅適用於支援 IPMI 的設備(HP iLO、DELL DRAC、IBM RSA、Sun SSP 等)。

IPMI 是一種標準化接口,用於電腦系統的遠端「無人值守」或「帶外」管理。它允許直接從所謂的「帶外」管理卡監控硬體狀態,獨立於作業系統或機器是否已開啟。

設備環境

Dell R730xd Server
iDrac 8

Dell Server設定

登入Dell Server的idrac 管理介面,開啟IPMI Service,並設定帳號權限。
01-dell idrac setup

02-dell idrac ipmi

Zabbix Server設定

預設情況下,Zabbix Server未配置為啟動 IPMIPollers(輪詢器),因此新增的 IPMI 主機設備都無法運作。
修改 Zabbix Server設定檔,開啟IPMI檢查功能。
sudo nano /etc/zabbix/zabbix_server.conf
---
# StartIPMIPollers=0

新增IPMI輪詢器計數設為 3

StartIPMIPollers=3
---
03-add ipmipollers

# sudo systemctl restart zabbix-server
04- zabbix-server restart

如果想要了解主機設備的感測器,可以將Zabbix Server log等級調整為DebugLevel=4。等待一段時間,在 Zabbix Server log檔案中找到感測器發現記錄。

Zabbix WEB設定


此範本用於使用 BMC over IPMI 監控伺服器的模板,無需任何外部腳本即可運作。
由於 Zabbix 的大量資料收集,所有指標都會立即收集。
它透過使用 IPMI 代理遠端輪詢 BMC 來收集指標。
03-templates ipmi

新增頁面設定如下:
04-add ipmi host
新增interfaces,點選IPMI,寫入Dell Server idrac IP。

在IPMI頁面新增,並在username及Password填入idrac WEB登入的帳號及密碼。
04-add ipmi values

在Configuration > Host中新增Host。
05-ipmi host

在Monitoring > Host查看資料。
06-moniting ipmi host

Zabbix使用IPMI監控Dell Server,是由Zabbix Server對Dell Server IPMI Service捉取資料,屬於被動模式。

參考資料:
原廠手冊:IPMI checks

2023年9月25日 星期一

Zabbix monitor Dell Server use SNMP

Zabbix  monitor Dell Server use SNMP

Zabbix除了可以用於監控主機系統及服務,也可以對Server硬體設備進行監控。將介紹Zabbix使用內建的Templates-Dell iDRAC by SNMP  經由Dell idrac 提供的SNMP Service對Dell Server進行狀態監控。

設備環境

Dell R730xd Server
iDrac 8

Dell Server設定

登入Dell Server的idrac管理介面,開啟Snmp Service,並設定community
01-dell idrac snmp


Zabbix WEB設定



此範本讓 Zabbix 透過Dell idrac 提供的 SNMP 對Dell Server進行狀態監控。
支援監控項目:Disks/Storage、Fans、Memory、Network Cards、Power、Processor、System Info、Temperatures、Voltages等。
02-Dell iDRAC by SNMP

新增頁面設定如下:

03-add dell idrac snmp

在Maros頁面新增{$SNMP_COMMUNITY},並填入上面在iDrac的SNMP設定的值。
{$SNMP_COMMUNITY}
public
04-add dell idrac snmp macros

在Configuration > Host中新增Host。
05-add dell idrac snmp host

在Monitoring > Host查看資料。
06-moniting dell idrac snmp host


Zabbix使用SNMP監控Dell Server,是由Zabbix Server對Dell Server idrac SNMP Service捉取資料,屬於被動模式。

2016年10月26日 星期三

電腦 Dell Server DARC 設定




Press <F2> to enter System Setup Main Menu screen

Select iDRAC Settings from the System Setup Main Menu (F2 > iDRAC Settings).

Use the arrow keys to select Network.

Configure the user defined name,network details for IP, netmask, gateway, and DNS addresses.

After you make the changes to the iDRAC configuration, press the <Esc> key to display the Exit menu.

Select Save Changes and Exit and then press <Enter> to retain your changes.

Enter into the BIOS through iDRAC terminal. The default login credentials are:

Username: root Password: calvin

Configuring iDRAC Settings on Dell PowerEdge R720/Dell PowerEdge R820

電腦 Dell Server iDARC 重啟


使用ssh 登入

racadm racreset
重啟idrac

reset System1
整台服務重新啟動