Unfortunately, the IBM Bladecenter does not expose IPMI over LAN. This comes from effort to maintain backwards compatibility with the days before IPMI existed and trying to make the POWER and x86 systems all act the same when in a chassis. Implementing remote management for CLI/scripting use can be done either by: -Scripting the cli (not bad if you set up ssh keys). Example:
# ssh USERID@amm1 power -T blade[1] -state system> power -T blade[1] -state On -Using SNMP. If you are very familiar with SNMP, you may find the blade mib helpful. I can provide more details on this off-list if you like. xCAT's implementation may be a helpful reference guide or starting point if you want to go this route and don't mind perl: http://xcat.svn.sourceforge.net/svnroot/xcat/xcat-core/trunk/xCAT-server/lib/xcat/plugins/blade.pm -Using some higher level software that knows how to speak IPMI and IBM Blade (requires extra setup). For example with xCAT: Power state of a KVM guest: # rpower vmgt stat vmgt: on Of a blade: # rpower h01 stat h01: on Of an IPMI server: # rpower r31u30 stat r31u30: on Others include Director and various management applications/appliances. If these solutions cannot work, I can try to help you figure out something off-list, since it isn't particularly directly related to ipmitool's world. From: "Szabo, Steve G" <steve.g.sz...@tdsecurities.com> To: "ipmitool-devel@lists.sourceforge.net" <ipmitool-devel@lists.sourceforge.net> Date: 01/17/2011 03:19 PM Subject: Re: [Ipmitool-devel] IBM gear # rpower vmgt stat Has anyone successfully enabled remote ipmi on the following IBM hardware? IBM eServer BladeCenter HS21 (8853G6U) The UDP port for remote connections is closed and I don't know how to open via web admin gui: PORT STATE SERVICE 69/udp open|filtered tftp 161/udp open|filtered snmp 427/udp open|filtered svrloc # ipmitool -I lanplus -U someguy -H somehost -P somepass chassis status Error: Unable to establish IPMI v2 / RMCP+ session Error sending Chassis Status command # strace ipmitool -I lanplus -U someguy -H somehost -P somepass chassis status recv(3, 0x8135221, 1024, 0) = -1 ECONNREFUSED (Connection refused) Cheers ------------------------------------------------------------------------- NOTICE: Confidential message which may be privileged. Unauthorized use/disclosure prohibited. If received in error, please go to www.td.com/legal for instructions. AVIS : Message confidentiel dont le contenu peut être privilégié. Utilisation/divulgation interdites sans permission. Si reçu par erreur, prière d'aller au www.td.com/francais/avis_juridique pour des instructions. ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel
<<inline: graycol.gif>>
------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________ Ipmitool-devel mailing list Ipmitool-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipmitool-devel