- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup error
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-28-2003 01:02 PM
12-28-2003 01:02 PM
Is it possible disk failure? Thanks.
fbackup(3009): WARNING: File number 83384 (/u3/rPOD02)
was not successfully backed up
fbackup(3009): WARNING: File number 83386 (/u3/rRBS1)
was not successfully backed up
fbackup(3009): WARNING: File number 83428 (/u4/rRBS2)
was not successfully backed up
fbackup(3009): WARNING: File number 83433 (/u4/rSYSTEM01)
was not successfully backed up
fbackup(3055): total file blocks read for backup: 196704900
fbackup(3056): total blocks written to output file /dev/rmt/0m: 196677323
fbackup(1030): warnings encountered during backup
logout
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 01:23 PM
12-28-2003 01:23 PM
Re: fbackup error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 01:26 PM
12-28-2003 01:26 PM
Re: fbackup error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 01:39 PM
12-28-2003 01:39 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 01:41 PM
12-28-2003 01:41 PM
Re: fbackup error
a few questions?
1) have u perform fbackup successfully for these db files?
2) is the database shutdown before fbackup begins running?
2) has the size of these files increase to more than what the tape can manage? size of your tape, please?
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 01:49 PM
12-28-2003 01:49 PM
Re: fbackup error
It looks like when the backup was taken, the database still up & running. So the files (/u3/rPOD02, /u3/rRBS1, /u4/rRBS2, /u4/rSYSTEM01) still accessing by database process.
This warning message only, but will give you a problem when you try to restore these files into your database since the backup was not successfully backed up (can be a corrupted files).
To resolve this problem, you need to shutdown the database first before doing a backup. You can create the script to shutdown the database first and start the database after the backup finished.
Hope this information can help you.
Merry Xmas & Best Regards,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 02:02 PM
12-28-2003 02:02 PM
Re: fbackup error
.. I assume that u have shutdown DB then unmounted the filesystem & u've run FSCK on /u3 & /u4 it shows FS clean ?!
try to copy these file to a different filesystem (lvol) & run fbackup see if it works.
The other thing I can suggest is to try use -c config_file option with fbackup, there are more details in the manpages but create config_file with only these values:
blocksperrecord 128
records 128
readerprocesses 1
maxretries 10
Good Luck
Happy 2004 All
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2003 02:06 PM
12-28-2003 02:06 PM
Re: fbackup error
Oracle db files can not be backed up by fbackup while the database is open. They will either be skipped or the backup will by fuzzy(oracles term) and not supported for restore.
I once did manage to restore a fuzzy backup because no database transactions had occurred since the database restart. I was extremely lucky and would not risk my job on such a backup again.
If you want fbackup to correctly back up an oracle database, it MUST be down.
Good luck.
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
12-28-2003 03:21 PM
12-28-2003 03:21 PM
Re: fbackup error
Just because a backup utility does not report an error message does not mean that the backup is valid. The changing records will cause database corruption after a restore. Carefull read the database manufacturer's documentation about backup and recovery. You must either: shutdown the database for the duration of the backup, or use a commercial backup tool like HP's Omniback (aka, Data Protector) and oreder the plugin's to support Oracle online backups.
Bill Hassell, sysadmin