Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: A Few AIX commands...  (Read 5059 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
A Few AIX commands...
« on: July 30, 2014, 02:43:26 pm »
A Few AIX commands

To find network interface card information in AIX, issue the commad:

# entstat -d <network interface id>

To find out the network interface id, issue the command:

# ifconfig -a

Few ways to find mac address of a network card:

 # ifconfig -a (as root)

 # lscfg -vl <network card id> (for AIX)

 # netstat -v

 # entstat <network card id> (for AIX)

====