- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- BCV - Volume group not able to create !!!
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-10-2007 02:51 AM
07-10-2007 02:51 AM
BCV - Volume group not able to create !!!
Please bear with this fishy question..
I ran BCV for a DB server, and when it try mounting to dest. server, I get following error:
"Volume group /dev/vgdbaxy could not be created", and successive LV errors. Can someone throw light on this..
I could find device files/group file for the VG in place...
--WH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 03:23 AM
07-10-2007 03:23 AM
Re: BCV - Volume group not able to create !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 05:47 AM
07-10-2007 05:47 AM
Re: BCV - Volume group not able to create !!!
Bit surprised, I could run,
vgimport -s -m vgdataxyz.map vgdataxyz
I couldnt run (actually runs by BCV)
vgimport -m /var/tmp/vgdataxyz
.mapfile -v /dev/vgdataxyz..
-- WH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 06:32 AM
07-10-2007 06:32 AM
Re: BCV - Volume group not able to create !!!
Did you break the bcv mirror on the source box?
What steps did you take before you attempted to create/mount the BCVS on your dest server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 02:57 PM
07-10-2007 02:57 PM
Re: BCV - Volume group not able to create !!!
split the bcv
mkdir
mknod(make sure the minor number belongs to a number whose decimal value is lesser than kernel parm maxvgs)
vgchgid (if the BCV reside on the same host as source0
vgimport -p
vgimport
activate
mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 09:40 PM
07-10-2007 09:40 PM
Re: BCV - Volume group not able to create !!!
Create snapshot
ioscan
mkdir /dev/nn
mknod /dev/nn/group...
vgchgid /dev/rdsk/c... /dev/rdsk/c...
vgimport /dev/rdsk/c... /dev/rdsk/c...
vgchange -a y /dev/nn
vgcfgbackup /dev/nn
fsck -F vxfs /dev/nn/lvoln
mount /dev/nn/lvoln /mount/fs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 12:39 AM
07-11-2007 12:39 AM
Re: BCV - Volume group not able to create !!!
kctune -q maxvgs (for 11.23)
kmtune -q maxvgs (for 11.00/11.11)
Then compare this with the number of volume groups defined on the system;
vgdisplay | grep "VG Name" | wc -l
(or)
ls /dev/*/group | wc -l
David