- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- F5 and HPUX 11
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
03-22-2005 09:49 AM
03-22-2005 09:49 AM
F5 and HPUX 11
This N-class server has eight additional NICs(two 4-port cards) installed to support the F5. My hosts file is as follows:
128.1.200.80 hpnclass # lan0
10.1.200.80 hpnclass # lan1
10.1.201.80 hpnclass # lan2
10.1.202.80 hpnclass # lan3
10.1.203.80 hpnclass # lan4
10.1.204.80 hpnclass # lan5
10.1.205.80 hpnclass # lan6
10.1.206.80 hpnclass # lan7
10.1.207.80 hpnclass # lan8
The lan0 NIC is the only one running at the moment, and will be disabled when we cut this over. The lan1-lan8 NICs all have a subnet mask of 255.255.0.0
On the F5, I have set up a self ip address of 10.1.0.0 on a 255.255.0.0 subnet.
Has anyone here had any experience with implementing the F5 with HPUX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2005 11:39 PM
03-22-2005 11:39 PM
Re: F5 and HPUX 11
http://docs.hp.com/en/J4240-90027/J4240-90027.pdf
It might cost you $1200 USD (not too sure).
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 02:09 AM
03-23-2005 02:09 AM
Re: F5 and HPUX 11
One thing I have noticed is that the routing table on the HP adds a route to the 10.1 network for each NIC that I activate. And that there is a large amount of traffic on those eight cards, mostly arp requests and the like.
And because of the additional routes in the routing table, if I ping one of the 10.1 addresses from the F5, I get multiple duplicates of the response packet (the duplicate count goes up by 2 for each NIC that I have enabled, for a total of 15 dupes if I have all 8 NICS enabled)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 08:44 AM
03-23-2005 08:44 AM
Re: F5 and HPUX 11
Second, your self ip may fit into the same subnet of your 8 NIC Ips. That won't work. You should change either side so that they are in different subnet.
Third, do you want LAN access those 8 applications? Then you need NAT in Internal for those 8 NICs, and put ip of same subnet in External.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2005 11:33 PM
03-27-2005 11:33 PM
Re: F5 and HPUX 11
I have now subnetted the the self IPs and the NICs to a 255.255.255.0 subnet.