Discussion:
[Ipmitool-devel] lanplus problem
Rob Cakebread
2013-03-29 18:55:36 UTC
Permalink
Hi,

I'm able to use ipmitool with a remote machine using the 'lan' protocol,
but 'lanplus' fails for every command. I'm trying to get SOL working, but
I'm having no luck with lanplus at all:

ipmitool -v -I lanplus -E -H 10.0.40.240 -U admin lan print

Error in open session response message : insufficient resources for session

Error: Unable to establish IPMI v2 / RMCP+ session

I can ping the remote BMC with both ipmiping and rmpcping

The machine is a Dell CS23, the BMC has IPMI v2. I'm using ipmitool v1.8.12
compiled from source.
I've tried cold resetting the BMC, but it doesn't help.

/ipmitool mc info
Device ID : 32
Device Revision : 1
Firmware Revision : 0.09
IPMI Version : 2.0
Manufacturer ID : 343
Manufacturer Name : Intel Corporation
Product ID : 59 (0x003b)
Product Name : Unknown (0x3B)
Device Available : yes
Provides Device SDRs : no
Additional Device Support :
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
Chassis Device
Aux Firmware Rev Info :
0x0b
0x41
0x00
0x03
D***@Emerson.com
2013-03-29 19:52:47 UTC
Permalink
It has been my experience that some Dell BMC's require you to specify the cipher suite even though ipmitool says it defaults to cipher suite 3. Try adding -C 3 or -C 0 and see if it helps.

Richard Detweiler | T 256-261-6550

From: Rob Cakebread [mailto:***@gmail.com]
Sent: Friday, March 29, 2013 1:56 PM
To: ipmitool-***@lists.sourceforge.net
Subject: [Ipmitool-devel] lanplus problem

Hi,

I'm able to use ipmitool with a remote machine using the 'lan' protocol, but 'lanplus' fails for every command. I'm trying to get SOL working, but I'm having no luck with lanplus at all:

ipmitool -v -I lanplus -E -H 10.0.40.240 -U admin lan print

Error in open session response message : insufficient resources for session

Error: Unable to establish IPMI v2 / RMCP+ session

I can ping the remote BMC with both ipmiping and rmpcping

The machine is a Dell CS23, the BMC has IPMI v2. I'm using ipmitool v1.8.12 compiled from source.
I've tried cold resetting the BMC, but it doesn't help.

/ipmitool mc info
Device ID : 32
Device Revision : 1
Firmware Revision : 0.09
IPMI Version : 2.0
Manufacturer ID : 343
Manufacturer Name : Intel Corporation
Product ID : 59 (0x003b)
Product Name : Unknown (0x3B)
Device Available : yes
Provides Device SDRs : no
Additional Device Support :
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
Chassis Device
Aux Firmware Rev Info :
0x0b
0x41
0x00
0x03
Rob Cakebread
2013-03-29 20:12:28 UTC
Permalink
Thanks for that info, Dick. Unfortunately every cipher suite I try gives me
the same result.
Post by D***@Emerson.com
It has been my experience that some Dell BMC's require you to specify the
cipher suite even though ipmitool says it defaults to cipher suite 3. Try
adding -C 3 or -C 0 and see if it helps.****
** **
*Richard Detweiler *| T 256-261-6550****
** **
*Sent:* Friday, March 29, 2013 1:56 PM
*Subject:* [Ipmitool-devel] lanplus problem****
** **
Hi,
I'm able to use ipmitool with a remote machine using the 'lan' protocol,
but 'lanplus' fails for every command. I'm trying to get SOL working, but
ipmitool -v -I lanplus -E -H 10.0.40.240 -U admin lan print
Error in open session response message : insufficient resources for session
Error: Unable to establish IPMI v2 / RMCP+ session
I can ping the remote BMC with both ipmiping and rmpcping
The machine is a Dell CS23, the BMC has IPMI v2. I'm using ipmitool
v1.8.12 compiled from source.
I've tried cold resetting the BMC, but it doesn't help.
/ipmitool mc info
Device ID : 32
Device Revision : 1
Firmware Revision : 0.09
IPMI Version : 2.0
Manufacturer ID : 343
Manufacturer Name : Intel Corporation
Product ID : 59 (0x003b)
Product Name : Unknown (0x3B)
Device Available : yes
Provides Device SDRs : no
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
Chassis Device
0x0b
0x41
0x00
0x03****
Liebig, Holger
2013-04-02 11:05:26 UTC
Permalink
Rob,

