- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: frecover no response - syntax correct ?
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-28-2006 06:57 PM
06-28-2006 06:57 PM
Commands used:
"cd /"
"frecover -xXoi -f /dev/rmt/0m -v" but it just sits there. The frecover process is in sleep mode when I look at it.
I am trying to recover files to a directory e.g. /aaaa/bbbb which exists and is currently empty. When I list the contents I can see /aaaa/bbbb and all its files.
Any ideas ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 07:02 PM
06-28-2006 07:02 PM
SolutionTry using sam to develop your command line syntax.
Do the recovery with sam. If it hangs, probably there is something wrong with the tape, if not, its probably your syntax.
Sam has a view mode after a command is run that lets you see the command line it used. I used this to learn several sysadmin functions.
I've never personally had a problem using a GUI for recovering individual files. Trying to script this is nearly useless because you almost never restore the same files twice.
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
06-28-2006 07:32 PM
06-28-2006 07:32 PM
Re: frecover no response - syntax correct ?
Since you specified to recover files to directory e.g. /aaaa/bbbb, so the command should be :
# frecover -xov -f /dev/rmt/0m -i /aaaa/bbbb
OR
# cd /aaaa/bbbb
# frecover -xXvf /dev/rmt/0m
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 09:03 PM
06-28-2006 09:03 PM
Re: frecover no response - syntax correct ?
Got a message
"Starting file recovery..."
What I want to recover is way down the tape, couple GB of files ahead of it. Is it a case of sitting and waiting ?
In another session I can see the frecover process appears to be sleeping - is this normal ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 09:18 PM
06-28-2006 09:18 PM
Re: frecover no response - syntax correct ?
Its a big tape, so there can be long pauses before anything interesting happens.
The tape has an index on it, frecover reads that based on your file selection and then tells the tape drive, go to this point on the tape.
At that point until a reply of "I'm there" happens the frecover process can go to sleep.
If there is a long delay before the file list comes up then we have a problem with the tape, hardware or something else.
/var/tmp/index
Thats the name of the file frecover creates with a list of files on the tape. If that isn't created then there is trouble.
If the file is created and you've selected files for recovery then you have time for other work or a coffee break.
:-)
Thanks for rewarding my earlier efforts.
I want nothing more than your sucess.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com