- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Clean 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
07-31-2002 11:16 AM
07-31-2002 11:16 AM
Thanks,
Rick.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 11:19 AM
07-31-2002 11:19 AM
Re: Clean backups
I would halt the database server first, break the mirror, then start your database server again. That way you have a consistent state on your database.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 11:22 AM
07-31-2002 11:22 AM
SolutionI'm trying to tell you that it depends upon your applications and that long before you choose a backup you need a plan.
I also suggest that if you are using Mirror/UX and plan to split mirrors that you have 2 mirrors so that your production environment is still mirrored while you are backing up. You really would not want a disk crash to occur while you are not mirrored. You should also examine OnlineJFS snapshot mounts as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 11:26 AM
07-31-2002 11:26 AM
Re: Clean backups
Yes you may do that. I would also recommend taking ignite backups using make_tape_recovery command.
You should be more carefull if you are going to split a database mirror for taking backups. A cold backup in this case will be better.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 11:33 AM
07-31-2002 11:33 AM
Re: Clean backups
-Rick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 11:35 AM
07-31-2002 11:35 AM
Re: Clean backups
You need to shutdown your applications to flush the buffers. There database products that will allow to dump the data in the databases without actually having to shutdown your databases. In that case, you would recover from the dumps, not the database data files.
HTH
Marty