- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar & fbackup
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-02-2005 02:06 PM
11-02-2005 02:06 PM
1. while taking the backup of 25GB file using fbackup, i'm getting an error unable to recognize the volume.i'm sure that the tape is working fine.so what could be the problem.
2. can we take the backup of 25 GB using tar.
if so, what is the max limit using tar.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 02:34 PM
11-02-2005 02:34 PM
Re: tar & fbackup
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.15.1/
I think HP's "tar" will support upto 8 GB with PHCO_28992 applied.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 02:37 PM
11-02-2005 02:37 PM
Re: tar & fbackup
and the unable to read volume could be to do with using a brand new tape.
try fbackup again if it fails post the command you are running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 02:46 PM
11-02-2005 02:46 PM
Re: tar & fbackup
what tape, i.e. DDS2, DDS3,etc were u trying to backup to? which version of UX?
is the 25GB one single file? for tar, there is a limit of 8GB, if u patch, read this:
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079976655
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 03:46 PM
11-02-2005 03:46 PM
Re: tar & fbackup
Without patch - Tar limit is 2Gb.
With Latest tar commulative Patch - 8GB.
No way it can go beyond 8GB.
Why not use CPIO ?
Also the error using fbackup must be depending upon either the media/ drive or the format of media. It shall give the error only for first time.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 04:11 PM
11-02-2005 04:11 PM
Re: tar & fbackup
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=692310
and
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&admit=-938907319+1094806340197+28353475&docId=200000062965761
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 11:33 PM
11-02-2005 11:33 PM
Solutiontar will backup many Gb of directories but the largest file can only be 2Gb. A recent patch for tar on HP-UX will allow files as large as 8 Gb to be saved. tar has very limited error checking so it should be not be used for production backups.
fbackup is a commercial quality backup program and has no limitations for file size. Since it has extensive error checking and recovery features, it will always read the tape before writing it. tar will instantly destroy a backup but fbackup will check that the new tape not a previously recorded tape in the same session. So the message that it can't read the header means that the tape does not have fbackup headers (might be a new tape or a tape with tar headers, etc).
As previously posted in the ITRC forums, you must always use a config file to match modern tape drives. The file should looki like this:
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 500
filesperfsm 2000
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2005 01:53 AM
11-03-2005 01:53 AM
Re: tar & fbackup
Thanks for the response.
hello lee,
we are using DDS3 and version is HPUX 11.11