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
What are nfs daemons?
How can the output be redirected to some other action process in place showing it in the screen?
Benefits of SMF compared LRC(legacy run control)?
How do you copy files from remote system using ftp?
How can a user login to another system on his network remotely?
Discuss the two modes of the vi editor in solaris.
How can threads be created in a solaris environment? Write an example
Tell me how to discover global zone name from local zone?
In solaris 10 root Disk is 98% full what steps to be taken?
Explain what is multi homed system?
Suppose I have 20 gb free space in my file system but my inode size full. How will I increase or how will I fix this issue?
What causes the rpc.ttdbserverd process to be cpu bound? How can it be rectified?
Explain the difference between swap -l & swap -s?
Explain the difference between pid and ppid with example.
how to add your own run control script in server?