- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MCservice Guard change of package script
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-06-2001 12:15 PM
09-06-2001 12:15 PM
MCservice Guard change of package script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 12:22 PM
09-06-2001 12:22 PM
Re: MCservice Guard change of package script
Hope this helps.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 12:27 PM
09-06-2001 12:27 PM
Re: MCservice Guard change of package script
If you change the control script before halting cluster, next time during failover service guard take the new script.
Process I would opt for , Halt the cluster, change the controlscript and then restart cluster
Good luck
USA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 12:38 PM
09-06-2001 12:38 PM
Re: MCservice Guard change of package script
I've made plenty of changes to my control scripts without bringing down the cluster. Uday has a good point, though. If you want the current running package to halt next time using the old script, you'll have to wait and bring down the package first. Otherwise, you should be fine.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 12:42 PM
09-06-2001 12:42 PM
Re: MCservice Guard change of package script
I don't think you need to halt the cluster in order to
reconfigure a package. However, you will probably want
to HALT THE PACKAGE before changing your
control script. This is recommended by HP since "timing
may cause problems."
Regards ... Mladen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 12:51 PM
09-06-2001 12:51 PM
Re: MCservice Guard change of package script
You do not necessarily need to shutdown the package/cluster when you modify the run/halt commands. HP recommends it but i have had no problems modifying the run/halt commands.
http://docs.hp.com/cgi-bin/onlinedocs.py?mpn=B3936-90045&service=hpux&path=../B3936-90045/00/00/51&title=Managing%20MC/ServiceGuard
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 04:40 PM
09-06-2001 04:40 PM
Re: MCservice Guard change of package script
My opinion would be that you wont have to shutdown the cluster if you are making changes to the package control script. This is because the package control script is called from the package configuration file and hence does not affect the cluster binary. You will though have to replicate the change in package control script to all other nodes where this package will get activated in case of node/package failover.
You can even make changes to the package configuration script and replicate them when the cluster is running using
cmapplyconf -v -P /etc/cmcluster/pkg_name/pkg_acii_conf_file.
IT is recommended that if you are making any changes to the package ascii configuration script and intend to apply them, you should shuutdown the package before that. But the Cluster can still be operational. In both cases.
Hope this helps
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 09:27 PM
09-06-2001 09:27 PM
Re: MCservice Guard change of package script
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 12:28 AM
09-07-2001 12:28 AM
Re: MCservice Guard change of package script
Which version of SG? 10.06 and below I would not make any changes without halting the cluster first.
What changes are you making?
Keep in mind that changing the run/halt script should not have too much impact on th epackage, and definetly nothing on the cluster, you should naot have to halt the cluster if you are running 10.10 of SG or above, but I would recommend halting the package first, make the changes (not forgetting to copy them to the other node(s) ) and thene TEST! start and stop the package on each node.
Most issues occur where changes are made, and then not tested, or tested on only one node.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 01:49 AM
09-07-2001 01:49 AM
Re: MCservice Guard change of package script
You would need to halt the package if you were making changes to the package configuration file, because this gets gened into the cluster binary file, but the control script are just scripts which get invoked as necessary and so can be changed on the fly.
Just make sure to synch the scripts across all your nodes in the cluster.
-Santosh