HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: export disks/VG/LV from one server to another ...
Operating System - HP-UX
1833883
Members
1912
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-02-2009 12:03 PM
04-02-2009 12:03 PM
In a non cluster environment, I need to move oracle LV's from one Server A (hpux 11.11 )server to another Server B( hpux 11.11) server . Server A lease is expiring and so need to move luns.
I believe vgexport/vgimport would do the trick since both servers can see the same luns.
Will Server A on this work. Do I need to put s in pvs since this is not shared.
vgexport -pvs -m map.vg01 /dev/vg01
I believe vgexport/vgimport would do the trick since both servers can see the same luns.
Will Server A on this work. Do I need to put s in pvs since this is not shared.
vgexport -pvs -m map.vg01 /dev/vg01
good judgement comes from experience and experience comes from bad judgement.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2009 12:58 PM
04-02-2009 12:58 PM
Solution
Just export the VG map on server A:
#vgexport -p -m vg01.map /dev/vg01
and on the second node:
1. create VG group node:
#mkdir /dev/vg01
#mknod /dev/vg01/group c 64 0xXX0000
where XX is unique for server B
and import the VG:
#vgimport -m vg01.map /dev/vg01
After that create mountpoints, activate VG and mount the logical volumes.
regards,
ivan
#vgexport -p -m vg01.map /dev/vg01
and on the second node:
1. create VG group node:
#mkdir /dev/vg01
#mknod /dev/vg01/group c 64 0xXX0000
where XX is unique for server B
and import the VG:
#vgimport -m vg01.map /dev/vg01
After that create mountpoints, activate VG and mount the logical volumes.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2009 10:04 AM
05-12-2009 10:04 AM
Re: export disks/VG/LV from one server to another (no cluster)
Thanks Ivan. I just had to deactive vg on one node and activate on another but your steps are correct.
good judgement comes from experience and experience comes from bad judgement.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP