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 you boot the system in single user mode? other than #boot CDROM/net -s
After creating swap file update the same to /etc/vfstab what will be the fstype.
How to configure mirror with hot spare in vxvm I know how to create mirror with vxassist: #vxassist -g <diskgroup name> make <volume name> <vol size> layout=mirror I know how to create hot spare with vxedit #vxedit -g <diskgroup name> set spare=on diskname but i don't how to attach hot spare to mirror? can some one plz help in this issue.. Thanks & Regards, SaiKrishna. kanuparthi_sai@yahoo.com my alternate E-Mail id: ksaikrishna7@gmail.com
What is nslookup
what is differnce between boot -s and boot -S ?
How many controllers in 3510 storage.
What is the physical device to check the 2 nodes connect in cluster
what is the diff between ufslog and vxfslog?
hi frnds I created sparse root zone, in that zone when i try to change the passwd it is giving permission denied. what is the reason and how to chnage the root passwd in the zone. can u please explain the query.
usage of temp directory should be restricted to 1 gb if total temp directory size is 5 gb?
how many zones can we create?
How to add a root dg?