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 do u configure the disk
SUN CLUSTER offline cluster resources on smslu131
How to change rsc ip in sun V490?
how to set the hostname or username at commamd promt ? where to set password length,max and min ?
3 Answers Accenture, Tech Mahindra,
To find the OBP environment variable
How can you recover the backup of NIC card if it is corrupted?
Explain the boot process?
We have edit the /etc/passwd file and modify a user forget to give the shell will user able to loging?
I don’t want to ask password reset in ever month to particular user. How to enable the same for only one user.
What r the daemons for DNS , Veritas, Apache,NFS Server & Client 4How can u configure two DHCP and Two DNS servers r there and u have 100's of users then 1st system takes which DHCP server and which DNS sever 5 what is the use of NIS how can u configure 6 what is the use RAID and which is the best(Solaris) 7 in RAID 5 and RAID 0+1 which u will preffer (Veritas)
3 Answers HCL, IBM, Tech Mahindra,
What are the daemons in NIS server?
how to find out the how many disks attached in the server?