- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Urgent !!! restore data failed!!!
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
04-27-2002 05:12 AM
04-27-2002 05:12 AM
Urgent !!! restore data failed!!!
I want to create a TAR file for 6GB data in dir ./work. I use the command "tar cvf work.tar ./work",
everything seems fine at first. because my filesystem only supports 2GB large per-file, so
when the work.tar reached 2GB, it ask me to add new device, then I touched a new null file named
work1.tar, it went on to write the data into file work1.tar. by this way, at last I get three files
named: work.tar, work1.tar and work2.tar.
when I use the command "tar xvf work.tar" to extract, 2GB data restored fine, but at the end
of the untar action, an error occur:
Tar: error! blocksize changed
then untar stoped.
So I can only extract the first 2GB files. I attempt some other way:
upgrade the filesystem to support larger then 2GB per-file, then cat the work.tar, work1.tar,
work2.tar to one file work_all.tar. then I extract from the work_all.tar file, no error occured
but I still only can extract first 2GB data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2002 05:34 AM
04-27-2002 05:34 AM
Re: Urgent !!! restore data failed!!!
hi
tar will support only 2 GB size..if u want new tar which will support more athn 2 GB file size u can download it fm hpux porting site http://hpux.ee.ualberta.ca/
and install it on ur server
CTK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2002 06:10 AM
04-27-2002 06:10 AM
Re: Urgent !!! restore data failed!!!
http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/
also add the latest gzip:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.3/
and look for other utilities like "lsof"
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 12:49 AM
04-29-2002 12:49 AM
Re: Urgent !!! restore data failed!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 01:07 AM
04-29-2002 01:07 AM
Re: Urgent !!! restore data failed!!!
The piping idea seems the way to go.
We use to this during the export of Oracle databases by piping the export data into a .dmp-file through a pipe file created with mkfifo. If you ned more details, let us know.
Rgds
Alexander M. Ermes