- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup in two different tapes
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
08-21-2007 07:59 PM
08-21-2007 07:59 PM
fbackup in two different tapes
I have two tapes 72 GB (HP DAT72) and 40GB (HP DDS-4).
I have to take backup of 96 GB data and If I start the backup using fbackup with first tape 72GB (HP DAT72).Can I inset the second tape 40GB (HP DDS-4) once it asks for the second tape.
Are both compatible?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 08:24 PM
08-21-2007 08:24 PM
Re: fbackup in two different tapes
Not within one session, you can however use two HP DAT72 tapes, if the first one is full fbackup will ask for a new tape.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 08:38 PM
08-21-2007 08:38 PM
Re: fbackup in two different tapes
You mean to say that once it asks for the second tape I can't use the 40GB tape.?
waiting for ur reply.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 08:40 PM
08-21-2007 08:40 PM
Re: fbackup in two different tapes
as said - if you run fbackup interactively, you're asked to tell the new device file, when the first tape is full.
Also I think it would work to give the second tape device, there's no need to do so, and I think it would confuse.
You only have to change the tape and give the same device file.
But this will not work for an automated backup (with cron).
What do you mean with compatible?
The DAT72 will also read a DAT40 tape, but not versa.
http://www.hp.com/products1/storage/pdfs/media/compatibility.pdf
Please also note, that a DAT 40 has a native capacity of 20 GB and a DAT72 of 36 GB.
Only if your files can be compressed with a 2:1 ratio you can use the highest capacity.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 08:47 PM
08-21-2007 08:47 PM
Re: fbackup in two different tapes
It is compatible, you can use.
Check this out.
http://www.hptapecompat.com/
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 08:55 PM
08-21-2007 08:55 PM
Re: fbackup in two different tapes
sorry, maybe it only works if you use 'tar' to store files at a tape.
If you use 'SAM' for example to backup files (it also uses fbackup) you have to choose the backup device at the beginning, so no chance to change it.
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 09:33 PM
08-21-2007 09:33 PM
Re: fbackup in two different tapes
see 'man fbackup' - you have to tell the device at the beginning.
So if you want to change the device file you could use tar - but fbackup is much better for recovery!
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 10:49 PM
08-21-2007 10:49 PM
Re: fbackup in two different tapes
-f device [ -f device ] ...
"If more than one output file is specified, fbackup uses each one successively and then repeats in a cyclical pattern. "
So your fbackup command will something like this:
fbackup -c configFile -i / -v -f /dev/rmt/1m -f /dev/rmt/2m
(you supply the correct devicefile names for the tapes). When fbackup reaches the end of the first tape, it will automatically use the next tape, and so on per the man page. fbackup does not care at all about mixing the type of tape drives. Always use a config file for maximum performance:
cat fbackup.config
blocksperrecord 4096
records 64
checkpointfreq 4096
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 11:09 PM
08-21-2007 11:09 PM
Re: fbackup in two different tapes
To safely backup 96GB of data, you'll need three DAT72 tapes. Naturally, if this data is important and changing a lot, you'll need several boxes of DAT72 tapes so you can keep older backups for a while.
Bill Hassell, sysadmin