You can try –o intelplus
which takes some Intel BMC specifics during the RAKP handshake into account (given the fact that Intel is listed as the manufacturer of your BMC).

Good luck,
Holger

From: Rob Cakebread [mailto:***@gmail.com]
Sent: Friday, March 29, 2013 7:56 PM
To: ipmitool-***@lists.sourceforge.net
Subject: [Ipmitool-devel] lanplus problem

Hi,

I'm able to use ipmitool with a remote machine using the 'lan' protocol, but 'lanplus' fails for every command. I'm trying to get SOL working, but I'm having no luck with lanplus at all:

ipmitool -v -I lanplus -E -H 10.0.40.240 -U admin lan print

Error in open session response message : insufficient resources for session

Error: Unable to establish IPMI v2 / RMCP+ session

I can ping the remote BMC with both ipmiping and rmpcping

The machine is a Dell CS23, the BMC has IPMI v2. I'm using ipmitool v1.8.12 compiled from source.
I've tried cold resetting the BMC, but it doesn't help.

/ipmitool mc info
Device ID : 32
Device Revision : 1
Firmware Revision : 0.09
IPMI Version : 2.0
Manufacturer ID : 343
Manufacturer Name : Intel Corporation
Product ID : 59 (0x003b)
Product Name : Unknown (0x3B)
Device Available : yes
Provides Device SDRs : no
Additional Device Support :
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
Chassis Device
Aux Firmware Rev Info :
0x0b
0x41
0x00
0x03
Rob Cakebread
2013-04-02 16:26:45 UTC
Permalink
Thank you, Holger. That got me a bit further. I can now issue normal
commands remotely using 'intelplus'. The goal of this was to be able to use
'sol' but unfortunately I get this:

ipmitool -E -o intelplus -C 3 -H 10.0.40.240 -U gadmin sol activate
Error: This command is only available over the lanplus interface

Does it sound like I won't be able to use sol at all on these machines?

Thanks again,
Rob
Rob,****
** **
You can try –o intelplus ****
which takes some Intel BMC specifics during the RAKP handshake into
account (given the fact that Intel is listed as the manufacturer of your
BMC). ****
** **
Good luck,****
Holger****
** **
*Sent:* Friday, March 29, 2013 7:56 PM
*Subject:* [Ipmitool-devel] lanplus problem****
** **
Hi,
I'm able to use ipmitool with a remote machine using the 'lan' protocol,
but 'lanplus' fails for every command. I'm trying to get SOL working, but
ipmitool -v -I lanplus -E -H 10.0.40.240 -U admin lan print
Error in open session response message : insufficient resources for session
Error: Unable to establish IPMI v2 / RMCP+ session
I can ping the remote BMC with both ipmiping and rmpcping
The machine is a Dell CS23, the BMC has IPMI v2. I'm using ipmitool
v1.8.12 compiled from source.
I've tried cold resetting the BMC, but it doesn't help.
/ipmitool mc info
Device ID : 32
Device Revision : 1
Firmware Revision : 0.09
IPMI Version : 2.0
Manufacturer ID : 343
Manufacturer Name : Intel Corporation
Product ID : 59 (0x003b)
Product Name : Unknown (0x3B)
Device Available : yes
Provides Device SDRs : no
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
Chassis Device
0x0b
0x41
0x00
0x03****
Liebig, Holger
2013-04-03 06:20:54 UTC
Permalink
Rob,
the –o intelplus is an additional command line option / OEM specifier. Please try it together with the other options, e.g.

ipmitool –I lanplus –U user –P password –H host –o inteloem mc info

should give you the same information as with an IPMI 1.5 connection.

ipmitool –I lan –U user –P password –H host –o inteloem mc info

If this works you have RMCP+ working and you can try to activate sol

ipmitool –I lanplus –U user –P password –H host –o inteloem sol activate


Good luck,
Holger

From: Rob Cakebread [mailto:***@gmail.com]
Sent: Tuesday, April 02, 2013 6:27 PM
To: Liebig, Holger
Cc: ipmitool-***@lists.sourceforge.net
Subject: Re: [Ipmitool-devel] lanplus problem

Thank you, Holger. That got me a bit further. I can now issue normal commands remotely using 'intelplus'. The goal of this was to be able to use 'sol' but unfortunately I get this:

ipmitool -E -o intelplus -C 3 -H 10.0.40.240 -U gadmin sol activate
Error: This command is only available over the lanplus interface

Does it sound like I won't be able to use sol at all on these machines?

Thanks again,
Rob

On Tue, Apr 2, 2013 at 4:05 AM, Liebig, Holger <***@ts.fujitsu.com<mailto:***@ts.fujitsu.com>> wrote:
Rob,

