HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fbackup and DLT Autoloaders
Operating System - HP-UX
1827218
Members
2144
Online
109716
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-06-2001 03:50 PM
06-06-2001 03:50 PM
Fbackup and DLT Autoloaders
I recently installed multiple patches to get fbackup to work with my new DLT Autoloader. I read that I need to use "tcio" with fbackup to "buffer up" when data is going to the device. I just want to know the correct commands to backup to using fbackup to my new autoloader. Does anyone know?
Secondly, I am having difficulty backing up more then one "graph" to the same DLT. Usually, I use device /dev/rmt/1m for the first graph, then /dev/rmt/1mn for the following. However, when I tested frecover, it only sees the last graph I backedup. The "mt" command to rewind isn't working either. Any suggestions?
Does anyone have any good HPUX books that they recommend? Something with details of backuping using fbackup?
Secondly, I am having difficulty backing up more then one "graph" to the same DLT. Usually, I use device /dev/rmt/1m for the first graph, then /dev/rmt/1mn for the following. However, when I tested frecover, it only sees the last graph I backedup. The "mt" command to rewind isn't working either. Any suggestions?
Does anyone have any good HPUX books that they recommend? Something with details of backuping using fbackup?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2001 06:28 PM
06-06-2001 06:28 PM
Re: Fbackup and DLT Autoloaders
Not sure what document you are reading but there are several errors. First, tcio has been obsolete for many, many years. It was never designed for any modern tape drive, definitely not for DLT's. It exists to support the long-obsolete CS-80 tape cartridges that had random access, similar to disks with a whopping 67 to 132 megs maximum per tape.
fbackup, like commercial quality backup programs, does not allow appending multiple backups on a single tape. This is due to the design of these tools which always puts a complete directory listing at the beginning of every tape. Concatenating multiple backups is a very common way to destroy good data or to lose it. If you can afford a DLT drive, your data is obviously very valuable and needs a reliable backup strategy.
If a second tape is required, there are two choices: Use 2 (or more) tape drives and specify all of them with multiple -f options, or write a chgvol script which calls the mc command to change the tapes.
The mt command works fine but be sure to read the man page about the (bizarre) behavior os AT&T device files versus Berkely style. You can certainly use mt to space forward, but fbackup ALWAYS rewinds the tape before writing due to the design mentioned before. The reason that you saw only the last backup was that fbackup overwrote the previous backup. fbackup incorporates some rudimentary checking of the tape label to prevent overlaying the first tape with data destined for an additional tape.
fbackup works fine for DLT's with the latest patches. However, with all modern tape drives (DDS, Exabyte and DLT), you MUST use a configuration file to specify reasonable record sizes, reader programs, checkpoint and fast search frequencies. Here is a sample config file:
blocksperrecord 128
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 10
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
chgvol $HOME/chgvol.sh
error $HOME/error.log
The last two files should be adjusted to fit your system.
As far as documents, start by bookmarking: docs.hp.com and search for the word: fbackup
Bill Hassell, sysadmin
fbackup, like commercial quality backup programs, does not allow appending multiple backups on a single tape. This is due to the design of these tools which always puts a complete directory listing at the beginning of every tape. Concatenating multiple backups is a very common way to destroy good data or to lose it. If you can afford a DLT drive, your data is obviously very valuable and needs a reliable backup strategy.
If a second tape is required, there are two choices: Use 2 (or more) tape drives and specify all of them with multiple -f options, or write a chgvol script which calls the mc command to change the tapes.
The mt command works fine but be sure to read the man page about the (bizarre) behavior os AT&T device files versus Berkely style. You can certainly use mt to space forward, but fbackup ALWAYS rewinds the tape before writing due to the design mentioned before. The reason that you saw only the last backup was that fbackup overwrote the previous backup. fbackup incorporates some rudimentary checking of the tape label to prevent overlaying the first tape with data destined for an additional tape.
fbackup works fine for DLT's with the latest patches. However, with all modern tape drives (DDS, Exabyte and DLT), you MUST use a configuration file to specify reasonable record sizes, reader programs, checkpoint and fast search frequencies. Here is a sample config file:
blocksperrecord 128
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 10
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
chgvol $HOME/chgvol.sh
error $HOME/error.log
The last two files should be adjusted to fit your system.
As far as documents, start by bookmarking: docs.hp.com and search for the word: fbackup
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP