- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ServiceGuard Package Addition
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
08-23-2017 04:41 AM
08-23-2017 04:41 AM
ServiceGuard Package Addition
Greetings
we are planing to add package "xyz_pkg" in current 2xnode cluster active/passive which currently run with one package "abc_pkg".
O/S: HP-UX 11.31 IA-64
HP SG: A.20
I have few discussion points and realted queries-
. As per my understanding vgs related to package "abc_pkg" should be mentioned in cluster configuration but i can see only vglock (lock disk) in cluster conf and "abc_pkg" switchover/switchback just run fine.
- what could be possible negetive impact or is it just fine not to mention package vgs in cluster conf
. do we need to halt the cluster to run cmcheckconf and cmapplyconf for "xyz_pkg" (new package addition)
Thanks
Ahmad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2017 02:23 AM
08-30-2017 02:23 AM
Re: ServiceGuard Package Addition
when it was itrc the response was almost real time from peer professionals what happend now?
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2017 06:05 AM
08-30-2017 06:05 AM
Re: ServiceGuard Package Addition
There are definitely not as many people participating since the conversion from the old ITRC Forums to what we have now.
To answer your package question -- No you do not to shut down Service Guard in order to add a package. That can be done while SG is up and running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2017 02:13 AM
09-04-2017 02:13 AM
Re: ServiceGuard Package Addition
Please note that any ASCII cluster and package configuration files may be out of date: when you use the cmapplyconf command to apply any cluster or package configuration changes, the changes get updated to the binary configuration file of Serviceguard (/etc/cmcluster/cmclconfig) using an appropriate scheme to ensure that all cluster nodes get the configuration changes in a synchronized manner.
For example, when you create a cluster, you create a cluster configuration file with no package VGs listed (since at the point of cluster creation, there are no packages yet). When you apply a package configuration for abc_pkg, the cluster LVM volume group is updated in binary /etc/cmcluster/cmclconfig, but not in the ASCII cluster configuration file.
When planning for Serviceguard configuration changes, always use the cmgetconf command to get up-to-date versions of the ASCII configuration files first.
For example, I would expect that if you now run "cmgetconf -v /tmp/cluster.conf.new" in your cluster, the resulting /tmp/cluster.conf.new file will include the package VG information for your abc_pkg.