- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MCSG FAILOVER
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
08-08-2010 08:02 PM
08-08-2010 08:02 PM
MCSG FAILOVER
How to move running pacakge to secondary node without any dusruption in service?
How to do pataching on MCSG Clusters , is there any ITRC Doc for it?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010 11:47 PM
08-08-2010 11:47 PM
Re: MCSG FAILOVER
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2010 12:10 AM
08-09-2010 12:10 AM
Re: MCSG FAILOVER
1. Halt the package on the primary node:
cmhaltpkg â n
2. Run the package on the secondary node:
cmrunpkg â n
3. Enable the package:
cmmodpkg â e
How to do pataching on MCSG Clusters , is there any ITRC Doc for it?
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02056246/c02056246.pdf
Regards,
VVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2010 12:12 AM
08-09-2010 12:12 AM
Re: MCSG FAILOVER
Could not able to open the above link.
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2010 04:08 AM
08-09-2010 04:08 AM
Re: MCSG FAILOVER
Which, both work for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2010 06:33 AM
08-09-2010 06:33 AM
Re: MCSG FAILOVER
You ask:
"How to move running pacakge to secondary node without any dusruption in service?"
What disruption of service are you referring to?
If you are referring to the application the package is running, moving that package to another server WILL cause an interruption of service because
a) the new server must activate resources the application will need, including fsck, mount etc.
b) application recovery time if any
c) users will have to connect to the new server to access the application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2010 03:22 PM
08-10-2010 03:22 PM
Re: MCSG FAILOVER
You just can't switch the package _without_ any disruption to the service. But, to speed up the package switch, you can do the halt and the start phase from the command line like this:
# cmhaltpkg PKGNAME; cmrunpkg -n ONWHICHNODE PACKAGENAME
This way the start will be initiated right after the stop.
Regards,
Viktor
Unix operates with beer.