- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with frecover on new 11i system
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
01-24-2006 08:13 AM
01-24-2006 08:13 AM
I just upgraded my L2000 test server from 11.0 to 11.11. Now I am trying to restore files from a backup of my production system ( which was already running 11.11).
I create a backup on production using
/etc/fbackup -f /dev/rmt/c4t3d0BEST
-c /usr/local/bin/fbackup_config
-g /usr/local/bin/graph_cold
-I /usr/local/bin/index_cold
This is the fbackup_config file
blocksperrecord 64
records 64
This is the graph_cold
i /
e /tmp
e /var/tmp
e /var/opt
e /var/spool
e /u05/oraback
e /u05/oraback1
e /u05/oraback2
I'm trying to run this frecover command on the new 11.11 system
mt -f /dev/rmt/0m rew
cd /u01
/etc/frecover -x -v -F -i /u01 -f /dev/rmt/0m
And I get the following errors
frecover(2105): did not find expected file marker
frecover(5409): unable to read volume header
frecover(5418): not an fbackup volume; unable to read volume header
frecover(2105): did not find expected file marker
frecover(5412): Do you wish to try to salvage this volume? (^[yY]/^[nN]) y
frecover(5413): attempting to read backup following bad volume header
frecover(5426): read error while attempting to read index. Skipping.
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
frecover(4301): /u01 not recovered from backup media
Was there something else I needed to do once the upgrade was complete to be able to use the tape drive. Both servers have DLT8000's.
I've never had an issue using the tapes from production to restore test before the upgrade.
I've recreated the user accounts and filesystems on the test server and wanted to refresh all the data from production.
Thanks,
Patti
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2006 08:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2006 08:23 AM
01-24-2006 08:23 AM
Re: problem with frecover on new 11i system
Assuming that tape is good, you probably need patch PHKL_33425.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2006 08:54 AM
01-24-2006 08:54 AM
Re: problem with frecover on new 11i system
also confirm that the tape drive on the L class is conpatible with the tape. Higher capacity tapes may not work on very lower capacity tape drive, unless you specify some switches and this is also limited.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2006 09:07 AM
01-24-2006 09:07 AM
Re: problem with frecover on new 11i system
I've gotten that error in the past when the tape was getting ready to wear out and had too many passsed in too many tape drives.
I've been able sometimes to make it go away with patching(above) and with new tape media.
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
01-25-2006 12:47 AM
01-25-2006 12:47 AM
Re: problem with frecover on new 11i system
Still getting the same error.
Any other thoughts?
Patti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2006 03:45 AM
01-26-2006 03:45 AM
Re: problem with frecover on new 11i system
insf -C tape
did the trick.