- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Max Package in a Node on Cluster
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
01-09-2001 12:57 AM
01-09-2001 12:57 AM
How many Packages can we have in a node which is participating in Cluster having HP 11.00.
Thanks and Regards,
Roobala.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 01:06 AM
01-09-2001 01:06 AM
SolutionMAX_PACKAGE is a parameter in the configuration file of your cluster :
cd /etc/cmcluster
Supposing that cmclconf.ascii is your ascci config file :
grep MAX cmclconf.ascii
MAX_CONFIGURED_PACKAGES 6
In my case, 6 packages.
You can increase this value but the cluster will allocate more memory.
Regards,
Patrice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 01:10 AM
01-09-2001 01:10 AM
Re: Max Package in a Node on Cluster
can work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 01:35 AM
01-09-2001 01:35 AM
Re: Max Package in a Node on Cluster
Thanks for the immd response,
MAX config. packages is clear.
But in our case, we have a 2 node cluster, where 2 packages are running, 1 in each node.
In this case how many more packages can be added in a single node. Please clarify.
Thanks and Regards,
Roobala.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 02:04 AM
01-09-2001 02:04 AM
Re: Max Package in a Node on Cluster
If you have multiple nodes in a cluster, each node could run any number of packages, provided that node has the resources to run those packages. The point is, MAX packages in a cluster is 30, and if you have a 2 node cluster, and run 30 packages one one node, the other node can run 0 (zero) packages.