- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgchange with ServiceGuard
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-30-2006 07:01 PM
08-30-2006 07:01 PM
vgchange with ServiceGuard
Our system has SG running and the two nodes shared the disk storage.
Recently there is a network issue happen to the heartbeat. After it is resolved, all the mount points on the shared disk storage dispper.
They told me I have to shutdown the cluster, then need to run
vgchange -c n
vgchange -a y
then have to manully mount all the mount points. After that, everything is back to normal.
Can somone explains to me why need to run this vgchange?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 07:10 PM
08-30-2006 07:10 PM
Re: vgchange with ServiceGuard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 07:44 PM
08-30-2006 07:44 PM
Re: vgchange with ServiceGuard
-c cluster Control the membership of volume groups in a high availability cluster. cluster can have one of the following values:
y Mark each specified volume group as
a member of the high availability
cluster. The high availability
software must be running;
otherwise, the volume group is not
marked. Needs to be done on one
node only.
n Remove each specified volume group
from membership in the high
availability cluster. The high
availability software does not need
to be running.
The volume group must be deactivated with the -a n option before a -c y|n option can be
executed.
man vgchange
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2006 07:49 PM
08-30-2006 07:49 PM
Re: vgchange with ServiceGuard
I have a question
who are they ??
and of cause you can do that to mount cluster volumes without regrading clutser lvm deamon.
But as RAC stated, you have to have a reason why need to hadling the volums like that, because it may make a big problem in your data.
So you'd batter use cluster package to mount the cluster volumes with cmrunpkg
Regards
nanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 12:38 AM
08-31-2006 12:38 AM
Re: vgchange with ServiceGuard
Whoever 'they' are....you need to learn more about MC/SG for yourself, so you don't need to ask 'them' for help, cause you are being steered down a slippery slope.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2006 02:05 AM
08-31-2006 02:05 AM
Re: vgchange with ServiceGuard
If you care to investigate further, look at the /var/adm/syslog/syslog.log at the time of the failure, and see what Serviceguard daemons (they begin with the letters 'cm') have to report.
Take the HP Education Center Serviceguard class, read the Managing Serviceguard manual (http://docs.hp.com/en/ha.html#Serviceguard) and keep using the forum to get accurate information about the product.