- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VG import/export
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-14-2003 06:28 PM
07-14-2003 06:28 PM
VG import/export
I have two servers A and B which are connected to the same storage array. When server B goes down I want to import the volume group created on Server A. Let us assume I've imported VGs on Server A. When server B comes online will it try to import VGs? Will it corrupt data? How LVM of server B will react?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 06:30 PM
07-14-2003 06:30 PM
Re: VG import/export
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 07:06 PM
07-14-2003 07:06 PM
Re: VG import/export
And when one server goes down, activate the volume group on the other, So now even if the server which failed come online and tries to activate the volume group it wont be able to since its active on other server.
So dont worry it wont corrupt your volume group or data because if the volume groups is active on one node the other node can not activate it.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 08:19 PM
07-14-2003 08:19 PM
Re: VG import/export
If you already have MC Service Guard on these servers you could automate this by configuring packages.
Else you will have to manually import/export
Regards,
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 09:52 PM
07-14-2003 09:52 PM
Re: VG import/export
MC Service guard does the same ,it activates vg in one machine at the time ,if you activate on both the VG then there will be data corruption problem ,you can write the shell scritpts too to do the same ,safe to use MCSG
Rizwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2003 10:20 PM
07-14-2003 10:20 PM
Re: VG import/export
Other than using a cluster, there is no solution for your problem. However, if you can guarantee that only one of the servers is running at a given time, you might benefit from keeping mapfiles handy that are made with a "vgexport -p -s". With these mapfiles (which you need on both servers) you can recreate the volumegroups on the other server without having to know the exact disks of the volumegroup. The "vgimport -s" command will automagically find them for you.
Regards,
Tom Geudens