Hi Oracle Community.
I have a Sun Netra X4270 and it is running a Red Hat 5.5, and I would like to set up a IP Address on iLom interface and I am using ipmitool for that. The issue is that when I run the following command "ipmitool -vvv lan set 1 ipsrc static", I get the following error: "LAN Parameter Data does not match! Write may have failed."
==========
[root@localhost ~]# ipmitool -vvv lan set 1 ipsrc static
Using ipmi device 0
Set IPMB address to 0x20
Running PICMG GetDeviceLocator
OpenIPMI Request Message (1 bytes)
00
No PICMG Extenstion discovered, keeping IPMB address 0x20
OpenIPMI Request Message (1 bytes)
01
Channel type: 802.3 LAN
OpenIPMI Request Message (1 bytes)
01
Channel type: 802.3 LAN
OpenIPMI Request Message (4 bytes)
01 00 00 00
OpenIPMI Request Message (3 bytes)
01 00 01
OpenIPMI Request Message (4 bytes)
01 00 00 00
OpenIPMI Request Message (3 bytes)
01 04 01
Warning: Set LAN Parameter failed: Unspecified error
Waiting for Set LAN Parameter to complete...
SET DATA (1 bytes)
01
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
OpenIPMI Request Message (4 bytes)
01 04 00 00
READ DATA (1 bytes)
02
LAN Parameter Data does not match! Write may have failed.
OpenIPMI Request Message (3 bytes)
01 00 02
OpenIPMI Request Message (3 bytes)
01 00 00
[root@localhost ~]#
==========
The currently configuration is the following:
===========
[root@localhost ~]# ipmitool lan print 1
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 PASSWORD
Auth Type Enable : Callback : MD2 MD5 PASSWORD
: User : MD2 MD5 PASSWORD
: Operator : MD2 MD5 PASSWORD
: Admin : MD2 MD5 PASSWORD
: OEM :
IP Address Source : DHCP Address
IP Address : 0.0.0.0
Subnet Mask : 0.0.0.0
MAC Address : 00:21:28:c1:05:12
SNMP Community String : public
IP Header : TTL=0x00 Flags=0x00 Precedence=0x00 TOS=0x00
BMC ARP Control : ARP Responses Disabled, Gratuitous ARP Disabled
Gratituous ARP Intrvl : 5.0 seconds
Default Gateway IP : 0.0.0.0
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
RMCP+ Cipher Suites : 2,3,0
Cipher Suite Priv Max : XXXXXXXXXXXXXXX
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM
[root@localhost ~]#
===========
Would someone know what could be wrong?
Best regards,
Jair