On Tue, 2006-10-10 at 17:50 +0200, Fabrice Charlier wrote:
> Hello,
> 
> At work, we have some supermicro servers equipped with the 
> AOC-LPIPMI-LANG add-on card.
> After some firmware flashing, I can read localy the sensors values:
> 
> [EMAIL PROTECTED] ~]# ipmitool sdr list
> CPU 1            | 35 degrees C      | ok
> CPU 2            | 0 degrees C       | ok
> SYSTEM           | 27 degrees C      | ok
> CPU1 Core        | 1.42 Volts        | ok
> CPU2 Core        | 0.01 Volts        | ok
> DIMM             | 2.69 Volts        | ok
> Battery          | 3.34 Volts        | ok
> 1.8V             | 1.86 Volts        | ok
> 3.3V             | 3.34 Volts        | ok
> 5V               | 5.16 Volts        | ok
> 12V              | 12.14 Volts       | ok
> -12V             | -12.34 Volts      | ok
> FAN1             | 5265 RPM          | ok
> FAN2             | 5265 RPM          | ok
> FAN3             | 5400 RPM          | ok
> FAN4             | 0 RPM             | ok
> FAN5             | 4320 RPM          | ok
> FAN6             | 4185 RPM          | ok
> FAN7/CPU1        | 0 RPM             | ok
> FAN8/CPU2        | 0 RPM             | ok
> Intrusion        | 0 unspecified     | ok
> Power Supply     | 0 unspecified     | cr
> 
> 
> Now, I would like to interrogate the sensors via the lan interface on 
> the addon board.
> So, I execute these commands:
> ipmitool -I open  lan set  1 ipaddr 10.1.5.4
> ipmitool -I open  lan set  1 netmask 255.255.0.0
> ipmitool -I open  lan set  1 defgw ipaddr 10.1.1.1
> ipmitool -I open lan set 1 password *****
> ipmitool -I open lan set 1 user
> ipmitool -I lan set 1 accesss on
>  
> but, when I try to read the values
> 
> [EMAIL PROTECTED] ~]# ipmitool -H 10.1.5.4 sdr
> Password:
> Error: Unable to establish LAN session
> ipmi_lan_send_cmd failed to open intf
> Get Device ID command failed
> Unable to open SDR for reading
> 
> 
> Thanks
> 
> (please CC me, I'm not registered on the list)
> 
> Fabrice
> 
> 
> 
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Ipmitool-devel mailing list
> Ipmitool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Try something along the lines of:
ipmitool -I lan -H 10.1.5.4 -U userid -P password sdr


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to