- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgexport
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
04-28-2005 03:01 AM
04-28-2005 03:01 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 03:05 AM
04-28-2005 03:05 AM
SolutionIt does not back up the actual data as a full backup would do.
vgexport/import is used to save, recover and rebuild the information about the vg and logical volumes.
The process is not destructive and does not harm data. The data remains on the disk. The process does not back up the data in any way.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 03:07 AM
04-28-2005 03:07 AM
Re: vgexport
Should be:
vgexport -p -s -v -m /tmp/vgXX.map
backup/restore - depends on your wallet - we use Veritas NetBackup.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 03:14 AM
04-28-2005 03:14 AM
Re: vgexport
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 03:52 AM
04-28-2005 03:52 AM
Re: vgexport
it just goes through the motions and creates a map file) for the purpose of moving it to another system with vgimport.
Could you please tell what this means? If it is not a backup, then what's the purpose of moving it to another system? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 04:24 AM
04-28-2005 04:24 AM
Re: vgexport
That's when you would do a vgexport/vgimport...
Also - in a clustered environment - to setup shared vg's.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 04:26 AM
04-28-2005 04:26 AM
Re: vgexport
A backup implies copying the data OFF the disk. vgexport does NOt do that.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 05:14 AM
04-28-2005 05:14 AM
Re: vgexport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 05:22 AM
04-28-2005 05:22 AM
Re: vgexport
vgexport simply back up the volume group and lvm structure and removes the volume group.
data remains on disk and the disks can be imported to the same system or another system, depending on the cable/scsi setup.
vgexport will not create anything on tape.
Before you start
make_tape_recovery
That will back up the lvm/vg information to tape.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 05:23 AM
04-28-2005 05:23 AM
Re: vgexport
In order to import it, you go through the following procedure:
mkdir /dev/vg01
mknod /dev/vg01/group c 64 0x010000
vgimport -s -m /tmp/vg01map /dev/vg01
vgchange -a y /dev/vg01
This assumes vg01 but it could be any VG.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:13 AM
04-28-2005 06:13 AM
Re: vgexport
vgexport -p -s -v -m /tmp/vgXX.map
and save the map file in a safe place? I really donot need to export & import. I think the above command is sort of like metadata.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:19 AM
04-28-2005 06:19 AM
Re: vgexport
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:24 AM
04-28-2005 06:24 AM
Re: vgexport
You can create a mapfile with vgexport, copy to another server and use the mapfile with vgimport to create a same vg there.
The command is being used for clustered servers connected to a storage area networks (SANs).
Don't just do some vgexport experiments, becuase you can throw away your vg configuration with that command too!
To get it visualized, try this presentation: http://docs.hp.com/en/144/app_consolidation.pdf
Cheers,
Renarios