HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Backup using DDS1 with fback/frecover
Operating System - HP-UX
1834149
Members
2155
Online
110064
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
Go to solution
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
07-20-2001 06:16 AM
07-20-2001 06:16 AM
Is there anyway to use these commands (Fbackup/frecover) and span tapes in an unattended backup session using a DDS1 Autodat Tape Drive?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 07:03 AM
07-20-2001 07:03 AM
Solution
Hi Roger,
It has been a while since I used fbackup/frecover, but I use to use /usr/sam/lbin/br_backup to backup my systems. It uses fbackup. There is an option you can pass to fbackup to tell it what to do when an end of tape is encountered. If you pass it
mt -t /dev/rmt/??? offl
the autodat will load the next tape.
However, I do not know of any command to move backwards. ie move from tape 2 to tape 1. This only works to move from tape 1 to tape 2.
Hope this helps.
...jcd...
It has been a while since I used fbackup/frecover, but I use to use /usr/sam/lbin/br_backup to backup my systems. It uses fbackup. There is an option you can pass to fbackup to tell it what to do when an end of tape is encountered. If you pass it
mt -t /dev/rmt/??? offl
the autodat will load the next tape.
However, I do not know of any command to move backwards. ie move from tape 2 to tape 1. This only works to move from tape 1 to tape 2.
Hope this helps.
...jcd...
If I had only read the instructions first??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 07:37 AM
07-20-2001 07:37 AM
Re: Backup using DDS1 with fback/frecover
Thanks Joe......your answer put me on the right track.
Roger
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 03:48 PM
07-20-2001 03:48 PM
Re: Backup using DDS1 with fback/frecover
fbackup has (and you must always use) a config file which can define the action to take place at the end of tape. In the config file, put the keyword chgvol followed by the FULL pathname of a script that will change your tape(s). The command to use for changing tapes is mc.
A sample script called loadmedia is available from:
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/coolscripts/
Get a copy of loadmedia and also autosum. Be sure to set the env variable LIBRARY=/dev/rmt/xx where xx is your robotic arm or picker device file.
Always use a config file for fbackup (the -c option) as the record sizes and other parameters are far too small for today's tape drives:
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 4
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
chgvol /usr/contrib/bin/chgvol.cmd
error /var/adm/fbackuperr.log
Bill Hassell, sysadmin
A sample script called loadmedia is available from:
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/coolscripts/
Get a copy of loadmedia and also autosum. Be sure to set the env variable LIBRARY=/dev/rmt/xx where xx is your robotic arm or picker device file.
Always use a config file for fbackup (the -c option) as the record sizes and other parameters are far too small for today's tape drives:
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 4
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
chgvol /usr/contrib/bin/chgvol.cmd
error /var/adm/fbackuperr.log
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP