- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Basic Cluster 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
09-18-2006 03:03 AM
09-18-2006 03:03 AM
Basic Cluster Question
The Cluster control files were created by the Openview Installation Software. Everything is working fine. But the cntl file was created with just one service
SERVICE_NAME[0]="test_service"
SERVICE_CMD[0]="/etc/cmcluster/test/test.mon"
SERVICE_RESTART[0]="-r 1"
The test.mon points to three diff monitor files one for oracle and two are openview relates with lists of processes.
In this scenario, is it a good practice to have multiple services instead of just one? What is the advantage / disadvantage of having multiple services Vs Single Service?
I know very little about clustering, Just looking for some best practice and whether I should continue with one service or go for multiple services...
-Kathir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 04:14 AM
09-18-2006 04:14 AM
Re: Basic Cluster Question
If the service has failed (the monitor script exitted because it did not detect a critical process), it will cause (after the sole restart allowed) Serviceguard to move the package to the other server (conditional on AUTO_RUN and Node Switching parameter settings at the time).
Whether you configure multiple process names in a single Service, or 3 Services each monitoring it's own process makes no difference - if any of the critical processes ceases to exist, SG will react the same way and fail the package over.
Therefore, for ease of managment - let one monitor watch all 3 processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 04:34 AM
09-18-2006 04:34 AM
Re: Basic Cluster Question
My answer is that it depends.
If you have three processes that need the be monitored and all three are required then all three should be monitored by one monitor that tries to correct any problems it finds.
Your run requirements determine how to set up the monitor.
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
09-18-2006 05:11 AM
09-18-2006 05:11 AM
Re: Basic Cluster Question
Two questions,
When I specify '-r 1' for restart where it does it look for the restart script?
If the one service I defined calls 3 monitor scripts and those three scripts are monitoring roughly 6 Oracle Processes and 20 Openview Processes and 1 OV communication process.
Instead of this one service, If I group the processes and create multiple services, is there any advantage like, the individual services can be restarted so that the whole application doesnt have to be restarted?
-Kathir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 07:18 AM
09-18-2006 07:18 AM
Re: Basic Cluster Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 07:28 AM
09-18-2006 07:28 AM