- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Backup Options
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-30-2002 02:14 PM
07-30-2002 02:14 PM
1. What is the best way to accomplish this?
2. Will purchasing Online JFS or Omniback II solve my problems?
Thanks in advance.
-Marcos
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 02:24 PM
07-30-2002 02:24 PM
SolutionAs a complicated example, I will use our ERP system. It consists of apllication servers which contain meta-data that describes the actual data in an Oracle database. In this case, even a hot Oracle backup is useless UNLESS the matching meta-data is kept in sync with it.
More than choosing a backup product, you need a backup plan and that involves knowing your particular set of applications.
One thing that OnlineJFS does buy you is the ability to do snapshot mounts. With this, you could shutdown your application(s), make a snapshot mount, and restart the applications. Typical application downtimes are a few minutes (typically under 5 minutes). You then backup the snapshot mounts. You could do something very similar with Mirror/UX by spliting the mirrors.
OmniBack is a pretty good choice because you have the ability to easily add pre and post exec commands to automate all these steps. When used in conjunction with a tape library, you can have fully automated backups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 02:29 PM
07-30-2002 02:29 PM
Re: Backup Options
Both On-Line JFS and omniback seperate in their designs could both be used, On-Line JFS can have snapshot mounts, you could use Mirror/UX to do something similar by splitting the mirrors.
Omniback could also be used to this task, by splitting the mirror as a pre-exec job and re-syncing as a post-exec job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 02:50 PM
07-30-2002 02:50 PM
Re: Backup Options
Modern database programs have a backup or read-only mode. You signal the database master program that a backup is starting and all volatile data in memory is flushed to the files, then no further updates are allowed to the database until the backup is finished. The other feature of modern databases is that in backup mode, changes are still allowed but the details are written to a special file. Then, once the backup is completed, the change file is played back to update the database.
Another option for some database programs is the ability to use mirroring as an instantaneous backup snapshot. More on this later...
Answering the 2nd question first, no, JFS will not help. JFS simply keeps the directories and individual files intact. JFS knows nothing about relationships between data records inside the files. The snapshot feature can be of some use, but the size of the snapshot file is a consideration. OmniBack has a number of plugins for popular database programs that can accomplish this task but if your database is home-grown, OmniBack won't provide any safety for multi-user backups.
One solution that is quite effective is mirroring. If this is important data, it should already be mirrored in realtime, either with a disk array or with Mirror/UX software. However, many disk arrays (and Mirror/UX) provide an option for triple mirroring. The 3rd set of disks provide a way to take the database offline for a few seconds, split off a complete copy, and then go back online. The split 3rd mirror is then fsck'ed and mounted to temporary moutpoints where the data may be backed up at your leisure, often during the middle of the day (no night crew needed to change tapes.
3x disk space? Yes, and it is incredibly cheaper than the alternatives. A backup solution is an insurance policy and to choose the right policy, you start with a value for the data--is it worth one million dollars, or 50 million? Ignore the cost of the computers and disks; that data, should it be lost, could cost your company millions to replace..and that's the figure you use for insurance. Now, a 1% pricetag for triple mirroring looks pretty cheap as insurance goes.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 01:23 AM
07-31-2002 01:23 AM
Re: Backup Options
Just my $0.02.
George