- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Renaming Volume groups
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-26-2002 11:13 AM
09-26-2002 11:13 AM
I have 2 servers connected to a XP-256 disk array using HP-UX 11.0, I need to move all of the volume groups from server A to server B except VG00, I would like to export them from server A and then import them to server B using a map file, ex.: vgimport -v -s -m vg01.map vg01, but some of the volume groups names of server A exists in B
Is possible rename the volume groups name at the import time or how can do that?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 11:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 11:19 AM
09-26-2002 11:19 AM
Re: Renaming Volume groups
You can rename them when you vgimport them on the second box. You'll have to make the directory for the new volume group under /dev any way, and you can give it the new name then. LVM doesn't care what you name it, as long as it is unique and the vg has a unique minor number for the group file.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 11:21 AM
09-26-2002 11:21 AM
Re: Renaming Volume groups
Renaming a volume group at the time you 'vgimport' it is easily done.
Simply specify the new name in the 'vgimport' command -- it doesn't matter what the old name was.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 11:29 AM
09-26-2002 11:29 AM
Re: Renaming Volume groups
If you import an exported volume group without the map file (vgscan, etc), LVM will just give the LVOLs its default names (lvol0, lvol1, etc, in order).
As has been pointed out, it is easy to rename the VG upon import, but you didn't mention whether or not you want to keep the LVOL names, which can ge changed as well at this time, if needed.
Hope it helps!! --bmr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2002 11:37 AM
09-26-2002 11:37 AM