- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup warning
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
12-22-2000 08:18 AM
12-22-2000 08:18 AM
fbackup(1004): session begins on Fri Dec 22 14:17:18 2000
fbackup(3309): WARNING: unable to read a volume header
fbackup(3024): writing volume 1 to the output file 1.1.1.1:/dev/rmt/0m
fbackup(1030): warnings encountered during backup: 4
This case has been discussed at
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xf8a783667c40d4118feb0090279cd0f9,00.html
Q.
I did not get any information about the file(s) causing the error. I run fbackup in non-verbose mode creating index file.
fbackup -0i / -I indices/$DATE.index.log -f 10.10.2.201:/dev/rmt/0m
What diagnostic messages I should search?
Thanks in advance! Merry X-mas!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2000 08:46 AM
12-22-2000 08:46 AM
Re: fbackup warning
Good luck
Merry christmas
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2000 11:46 AM
12-23-2000 11:46 AM
Re: fbackup warning
If you run your fbackup with the (v)erbose option (-v) and redirect the output to a log file, you will be able to search for warnings and errors. Thus, something like:
# fbackup... > /tmp/fbackup.log 2>&1
The most common reasons for an exit code of <4> are the lack of a volume header, as for instance with a new tape; or an attempt to copy a file that is actively changing.
You can verify an fbackup tape by doing a "no=recovery" 'frecover', as:
# frecover -N -r -v -f /dev/rmt/0m > /tmp/frecover.log 2&>1
The reason for doing the 'frecover' lies in the fact that if the file's modification timestamp has changed while the file was being written to tape, fbackup writes a "BAD" status flag to the file's trailer, and re-reads the file, writing the file to tape again. This process will be repeated
Using the -v option during 'fbackup', and parsing the output log for errors and warnings allows the quickest determination of success and comfort for you. This is my standard choice.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2000 02:38 AM
12-27-2000 02:38 AM
Re: fbackup warning
# Check the .rhosts files
# Check Network traffic.
fbackup -f
-f host_name:/dev_name_of_backup_device
man fbackup:
There is slightly different behavior if remote devices are used. A device on the remote machine can be specified in the form machine:device.
fbackup creates a server process from /usr/sbin/rmt on the remote
machine to access the tape device. If /usr/sbin/rmt does not exist on the remote system, fbackup creates a server process from /etc/rmt on the remote machine to access the tape device. Only half-inch 9-track magnetic tapes or DDS-format tapes can be remote devices. The fast search marks capability is not used
when remote DDS-format devices are used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2000 03:13 AM
12-27-2000 03:13 AM
Solution"fbackup exit code 4" it's not error level but it's just only warning because your system is not upto date with the latest patches relating to your system hardware.
Use this link to check out the write up:
http://europe-support.external.hp.com/cki/bin/doc.pl/sid=879e601c00b4520b3e/screen=ckiDisplayDocument?docId=200000047385470
Or Document Id #: KBRC00000427
Cheers and Happy New Year In Advance!