How to review multiple MAC Addess in Solaris?
Answers were Sorted based on User's Feedback
Answer / swapnil
#ifconfig -a
Usin this command you can find out MAC address
| Is This Answer Correct ? | 9 Yes | 2 No |
dmesg|grep -i mac
prtconf|grep -i mac
ifconfig -a
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venugopal adep
You can use following command to get mac address
# arp -a |grep `hostname` | awk '{print $1 " " $5}'
e1000g1 00:14:4f:82:47:d7
e1000g5 00:14:4f:82:47:d9
e1000g0 00:14:4f:82:47:d6
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram kumar
Re: How to review multiple MAC Addess in Solaris?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / p.r.l.prasanna
#prtconf
by this command you can find out multiple MAC address
| Is This Answer Correct ? | 4 Yes | 6 No |
How can we check the status of CPU at firmware
How will you ad new aliases name
How to enable and disable the dtlogin
how many run level in solaris?
How will see the hostname
what is mean by system calls
How will you check the process for particular user
How to mirror and unmirror a disk?
What is HA?
How to change the default new user shell without mentioning -s /bin/sh in cmd useradd or usermod and which file we need to change? this is not for existing user
one guy asking how to grow disk size in SDS? what is SDS?
what is differnce between boot -s and boot -S ?