- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service Guard ( A.11.20.00.01 ) VG import fails on...
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
03-15-2013 01:00 PM - edited 03-15-2013 01:12 PM
03-15-2013 01:00 PM - edited 03-15-2013 01:12 PM
Service Guard ( A.11.20.00.01 ) VG import fails on alternate node
All
I am having issue with VG export import on stanby node. My cluster is active active with Production package on primary and QA on seconday
I made some disk changes on the primary node for an oracle VG and trying to do vgexport and import on alternate node to sync up the configuration. However the vgimport is failing with error "physical volume XYZ already recorded in lvmtab_p file"
What is preventing the vgimport?
Primary node:
# /usr/sbin/vgexport -s -p -v -m /tmp/vgoradata.map.XXX vgoradata
( copied the map file to alternate node:/tmp/vgoradata.map.XXX )
Alternate node:
# vgexport /dev/vgoradata
# mkdir /dev/vgoradata
# mknod /dev/vgoradata/group c 128 0x0b5000
# vgimport -s -N -m /tmp/vgoradata.map.XXX vgoradata
vgimport: The physical volume "/dev/disk/disk126" is already recorded in the "/etc/lvmtab_p" file
I verified lvmtab_p and the disk 126 actually does not exist in it.
Is it possible that the lvmtab_p is corrupted on alternate node? If so, is it safe to re-create it by running vgscan -N command?
Please advice.
Thanks
- Tags:
- vgimport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2013 09:57 PM
03-25-2013 09:57 PM
Re: Service Guard ( A.11.20.00.01 ) VG import fails on alternate node
Hi
Follow the below steps ,if it wont work recreate the lvmtab
# /usr/sbin/vgexport -s -p -v -m /tmp/vgoradata.map.XXX vgoradata
( copied the map file to alternate node:/tmp/vgoradata.map.XXX )
Alternate node:
#vgexport -v /dev/vgoradata
# mkdir -m 755 /dev/vgoradata
# mknod /dev/vgoradata/group c 128 0x0b5000
# vgimport -s -m /tmp/vgoradata.map.XXX vgoradata
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.