- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can I Disable Cluster on Superdome?
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
03-21-2007 02:49 AM
03-21-2007 02:49 AM
Can I Disable Cluster on Superdome?
we have Two 32 way SuperDom servers with Manufacturer related HA/Cluster SW.
We are running Oracle Database on the cluster..
My Quoestion is:
Can we Disable the Cluster while the Oracle is running so when we shutdown Oracle DB it will not failover to the other node?
we would like to keep the File Systems mounted on the same node, if we shutdown cluster it will unmount all shared files systems.
----
the only solution we found is to shutdown the cluster then shutdown oracle database... then manually mount back all files systems.
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 02:59 AM
03-21-2007 02:59 AM
Re: Can I Disable Cluster on Superdome?
cmhaltnode on the failover node
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
03-21-2007 07:08 AM
03-21-2007 07:08 AM
Re: Can I Disable Cluster on Superdome?
The answer "depends" on how the Oracle monitoring is configured for your package.
Unlike VCS, MC-Serviceguard doesnt have a "freeze" option.
You will need to find out the how Oracle is monitored and disable the monitoring. Then you can shutdown Oracle and the package will not failover to the adoptive node.
Just cmhalting the failover node will not prevent the package from halting on the primary node if you do not stop the monitoring.
Thanks,
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2007 08:21 AM
03-21-2007 08:21 AM
Re: Can I Disable Cluster on Superdome?
By using this, yuou can simply use the touch command to create a "flag" file, then halt Oracle to do any maintenance work an dthe monitoring is put into "ignore" mode, i.e. it does not halt the package because Oracle processses are no longer running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 12:30 AM
03-22-2007 12:30 AM
Re: Can I Disable Cluster on Superdome?
Most customers do not want this to happen if they merely want to back up the Oracle database.
To expand on what Melvyn said, if the systems are using the more recent forms of the Enterprise Cluster Master toolkit, the Oracle templates permit the use of a maintenance flag to disable monitoring of the Oracle processes. This permits the admin to shutdown Oracle temporarily, to perform a backup on the database.
The maintenance flag is called "
If, however, you really do want to shut down the cluster and leave the database running, you must modify the package control script such that it does nothing more than shutdown the package Service (the monitor).
The easiest way to do this is to ...
1) create a new package template file (cmmakepkg -s ). Edit it with the SERVICE_NAME, SERVICE_CMD and SERVICE_RESTART lines found in the package control script.
2) mv (rename) the original package control script to a new name
3) mv the new control script to the original control scripts normal name
4) cmhaltpkg
It this is the only package, you could also do 'cmhaltcl'.
All this will do is shut down the package monitor service and tell Serviceguard the package is down. The system resources and database will remain running.
Word of caution: you will not be able to use the package again until you have manually shut down the database and deallocated the system resources in the normal package control script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 04:41 AM
03-22-2007 04:41 AM
Re: Can I Disable Cluster on Superdome?
Thanks very much for you kind response..
if the application running makes a difference, then i would like to add that:
we are running SAP ERP and Oracle Database ..
what other information that can help you to identify the solution so i can reply.
Thanks very much for support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2007 04:45 AM
03-22-2007 04:45 AM
Re: Can I Disable Cluster on Superdome?
The application makes no difference.
If you want to keep the system running but stop failover you have two routes, the easy way and the hard way.
The easy way is cmhaltnode.
It takes the node out of the cluster thereby perventing failover to it. Assumming all package configuration was correct everything should run on the remaining node, freeing the now halted node for any kind of system maintenance required.
The hard way would be to reconfigure the cluster to have all packages run on one node. That really isn't much fun.
Welcome to ITRC.
Please read this at your leisure.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140137
The thank you is must appreciated.
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
03-23-2007 07:39 AM
03-23-2007 07:39 AM
Re: Can I Disable Cluster on Superdome?
because i need to shutdown SAP & Oracle Database and still keep all environment and file systems mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2007 08:54 AM
03-23-2007 08:54 AM
Re: Can I Disable Cluster on Superdome?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2007 11:30 PM
03-25-2007 11:30 PM
Re: Can I Disable Cluster on Superdome?
If you attempt to perform a cmhaltnode or cmhaltcl with the shared volume groups active, Serviceguard will not terminate cmlvmd because it knows these specially activated VGs are still open and is responsible for their status. Therefore cmcld (the main Serviceguard daemon) will also not shutdown. Serviceguard cannot relinquish it's responsibility over volume groups activated in shared or exclusive mode (as seen in vgdisplay output). Therefore, it is not viable to attempt to halt Serviceguard when it's volume group resources are still active on the node.