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 enable and disable the dtlogin
How to bring the Disk into diskgroup on veritas.
Cannot open '/etc/path_to_inst'"
wts differnce between svm&vxvm?
Options in ufsdump
how many run level in solaris?
May I know the difference between the RAID and Volume Manager?
What is the basic requirement for cluster.
Which file to be configuring the logs messages (like: /var/adm/message etc…)
How will you check the disk performance?
Options in ufsrestore
In which file port No’s are defined