- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 4-port LAN strangeness
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
08-04-2004 07:12 AM
08-04-2004 07:12 AM
4-port LAN strangeness
port 1 (Card A) doesn't come up at boot
port 2 (Card B) does
If I swap the cables, same thing so it's not the cables.
If I lanadmin -X 100HD port 1, it comes up at 100HD but it never starts properly at boot.
Same driver but STM reports a different "Software Model Number" for the cards, whatever that is ... firmware? Also, Card A reports some "Options" set (a hex number) in STM, the working Card B doesn't.
Our latest thing is to get the card replaced but any ideas much appreciated ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 07:29 AM
08-04-2004 07:29 AM
Re: 4-port LAN strangeness
This is a networking feature of HP-UX.
Example
port 1 addy 192.168.0.10 mask 255.255.255.0
That makes the network 192.168.0
Port 2 3 or 4 will not come up with network 192.168.0
What APA does is it takes all four ports and makes them seem to the network to be one, very fast port with one IP address.
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
08-04-2004 07:35 AM
08-04-2004 07:35 AM
Re: 4-port LAN strangeness
and 11.11 has a patch PHKL_29468
Do you have the appropriate patch?
What does ioscan say?
Have you tried setting both sides to Autonegotiate?
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:01 AM
08-04-2004 08:01 AM
Re: 4-port LAN strangeness
port 1 (Card A) is set to be up at boot with a certain IP
port 2 (Card B) is set to be down at boot but with the same IP (don't ask me - it's their idea of "redunancy" without paying for APA - manual failover ...)
This is how it's configured on every production box and it works.
At boot:
port 1 (Card A) set to come up, port 2 (Card B) down, nothing - the IP isn't reachable until I do a lanadmin -X 100HD on port 1
BUT
port 2 (Card B) set to come up at boot, port 1 (Card A) down - everything is fine
If I switch port 1 (Card A) to port 2 (Card A), exactly the same problem.
so this seems to me like there is something wrong with Card A ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:35 AM
08-04-2004 08:35 AM
Re: 4-port LAN strangeness
As far as I know ServiceGuard standby lan card or APA is the only way to accomplish what you are trying to accomplish.
I do have some custom hp-ux shell scripts running on my personal hp9000 server that check other IP addresses on the network and if they find a node is down, attempt to take over the IP address and send an email that makes my cell phone beep. But thats clearly a custom job and not any kind of scheme that I have heard HP supports. I will say my implementation is pretty nifty(Geek Alert!).
Both APA and ServiceGuard are licensed pay for products.
If your goal is failover a scripted failover is possible.
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
08-04-2004 09:26 AM
08-04-2004 09:26 AM
Re: 4-port LAN strangeness
lan1 (port 1, Card A) = up
lan5 (port 1, Card B) = down
RESULT = NO NETWORK until flip lan1 to 100HD
lan1 (port 1, Card A) = down
lan5 (port 1, Card B) = up
NO PROBLEMS
lan2 (port 2, Card A) = up
lan5 (port 1, Card B) = down
RESULT = NO NETWORK until flip lan2 to 100HD
Same cards, same IPs, same drivers, same switch settings etc. I don't think that this is a forbidden configuration without APA or whatever since only one port with the IP is ever up and it works if that port is lan5, just not when it's any lan port in Card A. I did renumber the lan instances with ioinit earlier because there was a problem with a gelan interface hanging around as lan1 in /etc/ioconfig that had been physicall removed. But this shouldn't have done anything nasty should it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 06:36 PM
08-04-2004 06:36 PM
Re: 4-port LAN strangeness
wrt to ports even coming-up with IPs in the same subnet, there is nothing in the transport that _prevents_ someone from assigning IPs in the smae subnet to multiple plysical (from the transports perspective) NICs. what happens though is that while all interfaces configured into the same subnet will be used for inbound, only one will be used for outbound, and this is not typically what folks want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 07:56 PM
08-04-2004 07:56 PM
Re: 4-port LAN strangeness
The thing is, we never want or have both cards up at the same time so there is never any case where we have two cards up on the same subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 08:32 PM
08-04-2004 08:32 PM