- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup warning question
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
06-25-2002 06:55 AM
06-25-2002 06:55 AM
I received the following warning from fbackup. Was the file copied to tape with a warning, or was it skipped and not copied to tape?
fbackup(3009): WARNING: File number 154 (/u03/oradata/ORD/user03.dbf)
was not successfully backed up
Thanks in advance.
Dewy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 06:58 AM
06-25-2002 06:58 AM
Re: fbackup warning question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 06:58 AM
06-25-2002 06:58 AM
Re: fbackup warning question
I think it was not backed up. If there is a fbackup log file, have a look at that file to determine if it was backed up.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 06:59 AM
06-25-2002 06:59 AM
Re: fbackup warning question
I have received those errors before and it was because those files were opened/accessed by a process (oracle) during the backup.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:01 AM
06-25-2002 07:01 AM
Re: fbackup warning question
Sorry, the file was *not* backed-up.
If a file is changing as it is being moved to tape, you will see a warning "File number...was active during attempt...". This is OK and indicates that a retry of the copy will be attempted. IF the 'maxtretries' is exhausted, then the error is "not successfully backed up". In fact, the file is marked on the tape as "bad" and if you use 'frecover' to try to retrieve it, the 'frecover' will fail.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:08 AM
06-25-2002 07:08 AM
SolutionYou can set maxretries through the use of a config file when using fbackup
Heres one supplied by Bill Hassell that we now use on a lot of sites
if your config file is in /tmp called fbackupconf
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
fbackup -v -f /dev/rmt/0m -c /tmp/fbackupconf -i /
Hope this helps
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 07:24 AM
06-25-2002 07:24 AM
Re: fbackup warning question
unless you do something with your Oracle system (shut it down or put the tablespace into backup mode) the data file will remain active so setting maxretries will not help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 03:53 AM
06-26-2002 03:53 AM
Re: fbackup warning question
Besides the warning message you posted, there was at least one *other* message, referring to the *same* file (i.e. file number 154 in this case). *That/those* message(s) will say *why* the file was not backed up.
As others mentioned, it probably was an 'active' file, i.e. a file which was modified/written_to between the start and end of the backup (of that file). See "active" in the fbackup manual page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 04:02 AM
06-26-2002 04:02 AM