- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MC/SG 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
10-25-2005 09:13 PM
10-25-2005 09:13 PM
MC/SG Cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:29 PM
10-25-2005 09:29 PM
Re: MC/SG Cluster
1. Before you halt the cluster execute:
# vgchange -c n
2. Halt the cluster
3. # vgchange -a y
Mount the filesystems.
Again while adding this VG's back then:
1. vgchange -a y
2. vghange -c y
3. vgchange -a n
Then start the Cluster.
It should work.
Hope that is what you are looking for.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:31 PM
10-25-2005 09:31 PM
Re: MC/SG Cluster
you can halt the package
and start mount the filesystems in exclusive mode.
Example :
#cmhaltpkg -v
#vgchange -a e
then mount the filesystem.
After that you can proceed for the S/W level changes.
Hope this may help you.
With Regards
Prasanta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:32 PM
10-25-2005 09:32 PM
Re: MC/SG Cluster
cmmodpkg -dv "package_name"
Then you can stop the package. Do vgchange -a e vgxx on cluster aware vgs and mount. then do changes, unmount and deactivate the vgs. vgchange -a n vgxx
then start pkg-cmrunpkg, enable package switching-cmmodpkg -ev "package_name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:39 PM
10-25-2005 09:39 PM
Re: MC/SG Cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:44 PM
10-25-2005 09:44 PM
Re: MC/SG Cluster
RAC pointed you correctly.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:50 PM
10-25-2005 09:50 PM
Re: MC/SG Cluster
Testing Cluster Halt and Reconfiguration
http://docs.hp.com/en/B5158-90001/ch06s02.html
Hanwant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 11:49 PM
10-25-2005 11:49 PM
Re: MC/SG Cluster
"Edited to comply with ITRC Guidelines, post of purchaseable scripts not allowed"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 07:12 PM
10-26-2005 07:12 PM
Re: MC/SG Cluster
When you touch the debug file in /etc/cmcluster
it will restrain the Mc/Cluster from starting up after a boot.
You can at any moment of course halt a
particular package or de-tach a particular node from a cluster without it to failover.
(This could be handy if you want some part
of the cluster to stay active or accessible)
You can also stop the whole cluster,
and do the vgchange bits to get our
mounted volumes back online.
But you have many technical examples on this from other forum-members.
I just thought it proper to put the debug
technique in perspective.
Hope this helps,
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 10:28 PM
10-26-2005 10:28 PM
Re: MC/SG Cluster
"###############################################################################
# TKIT_MAINTENANCE_FLAG:
# Maintenance flag indicates if the maintenance mode feature of toolkit is
# enabled or disbaled. This flag may be set to either "yes" or "no". When set
# to "yes", monitor script checks for the existence of the file, "haapp.debug"
# in the package directory. If the file, "haapp.debug" exists and
# TKIT_MAINTENANCE_FLAG is set to "yes", then application monitoring is
# suspended, and the application maintenance can be performed without first
# halting the package. To resume application monitoring after maintenance,
# manually remove the file, haapp.debug from the package directory.
# The default setting for this variable in the toolkit template is "yes.
#
# Note: if Maintenance flag is set to "no" then the above feature would not be
# available and toolkit cannot be brought into maintenance mode.
#
# For e.g., TKIT_MAINTENANCE_FLAG=yes
###############################################################################
TKIT_MAINTENANCE_FLAG=yes"
or as an alternative you can use the following link will allow you to do the same:-
How to keep package file systems mounted after a package halt DocId: UXSGKBQA00000030 Updated: 1/24/02 6:31:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 11:47 PM
10-26-2005 11:47 PM