- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup and large files limitation
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
09-20-2003 05:42 PM
09-20-2003 05:42 PM
fbackup and large files limitation
I am doing backup for my database with fbackup command and we need to know if their any limitation regarding the files that is great than 2gb.
Also I have the following error.
129: /ora1/oradata/baantemp02.dbf 9379856
fbackup(3009): WARNING: File number 129 (/ora1/oradata/baantemp02.dbf)
was not successfully backed up
the application is stopped during the backup any idea.
Thank you, for the help
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2003 06:17 PM
09-20-2003 06:17 PM
Re: fbackup and large files limitation
Hi,
fbackup can backup latge files. It is the solution instead of tar for file > 2GB. Your warning message came because the file(s) you backed up are open. It seems you are using oracle. You have to SHUTDOWN Oracle to take backup of data files (not just stopping the application) if the only solution is to backup using fbackup at the OS level. You need advanced tools such as OmniBackII for Oracle databases. Also in SAP env. you can use BR* tools provided with SAP...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2003 06:46 PM
09-20-2003 06:46 PM
Re: fbackup and large files limitation
Clarification:
You need advanced tools such as OmniBackII for Oracle databases ONLINE WITHOUT SHUTDOWN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 01:16 PM
09-21-2003 01:16 PM
Re: fbackup and large files limitation
For an alternative way to use tar, you can use GNUtar, it support files larger than 2 GB and compatible with tar.
fbackup can't backup some files which are in using and usually give the message just like "xxx was not successfully backed up".
Omniback II ,of course ,is a good backup system but not free. If the budget hasn't been made, you can shutdown the DB service first then do the backup, it also work fine.
-ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 02:18 PM
09-21-2003 02:18 PM
Re: fbackup and large files limitation
fbackup can not do a successful hot backup of oracle databases.
As noted by my predecessors, the only way to get a backup is to shut down that database first and make sure its really down before you start.
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
09-21-2003 05:35 PM
09-21-2003 05:35 PM
Re: fbackup and large files limitation
First we take a look at your error message.
This means, that the backup for your Oracle database is not worth something, because you miss a file.
To avoid this you either do a shutdown before the backup or you get some backupsoftware, which can handle online backups of Oracle. Legato or OmniBack should do it, but these products are not for free.
So think carefully, what you will do.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2003 08:30 PM
09-21-2003 08:30 PM
Re: fbackup and large files limitation
( The filesystem you are writing to must support largefiles. Do this to check # fsadm -F vxfs /data)
- Omniback can support Oracle online backup, but no free
- without Omniback, you still can perform online backup on oracle:
1. DB must be in Archive log mode
2. take tablespace offline
3. backup corresponding datafiles (don't use fbackup because it will fails)
4. take the tablespace online
5. backup the archive logs.