Robin Bowes asked:
> It would be nice if there were some way to get the MAC addresses through
> racadm - it would have saved me a couple of mornings of work recently.

You can use the racadm ifconfig command (only available from the DRAC 
command-line interface) to get the DRAC's MAC address - the host interface MAC 
addresses are usually numerically just before, e.g. for an R710 where host 
ifconfig gives the following:

# ssh $HOST /sbin/ifconfig -a | grep HW
eth0      Link encap:Ethernet  HWaddr 00:24:E8:79:0F:25
eth1      Link encap:Ethernet  HWaddr 00:24:E8:79:0F:27
eth2      Link encap:Ethernet  HWaddr 00:24:E8:79:0F:29
eth3      Link encap:Ethernet  HWaddr 00:24:E8:79:0F:2B

the DRAC ifconfig has this output:

# (sleep 10; echo $PASS) | ssh $BMC racadm ifconfig | grep HW
bond0     Link encap:Ethernet  HWaddr 00:24:E8:79:0F:2D
eth1      Link encap:Ethernet  HWaddr 00:24:E8:79:0F:2D
eth2      Link encap:Ethernet  HWaddr 00:24:E8:79:0F:2D

@alex

-- 
mailto:alex.du...@mac.com

_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Reply via email to