- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service Guard Configuration Won't Apply
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
10-14-2008 05:56 AM
10-14-2008 05:56 AM
I have to re-apply my Servie Guard (A.11.16.00) configuration to all my nodes in the cluster (4 nodes). The following command to test the configuration runs fine:
> cmcheckconf -v -C cmclconf.ascii -p pkg.inf
The next command to apply the configuration seems to hang and never runs to completion:
> cmapplyconf -v -C cmclconf.ascii -p pkg.inf
I didn't halt any currently running packages and I didn't turn off any Service Guard services. Any ideas? Should I turn off any Service Guard services? Do I need to halt any packages?
Thanks,
GBR
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 06:02 AM
10-14-2008 06:02 AM
Re: Service Guard Configuration Won't Apply
Hi,
How the changes will get into cluster binary file if you try to apply the changes when the cluster is up and running?
It is must to stop all the packages and cluster whenever you are doing any modifications and applying on cluster and package config files.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 06:04 AM
10-14-2008 06:04 AM
Re: Service Guard Configuration Won't Apply
What changes have you made?
Are they just to the cluster and not to any packages?
or is it just to a package or packages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 06:07 AM
10-14-2008 06:07 AM
Re: Service Guard Configuration Won't Apply
I want to apply changes to package configurations only and/or add new packages. It's not necessary to modify the cluster configuration, that will remain the same.
GBR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 06:37 AM
10-14-2008 06:37 AM
Re: Service Guard Configuration Won't Apply
If you want to modify the package configuration(adding new package or edit existing), you should
halt the packages and halt the cluster.
Do the modifications.
Check for syntax errors if any
Apply the config
Then only all the changes will be compiled and new cluster binary will get created and distributed to all the nodes.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 06:43 AM
10-14-2008 06:43 AM
Re: Service Guard Configuration Won't Apply
How do I halt the cluster?
GBR
I will submit points once I have tried a few of these suggestions.
Also, if there are any other suggestions please let me know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 06:50 AM
10-14-2008 06:50 AM
Re: Service Guard Configuration Won't Apply
Steps to halt the cluster. First you should halt the running packages then halt the node one. Finally you can halt the cluster.
1.Halt the packages
#cmhaltpkg -v
2.Halt the node.
#cmhaltnode -v
3.Halt the cluster
#cmhaltcl -v
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 07:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 07:25 AM
10-14-2008 07:25 AM
Re: Service Guard Configuration Won't Apply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 07:30 AM
10-14-2008 07:30 AM
Re: Service Guard Configuration Won't Apply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2008 07:45 AM
10-14-2008 07:45 AM
Re: Service Guard Configuration Won't Apply
The below are the general steps normally we will follow. But I would recommand you to go through the HP official document to do this kind of activities. There are many documents available related to this.
=>Create cluster VG for that package
=>After creating the VG create a map file by exporting in preview mode
=>copy the map file to other nodes where the pkg should be failover
=>import the vg by using map file
=>you can deactivate the vg on first node and try activating on other nodes
=>make a pkg directory under /etc/cmcluster
#mkdir /etc/cmcluster/pkg1
=>Create pkg config template
#cmmakepkg â p /etc/cmcluster/pkg1/pkg1conf.ascii
Edit the package configuration template file
Package Name : pkg1
NODE NAMES:
Package IP :
RUN SCRIPT : /etc/cmcluster/pkg1/control.sh
STOP SCRIPT: /etc/cmcluster/pkg1/control.sh
create pkg control script template
=>#cmmakepkg â s /etc/cmcluster/pkg1/control.sh
Edit the control script to enter the following info
CLUSTER VG :
IP[0] :
IP[1] :
LV â s and their mount points
=> distribute the control script and config file to other nodes
=>Check the conf file for any errors
#cmcheckconf -v -P /etc/cmcluster/pkg1/pkg1conf.ascii
=>Apply the conf file
#cmapplyconf â v -P /etc/cmcluster/pkg1/pkg1conf.ascii
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2008 07:15 AM
11-27-2008 07:15 AM