- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- new volume group with service guard
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
09-04-2001 10:27 AM
09-04-2001 10:27 AM
Thanks again,
Quin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 10:37 AM
09-04-2001 10:37 AM
SolutionI think what you should do is once you have added the hardware. Create a new vg on this, Copy everything from the old VG, export the new vg, export the old Vg and import the new vg with the old vg name. Make modifications to the lvmpvg if required.
Hope this points in the right direction.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 10:41 AM
09-04-2001 10:41 AM
Re: new volume group with service guard
I forgot to mention, replicate the new vg map to other nodes where this vg will be activated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:08 AM
09-04-2001 11:08 AM
Re: new volume group with service guard
Well the answer is "It depends". Ofcourse you can achieve this in various ways.
1. If the logical disk size in the symmetrix is the same as the Clarion, you could just add the new disks to the existing VGs and then pvmove the data and then reduce the current disks on the Clarion from the VG. You then may have to export the map files for the VGs to other nodes in the cluster. You may then have to rebuild the MC-SG cluster depending on what is defined as you cluster lock.
2. The second option is to create new VGs on the new disks and create new filesystems and mount them at temporary mount points and copy the data from the existing filesystems to the new ones. Reconfigure the MC-SG if necessary to indicate the new VGs/cluster lock disk and
remove the old VGs from the system.
You can rename a VG but you would have to export a VG and then import the disks beloging to that VG with a new name.
Are you looking for the exact procedure?
-Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 11:28 AM
09-04-2001 11:28 AM
Re: new volume group with service guard
I see two possibilities. You don't specify how much or how you are going to actually move the data, but one way or another you are going to have to copy it to your new disk.
One way to achieve the objective is to create a new volume group (name and number), populate it with data, modify your package control scripts to point to it, and do a 'cmapplyconf'.
Another way is to 'vgexport' the existing volume group from the old disk array, create the same named (numbered) volume group on the new array, 'vgimport' it from the new array and populate it with data. In this case, no changes to your package control scripts should be needed.
My preference would be the second approach, since either way you have to move data. With the second method, no changes in the package control scripts need be done.
In either case, the key element is that the /etc/lvmtab file is updated with the correct device files.
Regards!
...JRF...