- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_tape_recovery
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
08-22-2003 07:10 AM
08-22-2003 07:10 AM
make_tape_recovery
I am backing up an HP11:00 server using the following:-
make_tape_recovery -x inc_entire=vg00.
The server is partitioned into vg00 AND vg01. Do you include vg01 in this command and if so,how ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 07:13 AM
08-22-2003 07:13 AM
Re: make_tape_recovery
make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01
You can have multiple -x commands.
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
08-22-2003 07:13 AM
08-22-2003 07:13 AM
Re: make_tape_recovery
I usually put the "-I" to have interactive tape when needed.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 07:14 AM
08-22-2003 07:14 AM
Re: make_tape_recovery
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 07:15 AM
08-22-2003 07:15 AM
Re: make_tape_recovery
Hello,
make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -x inc_entire=vg02 -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 07:17 AM
08-22-2003 07:17 AM
Re: make_tape_recovery
You can, but remember that Ignite is not intended as a generalized server backup utility.
However, by confining your Ignite 'make_tape_recovery' contents to vg00, you have the ability to use this tape to recover your OS environment and then 'vgimport' your (otherwise intact) non-vg00 volumes. You can also use the recovery tape to clone your system. Limiting your recovery image to just vg00 provides the utmost flexability.
Remember too, that 'make_tape_recovery' uses 'pax' to backup files. Extracting individual files or directories is quite slow compared to utilities *intended* as backup and restore solutions. This includes the free 'fbackup/frecover' of HP-UX!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 07:18 AM
08-22-2003 07:18 AM
Re: make_tape_recovery
Read the help :
man make_tape_recovery helps you.
....
make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 ......
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 07:20 AM
08-22-2003 07:20 AM
Re: make_tape_recovery
Ignite is a tool best used to back up your boot partition, usually vg00.
It will not properly back up open databases and such and should not be used for that. I have used it to replicate server application executables as part of a golden image push, but on a regular basis, its vg00 only, which you can restore without hurting any of the vg01 data by merely booting off the Ignite tape.
Regards and good luck,
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
08-22-2003 07:26 AM
08-22-2003 07:26 AM
Re: make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 07:29 AM
08-22-2003 07:29 AM
Re: make_tape_recovery
But if you want you can add vg01 then add "-x include_entire=vg01" to the same command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 07:51 AM
08-22-2003 07:51 AM
Re: make_tape_recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 08:10 AM
08-22-2003 08:10 AM
Re: make_tape_recovery
Ignite software use tar for backup and no backup file > 2GB if you have in vg01 base the datos use fbackup/frecover.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2003 08:12 AM
08-22-2003 08:12 AM
Re: make_tape_recovery
/opt/ignite/bin/make_tape_recovery -x inc_entire=vg00 -x inc_entire=vg01 -I -v -a /dev/rmt/1mn >/dev/null 2>&1