- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MAX_CONFIGURED_PACKAGES in cluster config not hono...
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-15-2009 03:46 AM
10-15-2009 03:46 AM
I've been fooling around with Serviceguard for some time now and no matter what I do, I can't seem to get SG to respect the MAX_CONFIGURED_PACKAGES parameter, it always defaults to 300.
How do I change this? Is this perhaps overridden in a file somewhere else?
Regards,
Wim Cossement
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 04:09 AM
10-15-2009 04:09 AM
Re: MAX_CONFIGURED_PACKAGES in cluster config not honoured.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 05:27 AM
10-15-2009 05:27 AM
Re: MAX_CONFIGURED_PACKAGES in cluster config not honoured.
I know how to change and apply cluster parameters and my ascii config file has been modified to 100 as the maximum number of packages but when I check or apply it I always get a statement:
Defaulting MAX_CONFIGURED_PACKAGES to 300.
So it's in my file but the cluster kinda ignores it.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 06:05 AM
10-15-2009 06:05 AM
Re: MAX_CONFIGURED_PACKAGES in cluster config not honoured.
I have configyuured a couple of these clusters, and set the variable to 10 or even 20, with no problem.
Perhaps log a call with the Response Centre?#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2009 11:48 PM
10-15-2009 11:48 PM
SolutionThe memory allocation for packages has changed. When you create
the cluster, Serviceguard now reserves enough memory for the
maximum number of packages supported. Previously, it allocated
memory based on the value of MAX_CONFIGURED_PACKAGES
that was specified in the configuration file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 01:50 AM
10-16-2009 01:50 AM
Re: MAX_CONFIGURED_PACKAGES in cluster config not honoured.
Too bad they don't specify this !in the config file, that contains tons of comments, that this parameter is obsolete though it's required.
But in the meantime I've opened a case with HP, I'm going to wait and see what they say.
Thanks,
Wimmy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2009 04:55 AM
10-16-2009 04:55 AM
Re: MAX_CONFIGURED_PACKAGES in cluster config not honoured.
If support cannot work it out it will probably end up with me anyway :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2009 01:56 AM
10-19-2009 01:56 AM
Re: MAX_CONFIGURED_PACKAGES in cluster config not honoured.
We're still trying to find out why this changed.
All we know is that this became a dynamic parameter from version 17 that can be adjusted.
We don't know why this is and there is almost no info that can be found in the Release notes.
And apparently that you, John, are an HP engineer... :-)
So they suggest to close the case.
As satisfying as this explanation might be for me I still consider it a bit sloppy to do such a thing.
It's like: please fill in this form that we will ignore anyway! :-p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2009 05:14 AM
10-22-2009 05:14 AM
Re: MAX_CONFIGURED_PACKAGES in cluster config not honoured.
# Package Configuration Parameters.
# Enter the maximum number of packages which will be configured in the cluster.
# You can not add packages beyond this limit.
# This parameter is required.
MAX_CONFIGURED_PACKAGES 30
$ cmapplyconf -f -C CLS.sux12
Defaulting MAX_CONFIGURED_PACKAGES to 300.
Defaulting MAX_CONFIGURED_PACKAGES to 300.
Modifying configuration on node sux1
Modifying configuration on node sux2
Completed the cluster creation
Notice that it indicates that it defaults to 300 packages, however, inspecting the cluster binary:
$ cmviewconf | grep -i max
maximum configured packages: 30
I submitted a change request to the lab to deal with the inaccurate cmapplyconf messages and perhaps remove the parameter from the cluster ASCII file entirely.
However, as John said, there is no longer necessity to change the value from default of 300, as it doesn't reduce system resource usage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2009 01:41 AM
11-18-2009 01:41 AM
Re: MAX_CONFIGURED_PACKAGES in cluster config not honoured.
So I can close this tread, thanks for all the replys!