- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot recover files
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
10-21-2008 07:25 AM
10-21-2008 07:25 AM
Re: cannot recover files
frecover -m -v -x -oF -i /usr/share/lib -f /dev/rmt/0m
The "-m" would have caused frecover to tell you every time it passed a serach mark on the tape (and reassured you that something was happening), and the "-v" would have reported to the screen as every file was restored.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 07:41 AM
10-21-2008 07:41 AM
Re: cannot recover files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 08:11 AM
10-21-2008 08:11 AM
Re: cannot recover files
Yes absolutely - I think you will find that frecover is busy scanning thro the tape for the files it wants rather than actually restoring the files - on my systems the total size of /usr/share/lib is a little over 5MB so it won't take more than a few seconds for the DLT8000 to restore that... it might take a while to locate the part of the tape with the files on though...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 08:44 AM
10-21-2008 08:44 AM
Re: cannot recover files
To add, you could also redirect the messages that 'frecover' will produce when you use the '-m and '-v' options Duncan suggested, to another file:
# frecover -m -v -x -oF -i /usr/share/lib -f /dev/rmt/0m 2>&1 | tee /var/tmp/myfrecoverlog
This will display the messages on your terminal as well as capture them in a file ('/var/tmp/myfrecoverlog').
While this is running, you could watch the log, in another session with:
# tail -f /var/tmp/myfrecoverlog
...and use a CTL_C to stop the 'tail' at any time.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 10:07 AM
10-21-2008 10:07 AM
Re: cannot recover files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 10:28 AM
10-21-2008 10:28 AM
Re: cannot recover files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 01:02 AM
10-22-2008 01:02 AM
Re: cannot recover files
Instead of the modification date, you can look at the last used date: ll -u
That may give you a better idea if used.
Also, you can see what product owns them by using (the very slow):
swlist -l file | grep filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 06:46 AM
10-22-2008 06:46 AM
Re: cannot recover files
- « Previous
-
- 1
- 2
- Next »