- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: changing first lock VG and PV
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
02-04-2002 07:11 AM
02-04-2002 07:11 AM
I need to move cluster from one storage to
another. How to change first lock VG and PV.
Is it enough only change it in ascii file,
and cmcheckconf -C ascii.file and
cmapplyconf -C ascii, or maybe I need to do something else.
Thanks in advance,
Hrvoje
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 07:15 AM
02-04-2002 07:15 AM
Re: changing first lock VG and PV
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 07:37 AM
02-04-2002 07:37 AM
Re: changing first lock VG and PV
vgchange -c n first_lock_vg
before any change ?
I remember that I had problems once before when
I tried to change first lock PV and VG.
Thanks,
Hrvoje
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2002 07:42 AM
02-04-2002 07:42 AM
Re: changing first lock VG and PV
vgchange -c n on the vg.
Do the changes including sharing of the VG etc, then either manually edit the ascii file, or do a cmquerycl to a new temporary file to ensure SG sees the new disc correctly.
Once happy with the changes, activate the vg to ensure it gets the cluster lock and id written to it, then do a cmapplyconf. I then recommend doing a vgcfgbackup of this vg, as this is the ONLY way to back up the fact that this is a cluster lock disc. If you do not do this step, and have to replace the disc in the future, then a vgcfgrestore will not be able to restore that information.
HTH