Hi,

I am trying to use ipmitool on Ubuntu 16.04, and followed instructions from 
https://github.com/openbmc/ipmitool/blob/master/README

The Bridged Command, ipmitool -m 0x94 -t 0x9a raw 6 4,  from the system 
interface is not working for me (it works as direct command). This bridged 
command failed over LAN from another machine as well. However, other bridged 
commands worked over LAN and failed from the system interface. The following 
are logs for the runs.

Thank you for your help.

Jian


1.      Failed bridged commands from the system interface
jianli@lenovo:~$ sudo ipmitool -v -t 0x9a raw 6 4
Running Get PICMG Properties my_addr 0x20, transit 0, target 0
Error response 0xc1 from Get PICMG Properities
Running Get VSO Capabilities my_addr 0x20, transit 0, target 0
Invalid completion code received: Invalid command
Discovered IPMB address 0x0
RAW REQ (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4 data_len=0)
Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4 rsp=0xc3): 
Timeout
jianli@lenovo:~$ sudo ipmitool -v -m 0x94 -t 0x9a raw 6 4
Running Get PICMG Properties my_addr 0x94, transit 0, target 0
Error response 0xc1 from Get PICMG Properities
Running Get VSO Capabilities my_addr 0x94, transit 0, target 0
Invalid completion code received: Invalid command
RAW REQ (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4 data_len=0)
Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4 rsp=0xc3): 
Timeout


jianli@lenovo:~$ sudo ipmitool -v -b 0x00 -l 0x02 -t 0x2c raw 0x2e 0x8c 0x57 
0x01 0x00 0x01 0x00 0x00
Running Get PICMG Properties my_addr 0x20, transit 0, target 0
Error response 0xc1 from Get PICMG Properities
Running Get VSO Capabilities my_addr 0x20, transit 0, target 0
Invalid completion code received: Invalid command
Discovered IPMB address 0x0
RAW REQ (channel=0x0 netfn=0x2e lun=0x2 cmd=0x8c data_len=6)
RAW REQUEST (6 bytes)
57 01 00 01 00 00
Unable to send RAW command (channel=0x0 netfn=0x2e lun=0x2 cmd=0x8c rsp=0xc3): 
Timeout



2.      Failed bridged command over LAN
jianli@ubuntu-jianli:~/CollectD/collectd$ sudo ipmitool -H 10.240.43.252 -U 
USERID -P PASSW0RD -v -t 0x9a raw 6 4
Running Get PICMG Properties my_addr 0x20, transit 0, target 0x20
Error response 0xc1 from Get PICMG Properities
Running Get VSO Capabilities my_addr 0x20, transit 0, target 0x20
Invalid completion code received: Invalid command
Discovered IPMB address 0x0
RAW REQ (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4 data_len=0)
Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4 rsp=0xc3): 
Timeout


3.      Succeeded bridged command over LAN
jianli@ubuntu-jianli:~/CollectD/collectd$ sudo ipmitool -H 10.240.43.252 -U 
USERID -P PASSW0RD -v -b 0x00 -t 0x2c raw 0x2e 0xc8 0x57 0x01 0x00 0x01 0x00 
0x00
Running Get PICMG Properties my_addr 0x20, transit 0, target 0x20
Error response 0xc1 from Get PICMG Properities
Running Get VSO Capabilities my_addr 0x20, transit 0, target 0x20
Invalid completion code received: Invalid command
Discovered IPMB address 0x0
RAW REQ (channel=0x0 netfn=0x2e lun=0x0 cmd=0xc8 data_len=6)
RAW REQUEST (6 bytes)
57 01 00 01 00 00
RAW RSP (20 bytes)
57 01 00 50 00 09 00 9c 01 4d 00 a2 53 a8 59 9d

47 09 00 50

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to