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 nslookup
How to modify the user from ragu to haz
We have edit the /etc/passwd file and modify a user forget to give the shell will user able to loging?
how to find NIC card type. is there any command to display the card type when it not plumbed.
one guy asking how to grow disk size in SDS? what is SDS?
How to create core dump and crash dump #coreadm .
What are performance tool used
How to start one node cluster.
How to check the no of the processor available
How to find the VERITAS License?
Command to find the VCS status
When user logging in which file will take place