I'm trying to get the IPMI agent working.
I've added a host, and set it to the ip address of a Sunfire X4100 M2 ILOM. I've linked to the Template_IPMI_Sun_Fire_X4100_M2, with IPMI privilege level 'user', username and password entered as well.
The following ipmitool request works from the zabbix server:
ipmitool sensor -H 111.22.3.75 -L user -U sysadmin -P xxxxxxxx -p 623
But my host in zabbix is reporting:
Cannot connect to IPMI host. Error 0x2000011 Unknown error 33554449
I've compiled Zabbix 1.6 from source with:
./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl --enable-proxy --enable-agent --with-openipmi --with-ldap
I have openipmi libraries installed (Ubuntu 8.04.1):
ii ipmitool 1.8.8-3.1
ii libopenipmi-dev 2.0.13-0ubuntu3
ii libopenipmi0 2.0.13-0ubuntu3
ii openipmi 2.0.13-0ubuntu3
I've tried the Pre Zabbix 1.6.x development build from http://www.zabbix.com/developers.php, and am glad to have the seperate IP address for the IPMI host, but I still can't get it to work.
I can't find any further information in the zabbix_server.log file, even with debug level 4, apart from the same error: Cannot connect to IPMI host. Error 0x2000011 Unknown error 33554449
This is the zabbix_server.log with debug3:
13922:20081014:123133 server #41 started [IPMI Poller]
13924:20081014:123133 server #42 started [IPMI Poller]
13926:20081014:123133 server #43 started [IPMI Poller]
13852:20081014:123133 server #0 started [Watchdog]
13852:20081014:123133 In main_watchdog_loop()
13904:20081014:123133 server #32 started [Discoverer. SNMP:YES]
13888:20081014:123138 Deleted 0 records from history and trends
13915:20081014:123243 Host [hofvm04-rsc]: first network error, wait for 15 seconds
13915:20081014:123243 Parameter [drive_backplane.temperature] will be checked after 40 seconds on host [hofvm04-rsc]
13891:20081014:123258 Host [hofvm04-rsc]: another network error, wait for 15 seconds
13891:20081014:123313 Host [hofvm04-rsc]: another network error, wait for 15 seconds
13891:20081014:123328 Host [hofvm04-rsc]: another network error, wait for 15 seconds
13891:20081014:123343 Host [hofvm04-rsc] will be checked after 60 seconds
Does anyone have some hints?
- Murray
I've added a host, and set it to the ip address of a Sunfire X4100 M2 ILOM. I've linked to the Template_IPMI_Sun_Fire_X4100_M2, with IPMI privilege level 'user', username and password entered as well.
The following ipmitool request works from the zabbix server:
ipmitool sensor -H 111.22.3.75 -L user -U sysadmin -P xxxxxxxx -p 623
But my host in zabbix is reporting:
Cannot connect to IPMI host. Error 0x2000011 Unknown error 33554449
I've compiled Zabbix 1.6 from source with:
./configure --enable-server --with-mysql --with-net-snmp --with-jabber --with-libcurl --enable-proxy --enable-agent --with-openipmi --with-ldap
I have openipmi libraries installed (Ubuntu 8.04.1):
ii ipmitool 1.8.8-3.1
ii libopenipmi-dev 2.0.13-0ubuntu3
ii libopenipmi0 2.0.13-0ubuntu3
ii openipmi 2.0.13-0ubuntu3
I've tried the Pre Zabbix 1.6.x development build from http://www.zabbix.com/developers.php, and am glad to have the seperate IP address for the IPMI host, but I still can't get it to work.
I can't find any further information in the zabbix_server.log file, even with debug level 4, apart from the same error: Cannot connect to IPMI host. Error 0x2000011 Unknown error 33554449
This is the zabbix_server.log with debug3:
13922:20081014:123133 server #41 started [IPMI Poller]
13924:20081014:123133 server #42 started [IPMI Poller]
13926:20081014:123133 server #43 started [IPMI Poller]
13852:20081014:123133 server #0 started [Watchdog]
13852:20081014:123133 In main_watchdog_loop()
13904:20081014:123133 server #32 started [Discoverer. SNMP:YES]
13888:20081014:123138 Deleted 0 records from history and trends
13915:20081014:123243 Host [hofvm04-rsc]: first network error, wait for 15 seconds
13915:20081014:123243 Parameter [drive_backplane.temperature] will be checked after 40 seconds on host [hofvm04-rsc]
13891:20081014:123258 Host [hofvm04-rsc]: another network error, wait for 15 seconds
13891:20081014:123313 Host [hofvm04-rsc]: another network error, wait for 15 seconds
13891:20081014:123328 Host [hofvm04-rsc]: another network error, wait for 15 seconds
13891:20081014:123343 Host [hofvm04-rsc] will be checked after 60 seconds
Does anyone have some hints?
- Murray
Comment