- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Autonegotiation fail with Gigabit
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
11-17-2003 01:49 AM
11-17-2003 01:49 AM
Autonegotiation fail with Gigabit
I have a Superdome 32 way with HP A6847-60101 PCI 1000Base-SX Adapter and a switch Cisco 3508G-XL.
Both work well, but the networking guys wolud like to turn off the autonegotiation. Whe the autonegotiation is off in both devices, the link fall.
One of two need is with autonegotiation on for the link work.
which it could be the problem?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:02 AM
11-17-2003 02:02 AM
Re: Autonegotiation fail with Gigabit
# lanscan (* write down NMID / PPA *)
This will list current speed and duplex:
# lanadmin -x 4 (* 4 = NMID *)
This will change :
# lanadmin -X 1000FD 4
1000 = speed
FD = Full duplex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:05 AM
11-17-2003 02:05 AM
Re: Autonegotiation fail with Gigabit
Gigabit cards can not be manually set - they must be allowed to auto-netgotiate.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:12 AM
11-17-2003 02:12 AM
Re: Autonegotiation fail with Gigabit
Our experence with CISCO's and 1000-SX cars is that both link partners should always be set to "auto-negotiate"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:14 AM
11-17-2003 02:14 AM
Re: Autonegotiation fail with Gigabit
It is very clear in the documentation for each and every 1000 BaseT card HP certifies for its HP-9000 servers. Autonegotiate on the switch and the software settings for the card.
No exceptions.
!00 BaseT cards are better off with manual settings, hard coded into /etc/rc.config.d/hpbtlanconf
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 02:31 AM
11-17-2003 02:31 AM
Re: Autonegotiation fail with Gigabit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 04:52 AM
11-17-2003 04:52 AM
Re: Autonegotiation fail with Gigabit
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2003 05:34 AM
11-17-2003 05:34 AM
Re: Autonegotiation fail with Gigabit
Didn't know that.