- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Moving LV, file systems, raw devices
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
07-11-2002 03:08 PM
07-11-2002 03:08 PM
Moving LV, file systems, raw devices
vgexport -s -m /tmp/vg01.map /dev/vg01
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x01000
vgimport -m /tmp/vg01.map -s /dev/vg01
vgchange -a y /dev/vg01
Is this accurate and what about the raw devices that informix is using?
tia
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 03:17 PM
07-11-2002 03:17 PM
Re: Moving LV, file systems, raw devices
The downside of importing 12H LUN's this way is that all of the SCSI path's will be through the primary controller with the alternates on the secondary controller. If you have optimized your SCSI paths to split the load across both external SCSI paths then you have lost that. The array will still perform but just not as well as it might have if you balanced the load. You can always vgexport/vgimport (without the -s option) again using the pv_paths after you determine what the new ones are.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 06:20 PM
07-11-2002 06:20 PM
Re: Moving LV, file systems, raw devices
Your steps are correct.
Don't worry the raw devices will be created using the map file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 06:39 PM
07-11-2002 06:39 PM
Re: Moving LV, file systems, raw devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 06:51 PM
07-11-2002 06:51 PM
Re: Moving LV, file systems, raw devices
to other physical volumes
In this case source physical volume no longer valid.
So can not use pvmove