HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: frecover - I ---- did fbackup fail?
Operating System - HP-UX
1834811
Members
2291
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-07-2001 06:37 AM
09-07-2001 06:37 AM
Ok -
fbackup was performed on two dds2 tapes -
when I try to frecover -I (eye) to a file, I get the following
frecover(2105): did not find expected file marker
frecover(5419): checksum on volume header is incorrect.
frecover(5420): not an fbackup volume; magic value is incorrect
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
Is this just a failed backup (do it again?)
Jon
fbackup was performed on two dds2 tapes -
when I try to frecover -I (eye) to a file, I get the following
frecover(2105): did not find expected file marker
frecover(5419): checksum on volume header is incorrect.
frecover(5420): not an fbackup volume; magic value is incorrect
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
Is this just a failed backup (do it again?)
Jon
A little knowledge is dangerous - none is absolutely terrifying!!!
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 08:29 AM
09-07-2001 08:29 AM
Re: frecover - I ---- did fbackup fail?
Hi Jon,
Most probable it is bad backup or bad tape. Try rewinding tape
#mt -t /dev/.... rew
#fbackup -f /dev/... -V -
Sachin
Most probable it is bad backup or bad tape. Try rewinding tape
#mt -t /dev/.... rew
#fbackup -f /dev/... -V -
Sachin
Is photography a hobby or another way to spend $
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 09:11 AM
09-07-2001 09:11 AM
Solution
Most likely, the backup (if it actually occurred) has been overlaid by some other program, perhaps tar or cpio.
It's important to script backup tasks so that you can eject the tape immediately after it is done. To eject the tape, use:
/usr/bin/mt -t /dev/rmt/whatever offline
Also, make sure you write the results of the backup to a file so you can see the results. Do this by adding the -v option and then at the end of the fbackup options, redirect stdout and stderr into a file, soemthing like this:
fbackup ...options... > /var/tmp/fbstatus 2>&1
The file /var/tmp/fbstatus has all the normal as well as error messages. Here's an example of using all the options where the $env variables are set elsewhere in the script:
/usr/bin/fbackup
-u -v -V $VOLUMELOG -f $TAPEDRIVE -${BACKUPLEVEL} -I $INDEXFILE -d $DATESFILE -g $GRAPHFILE -c $PARAMFILE > $STATUSLOG 2>&1
/usr/bin/mt -t $TAPEDRIVE offline
Always specify a parameter file to override the old style tape values as the defaults are inefficient for DLTs and DDS drives.
Bill Hassell, sysadmin
It's important to script backup tasks so that you can eject the tape immediately after it is done. To eject the tape, use:
/usr/bin/mt -t /dev/rmt/whatever offline
Also, make sure you write the results of the backup to a file so you can see the results. Do this by adding the -v option and then at the end of the fbackup options, redirect stdout and stderr into a file, soemthing like this:
fbackup ...options... > /var/tmp/fbstatus 2>&1
The file /var/tmp/fbstatus has all the normal as well as error messages. Here's an example of using all the options where the $env variables are set elsewhere in the script:
/usr/bin/fbackup
-u -v -V $VOLUMELOG -f $TAPEDRIVE -${BACKUPLEVEL} -I $INDEXFILE -d $DATESFILE -g $GRAPHFILE -c $PARAMFILE > $STATUSLOG 2>&1
/usr/bin/mt -t $TAPEDRIVE offline
Always specify a parameter file to override the old style tape values as the defaults are inefficient for DLTs and DDS drives.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP