- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP - UX Cluster
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
05-13-2009 02:39 AM
05-13-2009 02:39 AM
HP - UX Cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 02:46 AM
05-13-2009 02:46 AM
Re: HP - UX Cluster
You need to go through good documents to learn service guard.
In simple words, package is the combined entity of all the resources to run an application. nodes are just physical server which is able to run the package.
This is link about managing the service guard.
http://docs.hp.com/en/B3936-90135/B3936-90135.pdf
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 02:58 AM
05-13-2009 02:58 AM
Re: HP - UX Cluster
Am new to Cluster Environment, our SAP server runs on HP-UX cluster. I want to know how this works, what is package & nodes. how can the package switchover if one fails.
Regards!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 03:08 AM
05-13-2009 03:08 AM
Re: HP - UX Cluster
Dear Ashun
Please see the following links
http://docs.hp.com/en/ha.html#Serviceguard
thanks and regards
Sajjad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 03:26 AM
05-13-2009 03:26 AM
Re: HP - UX Cluster
It is not as simple as you think to explain here. Ok, i will try to explain in simple terms as much i can.
Lets assume you have 2 node cluster. node1 and node2. Here node1 is one hpux server and node2 is another hpux server. Both server will access a comman storage. Cluster application(SAP in your case) will be installed on comman storage.
MC Service Guard(Cluster software) will be installed on both nodes and this will communicate with each other. Then we need create a package for SAP. Here package means some configuration files which has details like what are the volume group needs to activated, logical volumes, mount points, commands to start/stop the SAP application, ip address for that package and few other details. We need to keep this package configuration files on both nodes.
When we run the package on nodeA, it will activate the VG, mount the logical volumes, then start the SAP application, assigns IP to the package. NodeB will keep communicate with nodeA through cluster software. If anything happen to nodeA(like hardware failure or OS crash) the entire package will be moved to nodeB and the users continue to access SAP. This is possible because the SAP application is installed on comman storage.
Hope this helps upto some extend.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 08:17 PM
05-13-2009 08:17 PM
Re: HP - UX Cluster
Thanx a lot - i got lil bit clear picture & clear the topic by going through the link provided by you.
Thanx & regds!!