- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I change from half duplex to 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
Forums
Discussions
Discussions
Discussions
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
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
06-06-2000 04:12 AM
06-06-2000 04:12 AM
I have someone who insists that our cards run in half-duplex mode. I was looking around SAM but could not find anything that would tell me if I could determine the state of the card and if it is in half-duplex, so I could change it to full.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 04:20 AM
06-06-2000 04:20 AM
Re: How do I change from half duplex to full duplex?
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 04:23 AM
06-06-2000 04:23 AM
Re: How do I change from half duplex to full duplex?
there is a command to get the current duplex mode:
lanadmin -x
To get the NMID use:
lanscan
at the output there is a column NMID.
Greetings
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 04:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 04:32 AM
06-06-2000 04:32 AM
Re: How do I change from half duplex to full duplex?
to set permanently the duplex/speed mode you have to edit a file in /etc/rc.config.d
hpbasetconf
or
hpgsc100conf
or
hpbase100conf
or
hppci100conf
The choice of the file depends on the LAN interface card type.
Within this file edit the line:
HP_BASE_100_SPEED[0]=
or
HP_BASET_SPEED[0]=
or
HP_GSC100_SPEED[0]=
or
HP_PCI100_SPEED[0]=
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 05:23 AM
06-06-2000 05:23 AM
Re: How do I change from half duplex to full duplex?
HP_BASE_100_SPEED[2]=100FD
Is that correct, Andreas?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2000 12:39 PM
06-06-2000 12:39 PM
Re: How do I change from half duplex to full duplex?
co lc # to see what speed is set to
co lc 100/Full_dx # to set to 100 Full duplex
We checked the lan speed via HP-UX using the following syntax:
lanadmin -x
ex: lanadmin -x 4
The man page for lanadmin in HP-UX 10.20 says you can change the speed using lanadmin -S.
Hope this helped, Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2000 04:16 AM
06-08-2000 04:16 AM
Re: How do I change from half duplex to full duplex?
Also, I want to change the auto-sense option to off on my cards. Does anyone have the command syntax to make this happen?
Thanks a lot,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2000 10:04 AM
06-08-2000 10:04 AM
Re: How do I change from half duplex to full duplex?
Remember to also set, or have your network engineer set, the port on the hub or switch to the appropriate speed/duplex. I have seen cards run fine when the switch is set to autodetect, but setting them explicitley is the recommended solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2000 10:17 AM
06-08-2000 10:17 AM
Re: How do I change from half duplex to full duplex?
driver /etc/rc.config.d/
btlan0 hpeisabtconf
btlan hpbtlanconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf
This file is updated whenever you apply a 100BaseT patch.
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2000 11:53 AM
06-08-2000 11:53 AM
Re: How do I change from half duplex to full duplex?
Regards,
Peter