How to change network interface property in Solaris?
Answers were Sorted based on User's Feedback
Answer / venugopal adep
You can use dladm command to change network interface
property in Solaris
In this example below maximum bandwidth of link is set to
2Mbps
$ dladm set-linkprop -p maxbw=2m e1000g0
Similarly if you want to set the link to full duplex
$ dladm set-linkprop -p duplex=full e1000g0
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / srikanth
otherwise you can do this configurations from ndd
first see the default values from ndd
ndd -get /dev/hme0(networkcard) \?
OR ndd /dev/hme0 \? it will list all the parameters
ex::
ndd /dev/hme0 link_speed
later modify using
ndd -set /dev/hme0 link_speed value
| Is This Answer Correct ? | 3 Yes | 1 No |
How to add a tape deck on Sun Solaris version 10
What are the NFS daemon in server & client
How to find the boot path in solaris
How to mirror a root dg? With eg
Syntex to execute a ufsdump
How to enable the crashdump?
How to review all zones in solaris10?
how to see particular job whether completed or not?
In solaris while patching why should we break the mirroring?
How can we check the status of CPU at firmware
what is cluster.
In which file port No’s are defined