- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MAke_recovery tape - restore only one partitio...
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-05-2004 05:09 AM
08-05-2004 05:09 AM
The lvol is a part of vg00 so it's on the tape, but I really didn't want to wipe the entire system getting it back.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 05:14 AM
08-05-2004 05:14 AM
Re: MAke_recovery tape - restore only one partition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 05:24 AM
08-05-2004 05:24 AM
SolutionPut in the tape in drive
mt -f /dev/rmt/0m fsf 1
tar -tvf /dev/rmt/0mn > /tmp/file_list.txt
Check the file_list.txt
mt /dev/rmt/0m rewind
mt -f /dev/rmt/0mn fsf 1
cd /dir
tar -xvf /dev/rmt/0mn dir/file_to_restore
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 05:25 AM
08-05-2004 05:25 AM
Re: MAke_recovery tape - restore only one partition
After the kernel load, on the console you are prompted to hit a key to get to the interactive interface.
This is really a job for a different kind of backup, either from fbackup or DP/omniback or a third party solution.
Ignite is really good at making a broke system fixed, it does not seem designed to restore single files or groups of files. It may be able to though.
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-05-2004 06:06 AM
08-05-2004 06:06 AM
Re: MAke_recovery tape - restore only one partition
I have an oracle db on the system that I take down every night and do a cold backup. So I can recover from our normal backups just fine....but...
I just found out someone else has put a sybase db on the system AND he has never shut it down or made any backups of it!!! The only time it was down was when I made the make_recovery tape (a couple months ago). And he doesn't know if he will be able to do a recovery if I just restore from our normal full/incremental backups.
I'll just try and tar that partition off the make_recovery tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 06:10 AM
08-05-2004 06:10 AM
Re: MAke_recovery tape - restore only one partition
If you were to boot from the tape, it would rebuild and restore the ENTIRE system which is not what you want.