- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- restoring from backup tape
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
06-18-2004 11:28 AM
06-18-2004 11:28 AM
I get a message saying,
Volume 1 completed.
Press return when the next volume is ready /dev/rmt/0m.
The problem is, I don't have another volume. Is there a way to override that and get the info I need off the one tape.
Thanks,
Eric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 01:35 PM
06-18-2004 01:35 PM
Re: restoring from backup tape
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 07:06 PM
06-18-2004 07:06 PM
Re: restoring from backup tape
Since it is asking for another tape that means the backup was taken on multiple tapes. Now either you have to locate that particular set of tapes or may be you are restoring from different tape rather than you actually intended to.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 03:07 AM
06-21-2004 03:07 AM
Re: restoring from backup tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 03:35 AM
06-21-2004 03:35 AM
Re: restoring from backup tape
Here's what the man page has to say about it:
"Each file entry in the index contains the file size, the volume number and the pathname of the file. At the beginning of every volume, fbackup assumes that all files not already backed up will fit on that volume, an erroneous assumption for all but the last volume. Indices are accurate only for the previous volumes in the same set. Hence, the index on the last volume may indicate that a file resides on that volume, but it may not have actually been backed up (for example, if it was removed after the index was created, but before fbackup attempted to back it up). The only index guaranteed to be correct in all cases is the on-line index (-I option), which is produced after the last volume has been written."
Here's a link to the online manpages (volume 2), in case you want to read more on it:
http://docs.hp.com/hpux/onlinedocs/B2355-90681/B2355-90681.html
Best Regards,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:59 PM
06-21-2004 06:59 PM
SolutionUnlike tar, cpio, dump, etc, fbackup maintains a central backup at the beginning of the tape which is only an estimate. If all the files fit on the tape, the index will be accurate. If some of the files do not fit, then a second tape is required. Note also that if a file disappears (removed) or the file is locked for read access, the index will indicate the file was scheduled for backup but a marker is recorded on the tape for the missing file. This technique is very common for commercial backup tools but they usually create a final index on disk as a database pointing to each tape.
The reason that tar, cpio, dump, etc seem to have an accurate listing is that they do not have ay index at all. Instead, these tools have to read the entire tape (a couple of hours) to create a listing.
My guess is that someone may have run this backup automatically and there was no one available to insert the second tape so the program was aborted. The backup was broken and no second tape exists. That's why it is critically important to review backup logs every day to make sure the backup was successful.
Bill Hassell, sysadmin