- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cluster configuratio
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
07-02-2003 06:29 AM
07-02-2003 06:29 AM
cluster configuratio
I have a cluster with 8 pkgs, I must add 4 new pkgs.... I must edit cmclconfig.ascii file. My question is if I must stop the cluster or no.
I have SG 11.14 on hpux 11i.
Thanks for any helps.
Filo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:33 AM
07-02-2003 06:33 AM
Re: cluster configuratio
yes, you must stop the cluster, because you will change its config.
It's best practice to keep that value high, just to avoid such problems.
Put a nice 20 in it...
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:40 AM
07-02-2003 06:40 AM
Re: cluster configuratio
If you do, then you have to stop the cluster to change this parameter.
If the parameter is already high enough , i.e. >=12, then you can simply add the packages with the cluster running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:43 AM
07-02-2003 06:43 AM
Re: cluster configuratio
One other thing to check is your 'maxvgs' kernel parameter, which defaults to 10. If you are adding a bunch of packages you might need volume groups for all of them and the maxvgs parameter could bite you.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2003 06:54 AM
07-02-2003 06:54 AM
Re: cluster configuratio
if you must modify the max_configured_package you need to stop the cluster.
If you need modify the cmclconfig.ascii to add new VG for new PKG you can do it with cluster up and running.
From manual:
Using MC/ServiceGuard Commands to Change the LVM
Configuration While the Cluster is Running
Use the cmgetconf command to obtain a current copy of the cluster???s
existing configuration. Example:
# cmgetconf -C clconfig.ascii
Edit the file clconfig.ascii to add or delete volume groups. Then use
the cmcheckconf command to verify the new configuration. Use the
cmapplyconf command to apply the changes to the configuration and
send the new configuration file to all cluster nodes.
Enrico