- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stop the Cluster Temporarily
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
07-12-2008 11:49 PM
07-12-2008 11:49 PM
I have one cluster running one package oracle database, however I need to take a backup (could backup)
i need to stop the cluster or some services in the SG Temporarily Which is responsible about failover to package.until solving the problems in oracle data we have it
Thanks & kind Regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 12:12 AM
07-13-2008 12:12 AM
Re: Stop the Cluster Temporarily
cmviewcl -v "see the Package Name"
cmhaltpkg -v PACKAGE_NAMEâ
cmhaltcl â v
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 12:19 AM
07-13-2008 12:19 AM
Re: Stop the Cluster Temporarily
If you have any such processes that uses oracle , than you need to stop all processes.
Is there Oracle RAC running?
if so than you need also stop the RAC.
But, safely you can use "lvsplit" for taking such backups.
#man lvsplit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 12:19 AM
07-13-2008 12:19 AM
Re: Stop the Cluster Temporarily
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 12:25 AM
07-13-2008 12:25 AM
Re: Stop the Cluster Temporarily
i need only stop the cluster With survival the package up because included application and oracle data
and this command is not clean
cmviewcl -v "see the Package Name"
cmhaltpkg -v PACKAGE_NAMEâ Â
cmhaltcl â  v
Thanks & kind Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 12:38 AM
07-13-2008 12:38 AM
Re: Stop the Cluster Temporarily
Is there any services or script to stop the SG from work a failover when shutdown the database only i need stop the cluster
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 12:44 AM
07-13-2008 12:44 AM
Re: Stop the Cluster Temporarily
If you want to take a cold backup, need to follow steps below:
1) Halt the package
2) Halt the cluster
3) change the vg with vgchange -a n
4) vgchange -c n
5) vgchange -a y
6) mount the vg manually.
7) Take the backup
8) umount the vg
9) vgchange -a n
10) vgchange -c y
11) cmruncl -v
12) cmrunpkg -v
13) check everything is back online.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 01:11 AM
07-13-2008 01:11 AM
Re: Stop the Cluster Temporarily
thanks for your replay, but i need solution to stop the cluster This requires my presence, because every time we need to take the backup
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 01:18 AM
07-13-2008 01:18 AM
Re: Stop the Cluster Temporarily
Make two scripts
1) Before taking the backup.
2) After taking the backup.
Now any one can execute two scripts. Your presence is not required.
Thanks and Regards,
Davis Paul.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 02:06 AM
07-13-2008 02:06 AM
Re: Stop the Cluster Temporarily
I can understand that there is no way to stop the cluster temporarily and make the package up and working.
thanks and best regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 08:17 PM
07-13-2008 08:17 PM
Re: Stop the Cluster Temporarily
1]Let me first clear that if your cluster is oslevel cluster then there is no necessity of shutdown the cluster for taking the cold backup, just you need to down the database.
2]If it is a database cluster(You could also called it as RAC) then there is no question of taking the cold backup ,You have to go for RMAN, which you can taken online.
Rgds
Yogesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2008 09:00 PM
07-13-2008 09:00 PM
Re: Stop the Cluster Temporarily
If you want to take the cold backup, just create a blank file "oracle.debug" in /etc/cmcluster/urpkg/.
When you create the file "oracle.debug" that time the cluster will be in maintenance mode. that time you can shundown the database and take the cold backup without halt or failover the cluster.
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2008 11:28 PM
07-18-2008 11:28 PM
Re: Stop the Cluster Temporarily
I am working to disciple the cluster with this action plan
1) #cmhaltpkg
2)#cmhaltcl
3)#vgchange -c n
4)#vgchange -a y
5)Then mount the filesystems one by one
but after execute the halt cluster Command â #cmhaltclâ the production server is crash, why
I donâ t know only I am apply the Halt cluster command after cmhaltpkg command
after that I am shifted to work to solve crash problem. After some time I am solved this problem,
by restart from MP by using tc command. But now the cluster is disabled and all everything is fine
what is the cause of this crash?
Thanks & kind Regards