[Ipmitool-devel] IBM Blade Server Chassis AMM Unable to establish lan session
Hello, I'm having a problem while trying to communicate with the AMM in IBM chassis. When I type this command: ipmitool -I lan -H xxx.xxx.xxx.xxx -U xxx sdr -vv, i get this response: Password: Querying SDR for sensor list ipmi_lan_send_cmd:opened=[0], open=[134810512] IPMI LAN host xxx.xxx.xxx.xxx port 623 Sending IPMI/RMCP presence ping packet ipmi_lan_send_cmd:opened=[1], open=[134810512] No response from remote controller Get Auth Capabilities command failed ipmi_lan_send_cmd:opened=[1], open=[134810512] No response from remote controller Get Auth Capabilities command failed Error: Unable to establish LAN session Failed to open LAN interface Get Device ID command failed Unable to open SDR for reading I tried to ping the AMM and works fine. Help would be appreciated! Regards, TP -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july___ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
Re: [Ipmitool-devel] IBM Blade Server Chassis AMM Unable to establish lan session
The IBM Bladecenter AMM does not support IPMI out-of-band at the moment. Most modern x86 blades contained therein support in-band IPMI. Not all the blades (notably the PPC blades) support IPMI. For out-of-band usage, the protocols supported include the web interface, the CLI via either SMASH or another syntax (via ssh or telnet), and SNMP. I personally script the SNMP, but key-based ssh to the AMM can be handy as well. Since out-of-band management of IBM bladecenter is currently not applicable to the ipmitool mailing list, feel free to email me back directly if you have further questions. From: Tristan Pahor To: ipmitool-devel@lists.sourceforge.net Date: 07/30/2009 12:52 Subject:[Ipmitool-devel] IBM Blade Server Chassis AMM Unable to establish lan session Hello, I'm having a problem while trying to communicate with the AMM in IBM chassis. When I type this command: ipmitool -I lan -H xxx.xxx.xxx.xxx -U xxx sdr -vv, i get this response: Password: Querying SDR for sensor list ipmi_lan_send_cmd:opened=[0], open=[134810512] IPMI LAN host xxx.xxx.xxx.xxx port 623 Sending IPMI/RMCP presence ping packet ipmi_lan_send_cmd:opened=[1], open=[134810512] No response from remote controller Get Auth Capabilities command failed ipmi_lan_send_cmd:opened=[1], open=[134810512] No response from remote controller Get Auth Capabilities command failed Error: Unable to establish LAN session Failed to open LAN interface Get Device ID command failed Unable to open SDR for reading I tried to ping the AMM and works fine. Help would be appreciated! Regards, TP -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel <><>-- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july___ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
[Ipmitool-devel] Writing an application using IPMItool
Hello all, Is there a library version of the ipmitool available to write an application on top of it? Has anyone done it before? And is it possible to make the application that I write to work in all OS including windows too? Any inputs on this will be much appreciated. Thanks, Rajesh -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july___ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
Re: [Ipmitool-devel] Writing an application using IPMItool
rajesh ganesh wrote: > Hello all, > > Is there a library version of the ipmitool available to write an > application on top of it? Has anyone done it before? And is it > possible to make the application that I write to work in all OS > including windows too? There is OpenIPMI, which is a library. Some work was made to port it to windows, but that part was not finished. It's not ipmitool, though. -corey -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel