- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- online Full system backup procedure ?
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
08-05-2004 07:58 PM
08-05-2004 07:58 PM
online Full system backup procedure ?
Until now we stoped cluster mounted shared array to last active node and performed fbackup on both. Now we cannot stop package and we are looking for procedure how to do flackup without stopin cluster.
Do you have any tips ??
Thank you Petr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:03 PM
08-05-2004 08:03 PM
Re: online Full system backup procedure ?
fbackup will not save open files so you cannot do it safely
If the array is mirrored then you could break the mirror and backup up the copy and then rebuild the mirror
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:10 PM
08-05-2004 08:10 PM
Re: online Full system backup procedure ?
We can combine this online backup with full system backup.
I think of procedure like this.
1. Ignite backup VG00
2. Full system backup binaries all
3. Online backup database.
Than restore 1.2.3
Using mirror brake is good idea but does it solve the problem with opened files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:31 PM
08-05-2004 08:31 PM
Re: online Full system backup procedure ?
2. Full FS (OS binaries and DB files) can be taken using mirror brake. If possible this should be an offline backup (after shutting down the database for a moment).
3. Database has to be ARCHIVELOG mode (at least production system) for taking online backup. In this backups one need to ensure the safty of archive log files for complete database recovery.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:45 PM
08-05-2004 08:45 PM
Re: online Full system backup procedure ?
Maybe you need to investigate in some additional products like Omniback/Legato, in combination with an online backup/restore facility for Oracle like rman.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 08:50 PM
08-05-2004 08:50 PM
Re: online Full system backup procedure ?
But does anyone know procedure to do it without any outage?
Concerning Omniback : yes we allready thought of this solution but this is moreless centralized and we have 7 cluster in different places in our country. We cannot transfer big amount of data via network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 09:02 PM
08-05-2004 09:02 PM
Re: online Full system backup procedure ?
1. Shutdown the database.
2. Resync the Business Copy volumes (BC). BC is used in XP kind of arrays.
3. Split the mirror once the volumes are in PAIR.
4. Startup the database.
5. Take FS backups of the mirrored volumes.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 09:34 PM
08-05-2004 09:34 PM
Re: online Full system backup procedure ?
if you can't stop the cluster then
1.Break the mirror
2.perform the full backup(fbackup wouldn't backup opened files)
3. recreate the mirror.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 10:21 PM
08-05-2004 10:21 PM
Re: online Full system backup procedure ?
If you find solution for backuping server withou stopping package.
Do you know what are the backup/restore steps for common DB cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 11:48 PM
08-05-2004 11:48 PM
Re: online Full system backup procedure ?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=304987
Some links from Net:
http://www.cise.ufl.edu/help/database/oracle-docs/rac.920/a96596/backup.htm#470925
http://ftp.support.veritas.com/pub/support/products/Database_Edition_for_Oracle/dbed_212_dbag_240500.pdf
sks