How to modify network card speed

Answers were Sorted based on User's Feedback



How to modify network card speed..

Answer / sbrahman75

# ndd –set /dev/hme instance 0

# ndd –get /dev/hme link_status

# ndd –get /dev/hme link_mode

To modify

# ndd –set /dev/eri instance 0

# ndd –set /dev/eri adv_100T4_cap0

# ndd –set /dev/eri adv_100fdx_cap1

# ndd –set /dev/eri adv_100hdx_cap0

# ndd –set /dev/eri adv_10fdx_cap0

# ndd –set /dev/eri adv_10hdx_cap0

# ndd –set /dev/eri adv_autoneg_cap0.

Is This Answer Correct ?    2 Yes 0 No

How to modify network card speed..

Answer / mohammed mukram

The above is correct how ever I got real time logs, when I
changed the parameters. but this is only applicable for hme
or nge interfaces for interfaces like e1000g0 ,g1.. the
process is different, I m mentioning the process in the
second stage.

root@MSDPRTSrv1 #ndd -set /dev/nge0 adv_autoneg_cap 0

root@MSDPRTSrv1 # ndd -set /dev/nge0 adv_1000fdx_cap 1
root@MSDPRTSrv1 # ndd -set /dev/nge0 adv_100fdx_cap 0
root@MSDPRTSrv1 # ndd -set /dev/nge0 adv_100hdx_cap 0
root@MSDPRTSrv1 # ndd -set /dev/nge0 adv_10fdx_cap 0
root@MSDPRTSrv1 # ndd -set /dev/nge0 adv_10hdx_cap 0
root@MSDPRTSrv1 # ndd -get /dev/nge0 adv_autoneg_cap
0
root@MSDPRTSrv1 # ndd -get /dev/nge0 adv_1000fdx_cap
1
root@MSDPRTSrv1 # ndd -get /dev/nge0 adv_100fdx_cap
0
root@MSDPRTSrv1 # ndd -get /dev/nge0 adv_100hdx_cap
0
root@MSDPRTSrv1 # ndd -get /dev/nge0 adv_10fdx_cap
0
root@MSDPRTSrv1 # ndd -get /dev/nge0 adv_10hdx_cap
0
root@MSDPRTSrv1 # dladm show-dev
nge0 link: up speed: 1000 Mbps
duplex: full
nge1 link: down speed: 0 Mbps
duplex: unknown
e1000g0 link: up speed: 1000 Mbps
duplex: full
e1000g1 link: down speed: 0 Mbps
duplex: half
e1000g2 link: up speed: 1000 Mbps
duplex: full
e1000g3 link: down speed: 0 Mbps
duplex: half
e1000g4 link: unknown speed: 0 Mbps
duplex: half
e1000g5 link: up speed: 1000 Mbps
duplex: full


for e1000g0, e1000g1 ...

we need to change the parameters in the kernal drivers
#cd /kernel/drv

#vi e1000g0 , you will see all the possible options to for
full and half duplex. just change the values and save the file.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Solaris Commands Interview Questions

how to set the hostname or username at commamd promt ? where to set password length,max and min ?

3 Answers   Accenture, Tech Mahindra,


If the system panic or system not booting

1 Answers  


What is different between crontab and at command?

1 Answers  


Difference between ufs and tar commnad

1 Answers  


What is difference between Hard and Soft mount?

1 Answers  


How to find the hardware configuration

1 Answers  


What are the daemons will run when the system is booting?

2 Answers   EDS,


Syntex to execute a ufsdump

3 Answers  


How to modify the user from ragu to haz

3 Answers  


What is HA?

2 Answers  


How do you check the no of user logged into the system

3 Answers  


1.Password less authentication in linux & Solaris

1 Answers   TCS,


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)