- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup/frecover clarification...
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
04-27-2004 10:01 AM
04-27-2004 10:01 AM
fbackup/frecover clarification...
We ran fbackup and it took almost 2 hours to back up approximately 10GB of data. We were able to frecover it in a little less than an hour. So we almost excluded that method until I saw a post to a thread where Bill Hassell suggested using the -c option (great suggestion Bill!). It dropped the backup time to a half hour for the same data, which is great!
Now, the problem comes with frecover. I get the following error message:
frecover(2114): read error from input device (I/O error)
frecover(2114): read error from input device (I/O error)
frecover(2113): unable to resync backup media
and it only backs up a few files. I tried rerunning it several times and through SAM. I also saw a post that said to do the following:
frecover -x -v -f
and put in the hostname, but that also did not work.
So, I have two questions:
1. How can I properly restore the backup if I used the config file with the following options?:
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
2. How can I find out what are the optimum settings in the config file for my environment? Is there a doc somewhere I can read. I have a Quantum DLT8000 drive. HP-UX 11i.
Thanks for any and all responses.
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 10:41 AM
04-27-2004 10:41 AM
Re: fbackup/frecover clarification...
frecover -xNvf /dev/rmt/1m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 01:31 AM
04-28-2004 01:31 AM
Re: fbackup/frecover clarification...
Thanks for the information, but that doesn't really answer my two questions above.
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 01:43 AM
04-28-2004 01:43 AM
Re: fbackup/frecover clarification...
We use fbackup with the -c option and I have not had any problem doing an frecover. Are you sure that you have a good backup? As Rene suggested, I would try to list the contents of the tape, if you have not done so already. This does not necessarily prove that you have a good backup, but if you get an error it might suggest that you have a tape issue or something of that nature.
frecover -v -f /dev/rmt/1m -I /tmp/tape.contents
See if this command will read from the tape or if it also gives you an error.
Hope this helps!
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 03:02 AM
04-28-2004 03:02 AM
Re: fbackup/frecover clarification...
The command you gave me error'd out saying that there is no "-l" option. I tried the one from Rene and it worked, but it also gave the error message below. I'm kind of stumped as to what is wrong here. I'll try and take another backup and see what happens.
frecover(2114): read error from input device (I/O error)
frecover(2114): read error from input device (I/O error)
frecover(2113): unable to resync backup media
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 03:43 AM
04-28-2004 03:43 AM
Re: fbackup/frecover clarification...
That should have been an uppercase i in the command.
I would definately take another backup and see what the outcome is.
-Bryan