- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can floating IP address be used out of the Package...
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
07-08-2005 05:04 PM
07-08-2005 05:04 PM
Can floating IP address be used out of the Package?
I have a problem with Novel eDirectory on HP-UX.
I need to provide HA LDAP service for our appliction. Cause eDir is non clusteraware application, I cannot use MC/SG to cluster the LDAP server. The best eDir HA solution is to make two LDAP server replicated form each other. However, the problem is that I have to make every application able to failover and failback between two LDAP Server IP address. It is impossible for some 3rd party application.
Novel's suggestion is to make there LDAP server bind to floating IP address.
I am not sure whether it work. I can setup dummy package to make a floating IP address. However, I am not sure whether the application on the two nodes can successfully bind to the floating IP address when they start.
I need your suggestion on whether it works and the internal mechanism behind it if it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2005 02:44 PM
07-09-2005 02:44 PM
Re: Can floating IP address be used out of the Package?
my response is, "can you use a Single-LDAP Server" given a Non-MC/SG arrangement ?
Also, can you clarify, what do you mean buy saying, "can you make the two LDAP server replicated form each other" ??
My point is, given LDAP, what is your plans ? Do you want the MC/SG nodes to "LDAP Replicate Each Other ?"
And what do you use on each HP-UX server, ?
Sorry, but can you provide more details ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 10:55 PM
07-10-2005 10:55 PM
Re: Can floating IP address be used out of the Package?
If you have MC/SG installed, this would take only a short time to setup...
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 02:15 AM
07-11-2005 02:15 AM
Re: Can floating IP address be used out of the Package?
As you said, float IP is available only in one node. How did two LDAP server successfully bind to the float IP. Say, If float IP is on node A, than the LDAP server on node A will succeed in socket operation, that make sense. However, why LDAP server on node B will suceed in binding to the float IP? And what is the case, when float IP switch to node B?
Thank you in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 04:13 AM
07-13-2005 04:13 AM
Re: Can floating IP address be used out of the Package?
You can use ifconfig to add additional IP addresses (there are caveats, like all IPs have to appear in the same IP network).
If the application is written to bind to specific IPs then it will work.
Other applications use the INADDR_ANY constant to bind to all IPs on an interface. In that case, the app listens on all interfaces, so it will listen on the "floating IP" but it will speak from the base IP.
ServiceGuard buys you some handy tools to allow IPs to migrate from host to host or NIC to NIC given certain failures.
You might consider a load balancer in front of a number of LDAP servers for availability. Allow the LDAP servers to replicate behind the scenes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 05:39 PM
07-14-2005 05:39 PM