You can try –o intelplus
which takes some Intel BMC specifics during the RAKP handshake into account (given the fact that Intel is listed as the manufacturer of your BMC).

Good luck,
Holger

From: Rob Cakebread [mailto:***@gmail.com<mailto:***@gmail.com>]
Sent: Friday, March 29, 2013 7:56 PM
To: ipmitool-***@lists.sourceforge.net<mailto:ipmitool-***@lists.sourceforge.net>
Subject: [Ipmitool-devel] lanplus problem

Hi,

I'm able to use ipmitool with a remote machine using the 'lan' protocol, but 'lanplus' fails for every command. I'm trying to get SOL working, but I'm having no luck with lanplus at all:

ipmitool -v -I lanplus -E -H 10.0.40.240 -U admin lan print

Error in open session response message : insufficient resources for session

Error: Unable to establish IPMI v2 / RMCP+ session

I can ping the remote BMC with both ipmiping and rmpcping

The machine is a Dell CS23, the BMC has IPMI v2. I'm using ipmitool v1.8.12 compiled from source.
I've tried cold resetting the BMC, but it doesn't help.

/ipmitool mc info
Device ID : 32
Device Revision : 1
Firmware Revision : 0.09
IPMI Version : 2.0
Manufacturer ID : 343
Manufacturer Name : Intel Corporation
Product ID : 59 (0x003b)
Product Name : Unknown (0x3B)
Device Available : yes
Provides Device SDRs : no
Additional Device Support :
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
Chassis Device
Aux Firmware Rev Info :
0x0b
0x41
0x00
0x03
Rob Cakebread
2013-04-03 16:59:53 UTC
Permalink
Thank you! That information along with getting the sol channel enabled with
the correct user finally got it working.

-Rob


On Tue, Apr 2, 2013 at 11:20 PM, Liebig, Holger <
Rob,****
the –o intelplus is an additional command line option / OEM specifier.
Please try it together with the other options, e.g.****
** **
ipmitool –I lanplus –U user –P password –H host –o inteloem mc info****
** **
should give you the same information as with an IPMI 1.5 connection.****
** **
ipmitool –I lan –U user –P password –H host –o inteloem mc info****
** **
If this works you have RMCP+ working and you can try to activate sol****
** **
ipmitool –I lanplus –U user –P password –H host –o inteloem sol activate**
**
** **
** **
Good luck,****
Holger****
** **
*Sent:* Tuesday, April 02, 2013 6:27 PM
*To:* Liebig, Holger
*Subject:* Re: [Ipmitool-devel] lanplus problem****
** **
Thank you, Holger. That got me a bit further. I can now issue normal
commands remotely using 'intelplus'. The goal of this was to be able to use
ipmitool -E -o intelplus -C 3 -H 10.0.40.240 -U gadmin sol activate
Error: This command is only available over the lanplus interface
Does it sound like I won't be able to use sol at all on these machines?
Thanks again,
Rob****
** **
On Tue, Apr 2, 2013 at 4:05 AM, Liebig, Holger <
Rob,****
****
You can try –o intelplus ****
which takes some Intel BMC specifics during the RAKP handshake into
account (given the fact that Intel is listed as the manufacturer of your
BMC). ****
****
Good luck,****
Holger****
****
*Sent:* Friday, March 29, 2013 7:56 PM
*Subject:* [Ipmitool-devel] lanplus problem****
****
Hi, ****
I'm able to use ipmitool with a remote machine using the 'lan' protocol,
but 'lanplus' fails for every command. I'm trying to get SOL working, but
ipmitool -v -I lanplus -E -H 10.0.40.240 -U admin lan print
Error in open session response message : insufficient resources for session
Error: Unable to establish IPMI v2 / RMCP+ session
I can ping the remote BMC with both ipmiping and rmpcping
The machine is a Dell CS23, the BMC has IPMI v2. I'm using ipmitool
v1.8.12 compiled from source.
I've tried cold resetting the BMC, but it doesn't help.
/ipmitool mc info
Device ID : 32
Device Revision : 1
Firmware Revision : 0.09
IPMI Version : 2.0
Manufacturer ID : 343
Manufacturer Name : Intel Corporation
Product ID : 59 (0x003b)
Product Name : Unknown (0x3B)
Device Available : yes
Provides Device SDRs : no
Sensor Device
SDR Repository Device
SEL Device
FRU Inventory Device
IPMB Event Receiver
Chassis Device
0x0b
0x41
0x00
0x03****
** **
Loading...