- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup failure
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-09-2006 07:51 PM
08-09-2006 07:51 PM
I am taking a backup using the below command
fbackup -0 -I ${logtmp} -v -f /dev/rmt/0m -g ${home}/graph
And
${home}/graph=i /
e /data1
e /data2
e /data3
e /data4
e /ai1
e /bi1
e /bi2
e /progress
e /applfs
e /cdrom
.
The backup starts and progress for a long time and after it fails with the following error.
358743: /zrecovery/data4/markp/fcstuff/patches/N_class/PHCO_21187 42934
358744: /zrecovery/data4/markp/fcstuff/patches/N_class/PHCO_21187.depot 39920
358745: /zrecovery/data4/markp/fcstuff/patches/N_class/PHCO_21187.text 405
358746: /zrecovery/data4/markp/fcstuff/patches/N_class/PHCO_23651 1025
358747: /zrecovery/data4/markp/fcstuff/patches/N_class/PHCO_23651.depot 1020
358748: /zrecovery/data4/markp/fcstuff/patches/N_class/PHCO_23651.text 31
fbackup(3003): normal EOT
fbackup(3310): enter '^[yY]' when volume 2 is ready on /dev/rmt/0m,
or '^[nN]' to discontinue:
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
The same error is happening for last 3 days. I suspect it as a drive problem.
Do any one of you gurus adivise me to confirm the problem?
Thnaks
S.O
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 08:00 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 08:03 PM
08-09-2006 08:03 PM
Re: Backup failure
Consider the tape is simply full.
What kind of tape you are using?
But the reason could also be dirty or bad tape/drive. Have a look into the syslog for I/O errors.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 08:17 PM
08-09-2006 08:17 PM
Re: Backup failure
looking at the number of files being backed up (> 350000) I would first check how much data you are trying to back up.
cd /
du -sk *
then eliminate your graph exclusions from this list and add up the datasizes.
Compare this to your tape capacity.
If the backup has worked in the past, check for large new files, but also check your tapedrive is still set to compress.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 10:10 PM
08-09-2006 10:10 PM
Re: Backup failure
exclude file size is =52682918
total size to be backed up=5695293
Drive using is Quantum DLT 4000
I hope there are no problem with the size of the files backed up.
So I can think of cleaning the drive now or replacing?
Your final advice to conclude?
Thanks for all who replied and points have been assigned.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 11:02 PM
08-09-2006 11:02 PM
Re: Backup failure
normally, if you get a EOT, then you put in a new tape, type 'y' and the backup continues.
If fbackup has to wait too long for the answer, then it aborts (fbackup(3004): writer aborting) and of course the backup is incomplete.
The messages you see indicates in thefirst step no drive problem, check your logfile, if you backup more than you think.
And which tape do you have in your drive?
HTH
Volkmar