- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hot Backups
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
02-07-2002 02:39 AM
02-07-2002 02:39 AM
Cheers
Keely
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:45 AM
02-07-2002 02:45 AM
Re: Hot Backups
In order to perform a Hot (or Online) Backup of Oracle, it must be in Redo Log Mode. If it is not, the options are severely limited for the types of backup to perform.
The quickest (and dirtiest) method would be to create a separate data area on disk, and perform either an Oracle 'export' or a 'cp' of the relevant files (Datafiles, Control Files, Online Redo Logs) while the Database is down.
Then start the DB up again and perform Backups of the Files that have been copied / exported.
Are the DBAs averse to using Incremental Backups during the week, and Full Backups on the weekend? How much data are we talking about here?
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:50 AM
02-07-2002 02:50 AM
Re: Hot Backups
I think I'd start by asking the DBA if he/she knows how to setup and handle hot-backups in the first place, or is that the aversion?
As for snapshots of filesystems, Online JFS supports this method of backup.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:51 AM
02-07-2002 02:51 AM
Re: Hot Backups
there is a product which is able to do your job, the name is Omniback II4.1. The vendor is HP, you can find a lot of information on these sites. Omniback has a Oracle Integration Agent which you have to install on the computer running the database. Then Ominback works with snapshots of the files and offers also the possibility to backup open files later, when they are no longer in use. You have to pay for Omniback, it works on HP and or NT/2000 as platform for the Cell Manager, Clients are available for allmost every UNIX derivate, Novell, Linux, some Mainframes and so on.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 02:51 AM
02-07-2002 02:51 AM
Re: Hot Backups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 03:03 AM
02-07-2002 03:03 AM
Re: Hot Backups
We also run tru-64 boxes here. With their equivalent of lvm (advfs) you can produce a 'clone' copy of a logical volume. Is there any product around that can do anything similar for hp-ux (apart from splitting mirrors).
The database's are run in archive-redo log mode. Apparently we could do a hot-backup of each db file in sequence but then you get problems of re-syncronising when you restore or we could put the db into hot-backup mode, copy all the files but this would take to long and the temp area required to hold the changes would be quite large. We have inherited Omniback - but don't know much about it - so I will also look into using that. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 03:09 AM
02-07-2002 03:09 AM
Re: Hot Backups
Any Applications running on top of Oracle?
Online Backups are only really good for recovering partial loss of the Database Files. If you lose the entire Database, or one of the System Datafiles, you need to perform a recovery of the Database from an Offline Backup (complete with Control Files and Online Redo Logs), then roll forward with Archived Redo Logs to the point of recovery.
I would recommend putting the entire database in Backup Mode at the same time. This will have the effect of causing more Redo Logs being reproduced, but will mean that the SCN on all the Datafiles will be the same. OmniBack is pretty whizz-bang when integrating with Oracle; I have always found it very reliable.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 03:16 AM
02-07-2002 03:16 AM
Re: Hot Backups
RMAN (oracle backup utility) can take the database backup online if the database is in archive mode, and also u can fire backup simultaneously for all ur live database. If the database is large and daily transacation are high, than u can ask DBA team to define BACKUP policy to implement incremental and cumulative backup of database, as RMAN supports same.
Regards
tilok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 04:13 AM
02-07-2002 04:13 AM
SolutionThe HP equivalent of your tru-64 clone is the filesystem snapshot that Jim Ferguson mentioned above. This is part of Online JFS though which is a chargeable option.
It's not true that you need to have an offline backup in order to perform a complete recovery of a database or loss of a system datafile. You can do it from a hot backup providing you have the relevant archived redo logs.
The big difference between hot (online) and cold (offline) Oracle backups is that in order to restore from a hot backup, you always have to do database recovery.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 06:08 AM
02-07-2002 06:08 AM
Re: Hot Backups
I do backups like this daily. In my case I use the OnlineJFS vxfs snapof mount. They work just like the ones you are used to in Digital Unix. In my case, hotbackups were useless because I have meta-data on other servers that describes the Oracle data. If one is backed up at 12:00 and the Oracle at 12:01, both are essentially worthless. My solution was to shutdown the apps and database, snapof mount the filesystems, and then bring everything back up. For less than 2 minutes of downtime per day, I have all the safety of a cold backup with almost all the convenience of a hotbackup.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 06:15 AM
02-07-2002 06:15 AM
Re: Hot Backups
We have both online JFS and Omniback so I guess I can sort something out.