- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing network card from half duplex to full dup...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2005 11:05 PM
тАО07-10-2005 11:05 PM
Changing network card from half duplex to full duplex!!
I want to change the network card settings from half duplex to full duplex.
Please find the network interfaces and the package status attached in the file.
Can anybody tell me what are the steps to be followed to make the changes:
Can we carry out the changes in the production setup running or we need to do it in backup window.
Please let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2005 11:18 PM
тАО07-10-2005 11:18 PM
Re: Changing network card from half duplex to full duplex!!
lanadmin -X 0 100FD
This is an example - modify for your environment.
When doing the command you will lose connectivity for some 15 sec. so you will probably want to research how your SG is setup. Example, is this your heartbeat?
Other side of equation is how is the port on the switch configured? If it is set for half duplex then you need to change there as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2005 11:21 PM
тАО07-10-2005 11:21 PM
Re: Changing network card from half duplex to full duplex!!
You can use
lanadmin
command. But you have to see before on what is this card connected, hub or switch. Because the device where it is connected gives the operation mode of the card, hub can somethimes make the connection to be half duplex.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-10-2005 11:28 PM
тАО07-10-2005 11:28 PM
Re: Changing network card from half duplex to full duplex!!
command to change lan speed is the following:
lanscan
(to obtain CrdId# of lan cards)
lanadmin -X 100FD
(to change speed)
Anyway it depends on hardware, not all lan cards support full duplex.
I don't see problems to change them in SG environment.
Hope this helps.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2005 01:49 AM
тАО07-11-2005 01:49 AM
Re: Changing network card from half duplex to full duplex!!
you also can change it in SAM - Networking and Communication - Network Interface cards
'Action - modify'.
Here you can see if FullDuplex is supported, also you have to disable autoneg.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2005 05:25 PM
тАО07-11-2005 05:25 PM
Re: Changing network card from half duplex to full duplex!!
To make this change permanent, set HP_BTLAN_SPEED[0] to 100FD in the file /etc/rc.config.d/hpbtlanconf
( unless you use SAM, in which case you should turn Autoneg to OFF )
Greetings,
Philippe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-11-2005 11:28 PM
тАО07-11-2005 11:28 PM
Re: Changing network card from half duplex to full duplex!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2005 01:32 AM
тАО07-12-2005 01:32 AM
Re: Changing network card from half duplex to full duplex!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2005 01:49 AM
тАО07-12-2005 01:49 AM
Re: Changing network card from half duplex to full duplex!!
can also be changed.
You can also use Glance, drill down to Network and then 'S'elect the lan interface and look for Errors.
my 2-cents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2005 02:33 AM
тАО07-12-2005 02:33 AM
Re: Changing network card from half duplex to full duplex!!
manual method:
# ioscan -fknC lan
you will see something like :
lan 1 0/3/1/0/6/0 igelan CLAIMED INTERFACE HP A9784-60001 PCI/PCI-X 1000Base-T FC/GigE Combo Adapter
-or-
lan 2 10/8/1/0 btlan4 CLAIMED INTERFACE PCI Ethernet (10110009)
the important field on these outputs are the 4th field:
igelan or btlan4. There are corresponding configuration files for each of these drivers under /etc/rc.config.d directory, starting with letters "hp". Find the file for your specific type of adapter and modify it on the line which reflects the speed and duplex.
example here is for igelan driver:
# vi /etc/rc.config.d/hpigelanconf
modify these two lines
HP_IGELAN_INTERFACE_NAME[0]=lanX
HP_IGELAN_SPEED[0]=100FD
where lanX is your lan interface name
save this file
# /sbin/init.d/hpigelan stop
# /sbin/init.d/hpigelan start
this will permanently nail down your speed and duplex settings to 100 Full Duplex.
Make sure you are not trying to nail a gigabit interface to 1000FD because it is not supported.
Also, as many people before me warned you, make sure your network people nail down the port speed what you are setting your port to. Otherwise you will see a lot of slow communications and errors logged against this interface.
HTH
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2005 03:04 AM
тАО07-12-2005 03:04 AM
Re: Changing network card from half duplex to full duplex!!
How Autoneg is supposed to work:
When both sides of the link are set to autoneg, they will "negotiate"
the duplex setting and select full duplex if both sides can do
full-duplex.
If one side is hardcoded and not using autoneg, the autoneg process
will "fail" and the side trying to autoneg is required by spec to use
half-duplex mode.
If one side is using half-duplex, and the other is using full-duplex,
sorrow and woe is the usual result.
So, the following table shows what will happen given various settings
on each side:
Auto Half Full
Auto Happiness Lucky Sorrow
Half Lucky Happiness Sorrow
Full Sorrow Sorrow Happiness
Happiness means that there is a good shot of everything going well.
Lucky means that things will likely go well, but not because you did
anything correctly :) Sorrow means that there _will_ be a duplex
mis-match.
When there is a duplex mismatch, on the side running half-duplex you
will see various errors and probably a number of late collisions. On
the side running full-duplex you will see things like FCS errors.
Note that those errors are not necessarily conclusive, they are simply
indicators.
You can see link-level stats with lanadmin -g mibstats
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2005 03:24 AM
тАО07-12-2005 03:24 AM
Re: Changing network card from half duplex to full duplex!!
So, this day in age, somethings are still not working as expected. Just an observation.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-12-2005 03:49 AM
тАО07-12-2005 03:49 AM
Re: Changing network card from half duplex to full duplex!!
It was unpleasant to bad before when folks weren't consistent about hardcoding all switch ports and NIC to the same values - moving cables around would wreak havoc. Also, since system defaults are autoneg, forgetting to alter that during an install... well...
And today, with more and more of the NICs being 10/100/1000 instead of just 10/100, the business of hardcoding will start to bite people when they switch-out their 100BT switches and put-in GbE switches and wonder what went wrong.
Perhaps my life has been charmed, perhaps I've had good cable lengths, or perhaps it has been my use, predominantly, of ProCurve switches :) I'll confess that I've not used many Cisco switches.