|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Solaris 10 Speed and Duplex Settings: bge
Evening, I am attempting to change the speed and duplex settings on a single interface on a bge card on an m3000 SPARC server. Currently the settings are as follows: Code:
bge0 link: up speed: 1000 Mbps duplex: full bge1 link: up speed: 100 Mbps duplex: half bge2 link: up speed: 1000 Mbps duplex: full bge3 link: unknown speed: 0 Mbps duplex: unknown nxge0 link: down speed: 1000 Mbps duplex: full nxge1 link: up speed: 100 Mbps duplex: full nxge2 link: up speed: 1000 Mbps duplex: full nxge3 link: down speed: 1000 Mbps duplex: full I would like to change the bge1 interface to full duplex permanently. I read that I could make changes to the /platform/sun4u/kernel/drv/bge.conf file to make this permanent, however all of our attempts have not yielded the expected results. Additional Information: Code:
root@dssbfw101a.myhughesnet.com$ grep bge /etc/path_to_inst "/pci@0,600000/pci@0/pci@1/pci@0/network@4" 0 "bge" "/pci@0,600000/pci@0/pci@1/pci@0/network@4,1" 1 "bge" "/pci@0,600000/pci@0/pci@2/pci@0/network@4" 2 "bge" "/pci@0,600000/pci@0/pci@2/pci@0/network@4,1" 3 "bge" Any assistance would be greatly appreciated. Last edited by DukeNuke2; 08-31-2009 at 03:37 PM.. |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
if you use autoneg on your switch (and the switch is capable of 1000full) the interface should use the desired settings!
---------- Post updated at 21:36 ---------- Previous update was at 21:36 ---------- To keep the forums high quality for all users, please take the time to format your posts correctly. First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags [code] and [/code] by hand.) Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red. Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property. Thank You. The UNIX and Linux Forums |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Thanks for the quick reply, I will be sure to tag my code in the future.
My team does not have access to change the config on the switch (which is currently set to 100 full). In the mean time I have created a startup script in /etc/rc2.d/ to make the changes, though I would still like to know how to make it work with the conifg file. |
|
#4
|
||||
|
||||
|
would be helpfull if you post the config file and what you've changed...
|
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Here is the code located in the /platform/sun4u/kernel/drv/bge.conf Code:
bge-rx-rings = 1; bge-tx-rings = 1; # interface bge0 name="bge" parent="/pci@0,600000/pci@0/pci@1/pci@0" unit-address="4" \ adv_autoneg_cap=0 adv_1000fdx_cap=1 adv_1000hdx_cap=0 \ adv_100fdx_cap=0 adv_100hdx_cap=0 adv_100T4_cap=0 adv_10fdx_cap=0 \ adv_10hdx_cap=0; # interface bge1 name="bge" parent="/pci@0,600000/pci@0/pci@1/pci@0" unit-address="4,1" \ adv_autoneg_cap=0 adv_1000fdx_cap=0 adv_1000hdx_cap=0 \ adv_100fdx_cap=1 adv_100hdx_cap=0 adv_100T4_cap=0 adv_10fdx_cap=0 \ adv_10hdx_cap=0; # interface bge2 name="bge" parent="/pci@0,600000/pci@0/pci@2/pci@0" unit-address="4" \ adv_autoneg_cap=0 adv_1000fdx_cap=1 adv_1000hdx_cap=0 \ adv_100fdx_cap=0 adv_100hdx_cap=0 adv_100T4_cap=0 adv_10fdx_cap=0 \ adv_10hdx_cap=0; # interface bge3 name="bge" parent="/pci@0,600000/pci@0/pci@2/pci@0" unit-address="4,1" \ adv_autoneg_cap=0 adv_1000fdx_cap=1 adv_1000hdx_cap=0 \ adv_100fdx_cap=0 adv_100hdx_cap=0 adv_100T4_cap=0 adv_10fdx_cap=0 \ adv_10hdx_cap=0; |
| Sponsored Links | |
|
|
#6
|
||||
|
||||
|
and where are YOUR changes in the file? do you have a backup of the original file before you make any changes?
|
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
What I posted before are my changes, the original file includes only commented out material and the following: Code:
#########################################################################
#
# The property below represents the list of subsystem vendor/device pairs
# with which driver operation is supported. This list will be updated and
# extended as new subsystems are validated ...
#
bge-known-subsystems = 0x108e1647,
0x108e1648,
0x108e16a7,
0x108e16a8,
0x17c20010,
0x17341013,
0x101402a6,
0x10f12885,
0x17c20020,
0x10b71006,
0x10280109,
0x1028865d,
0x0e11005a,
0x103c12bc;
######################################################################### |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find the duplex speed on Windows | samnyc | Infrastructure Monitoring | 2 | 07-17-2009 10:01 AM |
| gigabit - fix speed/duplex on the switch ? or autoneg ? | hcclnoodles | Solaris | 1 | 04-21-2009 05:18 PM |
| command to change duplex settings.. | sag71155 | HP-UX | 2 | 03-23-2008 04:21 PM |
| NIC speed 100M/full duplex problem | AirWalker83 | IP Networking | 4 | 01-17-2008 02:59 AM |
| Duplex Settings | saabir | Solaris | 3 | 01-09-2004 05:44 AM |
|
|