Hi Harri, That's strange that only this one particular motherboard doesn't ipmiping. Here's some thoughts:
1) Some motherboards require a hard-reset (power button, not /sbin/shutdown) to make configurations "take". Perhaps that's required for this particular motherboard? If you're not fond of power-resetting, rebooting just the bmc could work (bmc-device --cold-reset). 2) IPMI over LAN support must also be enabled, you may also want to verify this in the Lan_Channel section of the bmc-config config. 3) I personally have never configured a gateway into an IPMI system, so I'm unsure if the config below would affect anything. Perhaps the MAC address for the gateway needs to be configured too? What if you zero out the IP address and re-commit? 4) Is arp setup correctly? I'm not sure if your BMC can arp, but if it can't, perhaps you need to cache the remote MAC address in your local arp cache? Hopefully that's enough ideas that one of them is the solution :P Al On Fri, 2011-03-04 at 07:01 -0800, Harald Dunkel wrote: > Hi folks, > > I have assigned an IP address using bmc-config --checkout and > --commit as described in the man page, I see this change on > another bmc-config --checkout, but I cannot ping the IP address > from another host: > > % ipmiping 172.18.2.125 > ipmiping 172.18.2.125 (172.18.2.125) > response timed out: rq_seq=27 > : > > % ping 172.18.2.125 > PING 172.18.2.125 (172.18.2.125) 56(84) bytes of data. > From 172.18.1.5 icmp_seq=1 Destination Host Unreachable > From 172.18.1.5 icmp_seq=2 Destination Host Unreachable > : > > I can ping and ipmiping other hosts in this subnet without > problems. The gateway is open for ICMP between both subnets, > too. > > Here is the Lan_Conf section: > > : > Section Lan_Conf > ## Possible values: Unspecified/Static/Use_DHCP/Use_BIOS/Use_Others > IP_Address_Source Static > ## Give valid IP address > IP_Address 172.18.2.125 > ## Give valid MAC address > MAC_Address 00:15:17:F9:34:C6 > ## Give valid Subnet Mask > Subnet_Mask 255.255.255.0 > ## Give valid IP address > Default_Gateway_IP_Address 172.18.2.1 > ## Give valid MAC address > Default_Gateway_MAC_Address 00:00:00:00:00:00 > ## Give valid IP address > Backup_Gateway_IP_Address 0.0.0.0 > ## Give valid MAC address > Backup_Gateway_MAC_Address 00:00:00:00:00:00 > ## Give valid unsigned number > Vlan_id 0 > ## Possible values: Yes/No > Vlan_Id_Enable No > ## Give valid unsigned number > Vlan_Priority 0 > EndSection > : > > > The cables are plugged in, of course. Any helpful comment > would be highly appreciated. > > > Regards > > Harri > > _______________________________________________ > Freeipmi-users mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/freeipmi-users -- Albert Chu [email protected] Computer Scientist High Performance Systems Division Lawrence Livermore National Laboratory _______________________________________________ Freeipmi-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/freeipmi-users
