How to know actual capacity of Ethernet port by command line?
(Sun Fire V480 and some one configured Eth interface as
100mbps and need to change to 1000mbps but How i would know
that port is of capacity 1000mbps or not?

Answers were Sorted based on User's Feedback



How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configure..

Answer / saravanan

#dladm Show-dev

it showing Full duplex or Half duplux and also showing capacity

Is This Answer Correct ?    14 Yes 0 No

How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configure..

Answer / sampath

dladm show-dev

Is This Answer Correct ?    8 Yes 0 No

How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configure..

Answer / teja masna

no..it won't work solaris9 version..if u check with ndd or
kstat command u will get the details

Is This Answer Correct ?    2 Yes 0 No

How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configure..

Answer / naresh

#ndd -get /dev/e1000g0(Based NIC card) link_speed To kno the speed of the ethernet.

Is This Answer Correct ?    1 Yes 0 No

How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configure..

Answer / suresh

in solaris 10 dladm show-dev will server the purpose.
in solaris 9 you should can use netstat -k |grep link_speed

Is This Answer Correct ?    1 Yes 1 No

How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configure..

Answer / sanjay

ndd -get /dev/nxge3 link_status

Is This Answer Correct ?    0 Yes 0 No

How to know actual capacity of Ethernet port by command line? (Sun Fire V480 and some one configure..

Answer / teja

Hi
Normally this setup can be done by network team..if network
team change the value 1000mb it will come by default MAC
speed is 1000Mb if you want manually change from OS
end..you can use

#ndd -set <Attribute> <Mode of speed>

Sol10 can work to see the speed
dladm show-dev
i hope sol10 earlier versionit can work with ndd and kstat
command

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

How to remove the volume

1 Answers  


How to enable the crashdump?

1 Answers   IBM,


Explain about init phases

4 Answers  


How far VCS supports?

1 Answers  


How many filed in /etc/vfstab

1 Answers  






Hi I wanted to know what command can I use to perform a rescan in Solaris10 u4/u5 64 bit machine. I know once the disks are added we can perform a rescan using the following commands drvconfig-->disks--> cfgadm OR devfsadm But they will detect the disks and once the disks are remove the entries are still shown unless the disks are removed. So is there another command or a script that could help me find that disks were removed from my solaris machine.

2 Answers  


what is cluster.

5 Answers  


What are processing daemon in nis

2 Answers  


Default path for patches

2 Answers  


How do you find the number of Network card attached to your server ?

4 Answers  


How to start / stop the nfs server

2 Answers  


How to check the sleeping process in Solaris.

10 Answers   Chase, JPMorgan Chase,


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)