- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Half or Full Duplex
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
тАО05-15-2003 07:07 AM
тАО05-15-2003 07:07 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2003 07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2003 07:14 AM
тАО05-15-2003 07:14 AM
Re: Half or Full Duplex
But if you have 100mbps, then use "lanadmin" command to change these options:
# man lanadmin
or use SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2003 07:16 AM
тАО05-15-2003 07:16 AM
Re: Half or Full Duplex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2003 07:20 AM
тАО05-15-2003 07:20 AM
Re: Half or Full Duplex
Try SAM to set it to full duplex. SAM > Networking and Communications > Network Interface Cards. Then select the card you want to change the duplex setting. From this point on, the scren info should be easy to follow.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2003 07:27 AM
тАО05-15-2003 07:27 AM
Re: Half or Full Duplex
Unfortunately collisions are a fact of life in half duplex comm. But the collisions will only be between the NIC & the switch. Think of it as two people starting to talk at the same time. Both have to pause & try again. Not destructive mind you, just slows the conversation down.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2003 07:35 AM
тАО05-15-2003 07:35 AM
Re: Half or Full Duplex
That being said I have seen problems with a 10 half connection to a router when one heavy hitter was on 100 full and the rest on 10 half. The 100 full machine was able to monopolize the router's input queues so that other processes timed out. You might want to invest in a new card if you are seeing performance issues.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2003 04:11 AM
тАО05-16-2003 04:11 AM
Re: Half or Full Duplex
The setting of speed and duplex depends on the type of card you have, most HP interfaces can do 10 HD/FD 100HD FD or auto. The switch has to support this also.
To see what type of card you have run an ioscan.
ioscan -fnC lan
Look at the driver for the card, here are common HP Interface cards and their config files, you can set the speed & duplex in the config file and via the lanadmin command.
A quick way to tell if your card supports full duplex is to run lanadmin:
lanadmin -X 10FD PPA# /NMID #( for 11.X lan0 = ppa0 lan1 = ppa1 etc. for 10.20 use the nmid value from lanscan )
e.x. 11.X
lanadmin -X 10FD 0 ( for lan 0 )
Check if you have one of these drivers, the config files are in /etc/rc.config.d/
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf
intl100 hpintl100conf
btlan hpbtlanconf
Example entries, the description for each card is in the header of the file.
xxx_INTERFACE_NAME : Name of interface (lan0, lan1...)
xxx_STATION_ADDRESS : Station address of interface. This will be the MAC address of your interface.
xxx_SPEED : set the card speed. Value are : 10HD, 10FD,100HD, 100FD, auto_on.
Collisions are a fact of life w/ half duplex, see this link for tons of ethernet info.
http://www.ethermanage.com/ethernet/ethernet.html
Cheers
Todd