[Openipmi-developer] Getting SDRs info

2007-06-26 Thread baranidharan_k
Hii all, Accessing SDRs for a system, i am using below code, whether it will give SDRs information in a system //mycode.c ipmi_sdr_info_t *sdrs; rv = ipmi_sdr_info_alloc(domain, NULL, 0, 0, sdrs); ipmi_sdr_fetch(sdrs, sdrs_fetched, tmp_obj); void

Re: [Openipmi-developer] HP iLO (ProLiant DL380 G5) whether support ipmitool?

2007-06-26 Thread zhiheng zhang
from my experience, ProLiant DL380 G5 does not support IPMI over LAN interface, you can only query IPMI using KCS interface ( open interface provided by OpenIPMI ), However, you can use ipmilan tool provided by OpenIPMI to setup a LAN interface. ---

Re: [Openipmi-developer] Getting SDRs info

2007-06-26 Thread Corey Minyard
[EMAIL PROTECTED] wrote: Hii all, Accessing SDRs for a system, i am using below code, whether it will give SDRs information in a system //mycode.c ipmi_sdr_info_t *sdrs; rv = ipmi_sdr_info_alloc(domain, NULL, 0, 0, sdrs); ipmi_sdr_fetch(sdrs, sdrs_fetched, tmp_obj);

Re: [Openipmi-developer] HP iLO (ProLiant DL380 G5) whether support ipmitool?

2007-06-26 Thread steel.mental
zhiheng zhang wrote: from my experience, ProLiant DL380 G5 does not support IPMI over LAN interface, you can only query IPMI using KCS interface ( open interface provided by OpenIPMI ), However, you can use ipmilan tool provided by OpenIPMI to setup a LAN interface.