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 |
What are performance tool used
How to set the time zion
what is the difference between solaris8 and solaris9 and solaris10
what is a solaris toolkit
one guy asking how to grow disk size in SDS? what is SDS?
how to add the more than one number of pkg at a time in solaris
what is the difference between init runlevel and milestone?
Cannot open '/etc/path_to_inst'"
How can youy check the disk status in , is it locally connected or remotely connected?
How to start one node cluster.
What are thing you must ensure to provide security the system
When iam checking the services its showing unintialized then what should i do step by step.pls tell me the answer as soon as posible.