May 24, 2006 #1 tech005 MIS Joined Dec 11, 2003 Messages 36 Location US How to find MAC add on an AIX server
May 24, 2006 1 #2 markuscj MIS Joined Feb 15, 2006 Messages 35 Location GB For what? If it's an adapter for example you can do 'lscfg -vl entX' Upvote 0 Downvote
May 24, 2006 1 #3 mrn MIS Joined Apr 27, 2001 Messages 3,993 Location GB netstat -ia Mike "A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant." http://www.airport-parking-site.co.uk/ Upvote 0 Downvote
netstat -ia Mike "A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant." http://www.airport-parking-site.co.uk/
May 24, 2006 #4 plamb MIS Joined Apr 9, 2003 Messages 346 Location US also lscfg -vpl ent (X) grep "Network Address" or entstat -d ent(X) |grep "Hardware Address: Upvote 0 Downvote