- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- modify volume group
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-05-2002 07:13 PM
09-05-2002 07:13 PM
modify volume group
Can we move physical disk from one volume group to another volume group and merge the moved disk with existing disk to create new volume group. Does doing this will destroy data and logical volumes in the disk.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 07:21 PM
09-05-2002 07:21 PM
Re: modify volume group
I can't think of any way to do it. You'll probably have to backup all three volume groups to tape, delete them, create a new volume group made up of the three disks, create new logical volumes and filesystems, and then restore the data from tape. You might get by with just backing up and deleting two of the volume groups, vgextend'ing the two disks from the deleted vg's into the first vg, createing the LVs and FSs that were nuked, and then restoring them from tape.
I'm just curious, but why do you need to merge them into one volume group?
Here is a link to a similar question here on the forum:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8fd035067c18d6118ff40090279cd0f9,00.html
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 07:47 PM
09-05-2002 07:47 PM
Re: modify volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 08:10 PM
09-05-2002 08:10 PM
Re: modify volume group
Well the issue is to move one disk from one volume group and merge it to other w/o destroying the data , this is not possible bcoz the same will be done using pvcreate which will erase the header informations , however we had a set of disks which were accidently put inot to a new volume group using pvcreate -f , the old data never shoed up but when we restored the disks back to the orignal volume group we saw the old data .
The answer is no.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 01:21 PM
09-10-2002 01:21 PM
Re: modify volume group
You can transfer your data from one volume group to the other using PVMOVE.
pvmove /opt /dev/dsk/c0t0d0
Then you may delete the volume group that you don't need. This will make the disk free (the one from where you moved the data over to the other disk).
Add the new disk into the new volume group.
But you would need space in the first volume group that you would be moving data into from another volume group.
Don't forget to assign points if the answers suit you. !!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 01:33 PM
09-10-2002 01:33 PM
Re: modify volume group
You may try doing a export with a mapfile on each volume group and merge the mapfiles and try to import all the physical disks into one new volume group. I don't think this will work because the volume group information is stored on the physical disks. You may also need to recreate /etc/lvmtab. It's worth a try.
HTH
Marty