- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DR Question
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
02-17-2009 05:03 AM
02-17-2009 05:03 AM
Production IP -> production hostname
Disaster site IP -> Disaster site hostname
After failover i.e production site down:
Disaster site IP -> Production hostname
All the external systems connecting to the production hostname should point to the new disaster site IP. How can we achieve this effectively?
HP-UX 11iv2
Serviceguard and continental cluster
Thanks,
Srini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2009 05:14 AM
02-17-2009 05:14 AM
Re: DR Question
hostnames do not change, just relocatible IP addresses of the packages that fail over to another site are moved over to the secondary node in that site. This is done by the ServiceGuard software during the failover. The external systems do not have any knowledge about on which host does the package actually run.
For more info, check the ServiceGuard configuration guide.
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2009 05:24 AM
02-17-2009 05:24 AM
Re: DR Question
Do not confuse the HP-UX host name with cluster package name. In Serviceguard all the resources are combined in a single entitle called package. Virtual IP address and virtual hostname will be assigned to this package when it starts up. End user will connect to this package/server using the virtual ip or virtual hostname. Note serviceguard application users will not use HP-UX host name or ip address.
Now, when the primary node fails, the entire resources bundles as package will be moved to alternate node(disaster node in your case) including it's virtual ip address and virtual host name. So end users will continue to access the applications using the same virtual ip/hostname irrespective of physical servers.
Hope this clear your doubts..
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2009 05:24 AM
02-17-2009 05:24 AM
Re: DR Question
All the external systems are connected to the production site virtual ip address host name. In case of disaster, external systems should use the same hostname but with different virtual ip address(i.e. in different subnet). I think we can do this with DNS mapping but I don't know how?
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2009 05:31 AM
02-17-2009 05:31 AM
SolutionMy suggestion would be to change the DNS database.
Do the IP swap there.
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
02-17-2009 05:38 AM
02-17-2009 05:38 AM
Re: DR Question
Can that the IP swap be done automatically in the DNS server during Serviceguard failover?
Thanks,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2009 05:52 AM
02-17-2009 05:52 AM
Re: DR Question
Let us clarify few things. We can have multiple virtual ip's/hostname on the physical server where the cluster application is running. You can use any virtual ip/hostname to connect to the physical server, but not to the cluster application.
As far as single cluster application is concern you cannot use different virtual ip address. Means the users connecting to that particular cluster application cannot use different ip's even with the help of DNS. Because in DNS also you can create alias for hostnames, but ip should be same.
Your questions is this..
>>>I think we can do this with DNS mapping but I don't know how? <<<
Yes it is very much possible by creating alias in DNS records. You can create multiple hostname entries pointing to same server. but not with cluster virtual ip's.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2009 02:47 AM
02-19-2009 02:47 AM
Re: DR Question
- Let us clarify few things. We can have multiple virtual ip's/hostname on the physical server where the cluster application is running. You can use any virtual ip/hostname to connect to the physical server, but not to the cluster application.
Does this requires the same subnet in both the sites, isn't it?
In production we have 10.189.39.* subnet and in disaster site we have 10.25.124.*. In this case how can I use the same virtual ip/ hostname in disaster site when production fails.
Regards,
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 04:16 AM
02-24-2009 04:16 AM
Re: DR Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 05:33 AM
02-24-2009 05:33 AM
Re: DR Question
Are these 10.189.39.* and 10.25.124.* cluster ip's? or Unix ip's?
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 07:47 AM
02-24-2009 07:47 AM
Re: DR Question
-Are these 10.189.39.* and 10.25.124.* cluster ip's? or Unix ip's?
Both the production node(Unix server) ip and the package ip are in the subnet 10.189.39.0
Both the DR node ip and the package ip are in the 10.25.124.0 subnet.
Regards,
Srini