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 |
whenever you are creating a new user (while creating user every time) file /etc/passwd file inode number will be changed why????
how to find bad disk in VERITAS VOLUME MANAGER
Explain FSCK
What is Sun Explorer ?
I would like to create users and the users account should be locked after 3 login attempts. How to create ? And where these locked information has been stored. Environment : NIS and if LDAP also
How can you see the system firewll?
How to enable the telnet or ftp session for one host
What is default permission of files and directory?
how will you execute backup and restore using the tar command in a single command
how many run level in solaris?
what is the back up software we r using in solaris 8,9,10
If user is not loging in to server what is the problem?