- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- frecover error
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
07-09-2003 12:42 AM
07-09-2003 12:42 AM
I am trying to restore an area on the system
by running :
frecover -F -xvf /dev/rmt/0m
-g /tmp/tape/dbf.txt
when this runs it calls the dbf.txt file which contains the files needed to be restored with a i in front.
The problem is i keep getting an error message saying as followed :
frecover(3249): unable to open graph file /tmp/tape/dbf.txt
can anyone advise me what this is as i have checked permission and even given 777 on dbf.txt.
Regards
Simon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 12:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 12:49 AM
07-09-2003 12:49 AM
Re: frecover error
# frecover -xFvg /tmp/tape/dbf.txt -f /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 12:59 AM
07-09-2003 12:59 AM
Re: frecover error
# frecover -x -g /tmp/tape/dbf.txt -f /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 01:10 AM
07-09-2003 01:10 AM
Re: frecover error
I have tried this and am still getting the same error message.
so i did a dd if=/dev/rmt/0m of=/dev/null bs=1 count=1 which showed:
1+0 records in
1+0 records out
so i know the tapes ok i have also restored of this tape before and all wa ok.
any idea why i would get frecover(3249): unable to open graph file /tmp/tape/dbf.txt
Regards
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 01:13 AM
07-09-2003 01:13 AM
Re: frecover error
# frecover -x -i /path/filename -f /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 01:19 AM
07-09-2003 01:19 AM
Re: frecover error
Did you create the graphfile on a pc by any chance? If so, then you should run dos2ux on the file as it will have different end of line characters which could confuse frecover.
regards,
Darren.
PS: Please consider assigning points to those that have provided help - it helps others find useful answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 01:23 AM
07-09-2003 01:23 AM
Re: frecover error
# frecover -I /tmp/tape.out -f /dev/rmt/0m
Perhaps there is something wrong with the syntax of your graph file.
Can you show us, a few lines from it and compare it with the index as used above?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 01:34 AM
07-09-2003 01:34 AM
Re: frecover error
What i have done is recreated the graph file and all works ok.
Thanks
Simon