how to check network card speed ? set it mode(half/full
duplex)? ndd -get /dev/hme0 link-speed ndd -get /dev/hme0
link-mode
Answer Posted / dileep.paleti
#ndd get /dev/interface name link_speed
it show only spped of n/w card
but using below command:
#dladm show-dev
we get 1)interface name
2)speed of n/w
3)mode(full duplex/half duplex)
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How can abiword be compiled for solaris using gcc?
How does a solaris cluster work?
How to solve the system hang issue. Found that the memory state is free, commands to check and solve the issue?
What are nfs daemons?
What do you understand by irq assignments?
What can be a reason for the solaris system slowing down? How can it be rectified?
How many run levels are there and what are they?
How can threads be created in a solaris environment?
Explain custom jumpstart procedure?
What are nis daemons?
how to add Kernel patch in all systems at a time?
What are the raid levels in solaris?
What can be done to protect the system from overflow exploits?
Explain the difference between sc> and lom>?
Explain the difference between pid and ppid with example.