- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fbackup Failure - Return Code 2
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
08-06-2002 11:29 AM
08-06-2002 11:29 AM
Fbackup Failure - Return Code 2
fbackup(3045): WRITE ERROR while writing data record, at media record 45
fbackup(3102): attempting to make this volume salvagable
fbackup(3123): could not read the previous checkpoint record
fbackup(3105): writing 2 EOFs and rewinding the tape
fbackup(3106): please mount a good tape
fbackup(3316): enter 'yes' when volume 1 is ready on /dev/rmt/c1t0doBEST
thanks....paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 11:40 AM
08-06-2002 11:40 AM
Re: Fbackup Failure - Return Code 2
The 3045 is also a on a Write which indicates a HW problem. There may be a bad spot on the tape? Could be that the /stand write hits the bad spot.
Try another tape.
Also check /var/adm/syslog/syslog.log for other SCSI or tape related errors.
Run dmesg to see if there are errors there as well.
Cheryl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 11:41 AM
08-06-2002 11:41 AM
Re: Fbackup Failure - Return Code 2
Whats the media usage ? You can check this by looking at the tape header
frecover -V `tty`
Have you checked the cleaning light is not on , on the drive itself ?
I have had many occasion where a test backup is ok but when attempting multiple filesystems it fails
If the drive is clean and the tapes are new you may need a new drive
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 11:47 AM
08-06-2002 11:47 AM
Re: Fbackup Failure - Return Code 2
Was there any change in blocksperrecord recently? I got an excerpt from the fbackup manual which describes the same symptome you encountered:
....
When configuring the parameter blocksperrecord (see -c option), the
record size is limited by the maximum allowed for the tape drive.
Common record sizes include 128 blocks for DLT and DDS tape drives,
and 60 blocks for the HP7980. Note also that the blocksize used in
earlier releases (7.0 and before) was 512 bytes, whereas it is now
1024 bytes. This means that the same value specified in
blocksperrecord in an earlier release creates blocks twice their
earlier size in the current release; for example, a blocksperrecord
parameter of 32 would create 16-Kbyte blocks at Release 7.0, but now
creates 32-Kbyte blocks. If blocksperrecord exceeds the byte count
allowed by the tape drive, the tape drive rejects the write, causing
an error to be communicated to fbackup which fbackup interprets as a
bad tape. The resulting write error message resembles the following:
fbackup (3013): Write error while writing backup at tape block 0.
Diagnostic error from tape 11...... SW_PROBLEM (printed by driver on console)
fbackup (3102): Attempting to make this volume salvageable.
etc.
....
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 11:53 AM
08-06-2002 11:53 AM
Re: Fbackup Failure - Return Code 2
Based on your fbackup output, you may want to try to back up using a new tape as well.
Another way to test is to back up to /dev/null to see if you run into any error. If not, then definitely your problem is related to either backup equipment or media.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 12:22 PM
08-06-2002 12:22 PM
Re: Fbackup Failure - Return Code 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2002 11:54 PM
08-06-2002 11:54 PM
Re: Fbackup Failure - Return Code 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:00 AM
08-07-2002 12:00 AM
Re: Fbackup Failure - Return Code 2
Normally this error is a tape media error. Try a new tape first, only if it recurrs then have the drive replaced.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2002 12:09 AM
08-07-2002 12:09 AM
Re: Fbackup Failure - Return Code 2
You could perhaps further test the drive using
/etc/frecover -xv -N -i /tmp -f /dev/rmt/0m >> outputfile 2>&1 &
This will make sure the drive can also read the contents. If this fails to, I would seriously think your drive could be at fault.