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
11-15-2001 01:41 PM
11-15-2001 01:41 PM
I recently bought a HP 6x40 autoloader and a) Fbackup doesn't work with that device and b) the tapes don't change automatically and c) the software doesn't come with a version for HP-UX 11.0.
Any advice on where to start with this problem? Thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:44 PM
11-15-2001 01:44 PM
Re: fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:44 PM
11-15-2001 01:44 PM
Re: fbackup
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:46 PM
11-15-2001 01:46 PM
SolutionMost folks, when buying a autoloader like that, also invest in 3rd party backup software that knows how to handle jukeboxes. HP-UX doesn't know that by itself.
Some of the more popular products:
HP OmniBack
Legato Networker
Veritas Netbackup
I would advise looking at one of these. The beauty of most of these is that you will see better throughput because they can utilize multiple tape drives at once to get your data written to tape faster. fbackup can only handle one tape drive at a time, unless you split your fbackups into completely separate jobs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 01:57 PM
11-15-2001 01:57 PM
Re: fbackup
I am just going to take all your advice and get omniback.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2001 02:02 PM
11-15-2001 02:02 PM
Re: fbackup
The others have basically given you the
information on alternative backup software
and I completely agree. On one system we
use a small script to load and remove tapes
at varying times of the day using 'mc'
I've attached it here for your convenience.
Only problem I can see is that if that tape
fills up your toast.
If you haven't done so, you will still need
to setup the robotics as well. See the link below
on how.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x55e2f715edc6d5118ff10090279cd0f9,00.html
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 01:52 PM
11-16-2001 01:52 PM
Re: fbackup
Unfortunatly the tape does fill up and I need something to change it when it is full. Any other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 09:55 PM
11-16-2001 09:55 PM
Re: fbackup
we use the following to check status and load tapes
mc -p /dev/rmt/0pick -r DS - to see the status of the Autoloader drive & slots - will display either FULL or EMPTY
mc -p /dev/rmt/0pick -s S3 -d D1 - this will move a tape from slot 3 to the drive. To perform the reverse, use the following:
mc -p /dev/rmt/0pick -s D1 -d S3
We have entered this code into our backup scripts to check tapes loaded, load tapes, clean drives etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2001 04:34 PM
11-17-2001 04:34 PM
Re: fbackup
However, fbackup has no code to handle autoloaders which are special devices. There is no magtape command to control the robot. That's the job of the mc command (you may need a patch for really old versions of HP-UX).
The designers of fbackup recognized that special handling is necessary when the end-of-tape is encountered and that's the job of the chgvol script (man fbackup). This script will be run each time the EOT is seen. You specify the chgvol script in the config file for fbackup (NEVER run fbackup without a config file--the defaults are not correct for DDS and DLT drives).
If you need script that loads a specific tape into the drive, get a copy of loadmedia (and also autosum). These demonstrate the use of the mc command. Get a copy from:
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/coolscripts/
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 06:41 AM
11-19-2001 06:41 AM
Re: fbackup
(NEVER run fbackup without a config file--the defaults are not correct for DDS and DLT drives).
This might be the problem. Where can I find information on configuring fbackup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2001 07:08 AM
11-19-2001 07:08 AM
Re: fbackup
The 'fbackup' configuration parameters are enumerated in the man pages for 'fbackup'. A default set is used if the 'config' file is absent, and are non-optimal.
I don't have any magic values for you to use. I like blocksperrecord=64 or 128 with a checkpointfreq=128 or 256 accordingly. The 'blocksperrecord' parameter has generally been shown to have the biggest impact with the 'checkpointfreq' also being important. I'd rather gain speed during backup and sacrifice it during recovery, so I don't worry too much about the parameters like 'filesperfsm'. Three to five retries for busy files is more than enough.
An excellent document is #B00000196 "Understanding Fbackup/Frecover and Optimizing Backup Performance". I've attached it for your convenience.
Regards!
...JRF...