- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup & openactive files..with HP UX 10.20..?
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-04-2000 05:15 AM
07-04-2000 05:15 AM
fbackup & openactive files..with HP UX 10.20..?
we seem to have a problem with fbackup in that our Applications need run 24Hrs/Day => we cannon shutdown to do a propper backup.. So as a result any application files which are open are only retried once and then each open file is aborted, thus creating an incomplete backup... Is there options for fbackup to retry files for n number of times before aborting or do other backup packages have better facilities...? I have heard of omiback..but know nothing about it. I would appreciate some information on this if at all possible. Note that some of the open files are D/Base files upto 700MB in size..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2000 05:29 AM
07-04-2000 05:29 AM
Re: fbackup & openactive files..with HP UX 10.20..?
You need to look at maxretries and retrylimit. However, if the file is still active it won't be backed up.
Omniback is a good product, however again it too doesn't like backing up open file. Now if your using Oracle, there are scripts that intergrate with Omniback to allow online backups, so that might be worth considering.
Unless the backup tool can correctly handle your specific open files, the backup isn't worth the tape it's written on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2000 05:34 AM
07-04-2000 05:34 AM
Re: fbackup & openactive files..with HP UX 10.20..?
I believe, however, that you would do well to start considering HP OmniBack, and suggest you start by visiting:
http://www.openview.hp.com:80/products/omnibacknt/index.asp?lvl=choose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2000 05:18 PM
07-04-2000 05:18 PM
Re: fbackup & openactive files..with HP UX 10.20..?
While you could use something simple like dd to bypass the file locks, the resultant backup would be just as corrupt--indexes that point to non-existant records, broken chains, etc. And neither individual files or specific directories can be restored..only the entire physical disk could be restored with dd.
If your database vendor has no suggestions as to backuo strategy for a 24x7 app, you will have to use mirroring to perform the backup. If the database directories are not mirrored, they should be if 24x7 operation is that important. Once mirrored, add a third set of disks and triple mirror the database directories.
To perform a backup, the database must be placed in read-only mode (check with your DB vendor). If this is not possible, the database must be shutdown. Once this is complete, issue the /usr/bin/sync command at least 3 times in a row (to insure the buffer cache is cleared). Now split the 3rd disk from the other two with lvsplit. Once this is done, the database can be put back online. Total downtime = a few minutes.
Now the 3rd disk(s) must be fsck'ed (they were taken out of service in a running system), then mounted to temporary mount point(s). At this point you will have the original data still mirrored plus a 3rd copy of the data mounted at temp mountpoint(s). Backups can now be done at any time including peak hours.
Once the backup is complete, the 3rd disk is reimaged using lvmerge. This technique can be used with any size database. Note that the reimage process takes place in the background but will keep the primary disk quite busy sequentially reading all the data. Plan the reimage period accordingly.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2000 01:24 PM
07-17-2000 01:24 PM
Re: fbackup & openactive files..with HP UX 10.20..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2000 01:40 PM
07-17-2000 01:40 PM
Re: fbackup & openactive files..with HP UX 10.20..?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2000 01:38 AM
07-18-2000 01:38 AM
Re: fbackup & openactive files..with HP UX 10.20..?
Correct me if I'm wrong, that 5 times retry default is only for auto backups created through SAM, and the default for "fbackup" would be something different, am I right?
For Declan, what database you're running? for example in Sybase it allows dynamic backups and I think that should be a popular feature among big name database vendors.
Regards,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2000 03:43 AM
07-18-2000 03:43 AM
Re: fbackup & openactive files..with HP UX 10.20..?
If you run fbackup with the -c option you can specify a config file, with parameters in. Also, by default fbackup uses a builtin config file, that does the same as the default sam one.
Which btw, is pretty useless.
For performance I'd recommend changing :-
blocksperrecord 128
checkpointfreq 256
filesperfsm 2000 (although this depends on how many files you have etc)