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 can system identify run level at boot time?

5 Answers   Accenture,


How to mirror and unmirror a disk?

1 Answers  


How will see the version of the patches

1 Answers  


How to check the communication between 2 nodes?

5 Answers  


I have single NIC card and we have two ports can we configure as IPMP?

1 Answers   ITC Infotech,






How ill you remove the subdisk and plexus

4 Answers  


How ill you create a subdisk and plexus

1 Answers  


What is Sun Explorer ?

5 Answers   CTS,


Explain shrinking the disk

2 Answers  


What are the differences between the command line and graphical user interface?

0 Answers  


How will you find out enough memory?

2 Answers  


How to boot the solaris system in 64 0r 32 bit kernel

3 Answers  


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)