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 is Sun Explorer ?
SUN CLUSTER offline cluster resources on smslu131
I have single NIC card and we have two ports can we configure as IPMP?
How many controllers in 3510 storage.
How to check and analyze the logs in /var/adm/messages?
tell me the steps to configure the vg
how to change boot disk
What is the nature of VCS?
How will you check the disk performance?
How to change network interface property in Solaris?
How will see the kernel version
What is default permission of files and directory?