- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mount business copy LUN on same host as parent...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
09-16-2004 02:21 AM
09-16-2004 02:21 AM
Mount business copy LUN on same host as parent LUN
I have done the following to setup the business copy volume group :
mkdir /dev/vg20
mknod /dev/vg20/group c 64 0x1a0000
vgchgid /dev/rdsk/c22t5d1
vgimport /dev/vg20 /dev/dsk/c22t5d1
vgchange -a y vg20
vgcfgbackup vg20
When I create the volume group I can vgchange it and it works, however, when I then deactivate it, copy the parent data to the BC LUN (armcopy -s
vgchange: Warning: Couldn't attach to the volume group physical volume
"/dev/dsk/c22t5d1":
Cross-device link
vgchange: Warning: couldn't query physical volume "/dev/dsk/c22t5d1":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "vg20":
Quorum not present, or some physical volume(s) are missing.
Lvmtab has the correct disk info for this volume group.
What have I missed? Any pointers greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 02:31 AM
09-16-2004 02:31 AM
Re: Mount business copy LUN on same host as parent LUN
If you have a vgcfgbackup, as you mentioned, you could do a vgcfgrestore instead.
Works ok if you have the same vgid on a different node, the problem only comes about on your example of the same node.
If you are using cluster machines, might be worth doing a vgchange -a e vg20 on the way up.
Hope that's some kind of help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 02:36 AM
09-16-2004 02:36 AM
Re: Mount business copy LUN on same host as parent LUN
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 03:42 AM
09-16-2004 03:42 AM
Re: Mount business copy LUN on same host as parent LUN
vgcfgrestore will pick up the old LVM configuration file /etc/lvmconf/
After syncing the BCV
# vgexport /dev/vg20
# mkdir /dev/vg20
# mknod /dev/vg20/group c 64 0x1a0000
# vgchgid /dev/rdsk/c22t5d1
# vgimport /dev/vg20 /dev/dsk/c22t5d1
# vgchange -a y vg20
# vgcfgbackup vg20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 04:27 AM
09-16-2004 04:27 AM
Re: Mount business copy LUN on same host as parent LUN
Hope it helps, correct me if I am wrong somewhere.
Thanks and regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2004 09:50 PM
09-16-2004 09:50 PM
Re: Mount business copy LUN on same host as parent LUN
Does anyone have a guide or manual which details the steps required when setting up business copy - the Business Copy User Guide isn't very helpful/detailed.