- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup Structure
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
02-04-2003 10:18 AM
02-04-2003 10:18 AM
Backup Structure
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 10:23 AM
02-04-2003 10:23 AM
Re: Backup Structure
You can also get valuable data using the "strings /etc/lvmtab" command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 10:34 AM
02-04-2003 10:34 AM
Re: Backup Structure
The 'sysinfo' is a good start, as is 'print_manifest' (part of the Ignite suite).
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 10:38 AM
02-04-2003 10:38 AM
Re: Backup Structure
I have a volume group /dev/vg01 with several logical volume and filesystems. I need remove the logical volume and vg01, and restore the same way, and fast.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 10:56 AM
02-04-2003 10:56 AM
Re: Backup Structure
I am not sure what you want. Can you tell us more?
Thanks, Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 11:02 AM
02-04-2003 11:02 AM
Re: Backup Structure
/opt/ignite/bin/make_tape_recovery -Av -x inc_entire=vg00
This will back up vg00 and all LVM structure.
Seperately back up the data on vg01.
Boot of the Ignite tape and restore that, then the data to vg01.
If all you need to back up is the LVM structure, this will do it. Handle data seperately and you're done.
If you need to somehow change vg01's structure,and then restore data to a modified LVM structure then A. Clay already gave you the answer.
P
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
02-04-2003 11:17 AM
02-04-2003 11:17 AM
Re: Backup Structure
Yes, I do but is a test machine.
The vg01 it has a one disk c1t4d0, logical volumes and file systems.
I do this
# vgcfgbackup -f /tmp/vg01.backup vg01
Remove the logical volumens and vg01
lvremove, vgremove
Question one I need to create the /dev/vg01 againg before run vgrestore
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 11:21 AM
02-04-2003 11:21 AM
Re: Backup Structure
Pls explore vgexport and vgimport commands. Read about -p option in vgexport command.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 11:24 AM
02-04-2003 11:24 AM
Re: Backup Structure
Thanks