- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fbackup, Tar, Dump
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-26-2000 01:37 AM
07-26-2000 01:37 AM
Fbackup, Tar, Dump
I saw in the man pages that fbackup can give problems if the tape drive and disk drives (that are being backed up) are on the same scsi channel.
any help advice would be appreciated.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 03:20 AM
07-26-2000 03:20 AM
Re: Fbackup, Tar, Dump
1) Can configure backups via SAM
2) Backups can span tapes
3) The ability to do incremental backups
4) Allows remote tape drives
5) Reasonably fast
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2000 11:37 AM
07-26-2000 11:37 AM
Re: Fbackup, Tar, Dump
However, fbackup's default configurable parameters may not be optimal, depending on the average size of your files and desire to speed up recovery at the expense of backup speed/capacity (or vice-versa). I typically modify the following parameters using a config file (-c option to fbackup):
blocksperrecord 128
records 64
checkpointfreq 1024
readerprocesses 2
filesperfsm 1000
(note that filesperfsm is the one that makes a big difference in file restore speed if you are not restoring the whole backup. Bigger ~= slower recovery/more data per tape/slightly quicker backups. I would suggest you test backups with the default parameters, then run them again with the above to see if you get a big enough difference to bother with.)
I would add that you should really use Ignite-UX to make a recovery tape for your system. This will greatly simplify things should you be so unfortunate as to suffer a problem with your boot disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2000 12:51 AM
07-27-2000 12:51 AM
Re: Fbackup, Tar, Dump
In fact I was considering the use of a config file. I will use your values.
I am using fbackup now and one directory constantly gives me the error (on frecover -Nvxf) active / unrecoverable error.
Now this when fbackupp this drive along with others. When I do this drive all on it's own under the very same conditions, then the backup happens fine !!!!!!!!!!!!!!!!!!.
The file s being backed up are not huge to overrun the tape.
My concerns with fbackup arose as a result of this strange UFO like behaviour.
Thanks again for the detailed reply .Please let me have your thoughts on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2000 10:40 AM
07-27-2000 10:40 AM
Re: Fbackup, Tar, Dump
tar and cpio are excellent tools for small amounts of data, but they are not recommended for large-scale backups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2000 11:54 AM
07-29-2000 11:54 AM
Re: Fbackup, Tar, Dump
1) Check that you have the latest fbackup/frecover patch installed, or the most recent one whose issues apply to your machines.
2) use the -i option of fbackup to create an on-disk index of your backup. The index file on the front of the tape is only what fbackup INTENDS to backup. The index file is created AFTER the backup completes, and is a record of what has actually been backed up. BTW, gzip will compress it by a factor of at least 10 if you want to keep a few lying around.
3) if you have a specific failure scenario, attach the command-line being executed, any unusual error messages in their entirety, and any supporting information (bdf, swapinfo, ll, etc...) that might be pertinent. Sometimes a seemingly innocuous bit of information provides the key.