- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: frecover
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-07-2000 09:12 AM
06-07-2000 09:12 AM
frecover
Since the file is there is it feasible that this can be forced to be recovered ? Is there a way to do it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2000 11:44 AM
06-07-2000 11:44 AM
Re: frecover
kill all fbackup and frecover procs and try again.
clean the drive
it the file you are trying to recover appears on the index (frecover -I /tmp/indexfilename -d /devfile) that does not mean it made it to the tape but that it was scheduled to go on the tape. It could have been open during all fbackup tries.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 01:23 AM
07-26-2000 01:23 AM
Re: frecover
If that was the case will there be a message to that effect during the fbackup process ?
If that was the case what would that message be ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 01:34 AM
07-26-2000 01:34 AM
Re: frecover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 07:33 AM
07-26-2000 07:33 AM
Re: frecover
There is no frecover option that allows you to ignore this flag (of course, depending on the retry count, you could have multiple copies of the file too).
That said, while it's doing the frecover, the frecover command, doesn't know that the file is invalid, and therefore actually recovers the file. Assuming the file is large enough (so it takes long enough for you to try this), it wouldn't be impossible for you to write a program to open the temp file it's using and keep it open, waiting for you to press return. Then when frecover has finished the file and attempts to delete it, as you've got it open it won't delete there and then. At which point your program (having kept the file opened), can then copy the contents from it's original file (that will be deleted when your program ends) to another file.
Can't say I've tried this, but the theory is sound a least.