How to modify network card speed
Answers were Sorted based on User's Feedback
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 |
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 |
What is environmental? How to add environmental variables in run level 3 & how to edit?
how to change boot disk
How to delete only 3rd and 8th line from file using vi execute or last line mode with one short of command
what is the difference between solaris8 and solaris9 and solaris10
How to lock the user id in solaris?
what are the two conditions need to be taken before encapsulating the disk under the VxVm control(Veritas volume manager)
Which file maintain the kernel
How to find & replace bad disks in solaris & VXVM?plz explain step by step?
How will you come to know wheather hme 0r eri or to configuring the network card.
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,
How to find memory status i.e.. it is full like 100%?
What is the difference between container and zones?