From: Olivier A. <oli...@te...> - 2006-09-05 15:01:02
|
Daniel Toma wrote: > Olivier Archer wrote: > >> Hi, >> I'm new to ipmi, and i'm in trouble using it with lan interface. >> here what i've do: >> > [cut] > >> drennec:~# ipmitool channel info 1 >> Channel 0x1 info: >> Channel Medium Type : 802.3 LAN >> Channel Protocol Type : IPMB-1.0 >> Session Support : multi-session >> Active Session Count : 0 >> Protocol Vendor ID : 7154 >> Volatile(active) Settings >> Alerting : enabled >> Per-message Auth : enabled >> User Level Auth : enabled >> Access Mode : always available >> Non-Volatile Settings >> Alerting : enabled >> Per-message Auth : enabled >> User Level Auth : enabled >> Access Mode : always available >> >> drennec:~# ipmitool -A NONE -I lan -H x.x.x.x session info active >> Error: Unable to establish LAN session >> ipmi_lan_send_cmd failed to open intf >> Get Session Info command failed >> >> Do I missed something ? >> > > Hi, > > I have similar problem with a AOC-SIMSO device on a Supermicro motherboard.. > But, did you set the IP address? You can check the IP, MAC & gateway with > > # ipmitool lan print > > Then see help for "ipmitool set". > > Ok, I didn't fix manualy the ip addr, since bmclanconf -c 1 gave me one by dhcp. what is this ip @ ? Is it the same as the network main iface (eth0)? And i've said bmclanconf to configure channel 1, but how to deal choosing channel number ? so i've always got "Unable to establish LAN session" error. drennec:~# ipmitool lan print 1 Set in Progress : Set In Progress Auth Type Support : NONE MD2 MD5 PASSWORD Auth Type Enable : Callback : MD2 MD5 : User : MD2 MD5 : Operator : MD2 MD5 : Admin : MD2 MD5 : OEM : MD2 MD5 IP Address Source : Static Address IP Address : x.y.z.40 Subnet Mask : 255.255.255.240 MAC Address : 00:30:48:56:5c:4c SNMP Community String : public IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10 Default Gateway IP : x.y.z.33 Default Gateway MAC : 00:a0:f9:09:96:28 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 Cipher Suite Priv Max : Not Available |