- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Load balancing with MC/service Guard
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
06-28-2005 05:52 AM
06-28-2005 05:52 AM
Also during a failover of an app is it possible to make it so there is no interruption to the user
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 05:55 AM
06-28-2005 05:55 AM
Solution1) There is no built in load balancing feature in MC/Serviceguard per se.
2) The only application where I think you can guarentee that customer won't go off line would be with SG/OPS where you are running Oracle Parallel Server on multiple nodes.
With "normal" failover scenarios, SG should boot up its portion of the cluster within 1 to 2 minutes. How long the overall failover takes is dependent on the application you are running.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:06 AM
06-28-2005 06:06 AM
Re: Load balancing with MC/service Guard
Remember, Windows likes to have control and make the decisions....BUT UNIX/HPUX believes that the Administrator sitting behind the keyboard is best person to make the decision. Considering the stability of HPUX over Windows......it would seem that HPUX Administrators do the job much better.
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 06:18 AM
06-28-2005 06:18 AM
Re: Load balancing with MC/service Guard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 07:29 AM
06-28-2005 07:29 AM
Re: Load balancing with MC/service Guard
The application (if properly configured) should automate and failover to the other node. Obviously processes would cease on the failed node and have to be restarted (i.e. your application) on the new node.
Hence, your end users would need to log back in and then continue on the new node.
Based on your application's end user configuration (ex: tnsnames.ora) would determine if the end user had to change anything to continue work on the other node.
Example: If your Oracle pkgA (pkg ip=100.100.100.2) were on nodeA (node ip=100.100.100.1) and your end user had a tnsnames.ora file that pointed to an IP or hostname (i.e. nodeA or 100.100.100.1), THEN each end user would have to reconfigure their tnsnames.ora file on their PC to the new nodeB information. But if their tnsnames.ora simply pointed to pkg name (i.e. pkgA), then it would be a simple matter of them re-logging in. No additional changes required.
So the end user will feel the interuption. And how you set up your SG Design will determine how much extra work you may or may not have to do.
Rgrds,
Rita