- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Automated BCV replication
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
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
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
тАО02-26-2001 11:25 AM
тАО02-26-2001 11:25 AM
The first run through, the VG for the BCV volumes gets created, mknod creates the group file, vgchgid does its thing, vgimport imports the volumes, vgchange makes it active, vgcfgbackup back up the configuration, fsck checks the filesystem, and it's mounted.
Now, I have a replicated dataset. I want to replicate it again for the next day. So, I umount the filesystem, re-issue the establish command, split it when done, only now I can't seem to get LVM to see them again.
Out of the original process that created everything, what parts of it do I need to tun to mount it again?
TIA
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2001 11:48 AM
тАО02-26-2001 11:48 AM
Re: Automated BCV replication
# vgchange -a n /dev/vgbcv01
# vgexport /dev/vgbcv01
then you re-establish your STD-BCV pairs. If you don't then the information under /dev/vgbcv01 (or whatever you call your BCV volume group) will be out of sync with reality.
The next day you start the process all over again, by splitting the BCV's, and rebuilding your volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2001 12:30 PM
тАО02-26-2001 12:30 PM
Re: Automated BCV replication
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2001 01:03 PM
тАО02-26-2001 01:03 PM
SolutionThis is why you need to issue the vgchgid command, because when you split off the BCV volume that device has the same Volume Group ID as the STD device it had been mirrored with.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-26-2001 01:12 PM
тАО02-26-2001 01:12 PM
Re: Automated BCV replication
I guess not...
Thanks.