- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot decompress gz file after extracting from ta...
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-05-2008 07:40 PM
08-05-2008 07:40 PM
cannot decompress gz file after extracting from tape
# gzip -d filename (works fine..if not been tar yet)
tar -cvf /dev/rmt/1mnb filename (no error)
tar -xvf /dev/rmt/1mnb filename (no error)
i got this error when trying to gzip the restored file from tape.
pls help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 07:50 PM
08-05-2008 07:50 PM
Re: cannot decompress gz file after extracting from tape
http://www.mkssoftware.com/docs/man1/gzip.1.asp
Also Compress file to save space, but file cannot be used until uncompressed again. This command is often used with tar. Example:-
gzip myfile.dat
Compress the file ``myfile.dat'' and replace it with the compressed file called ``myfile.dat.gz''.
gunzip myfile.dat.gz
Uncompress the file ``myfile.dat.gz'' and replace it with the uncompressed file called ``myfile.dat''.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 07:57 PM
08-05-2008 07:57 PM
Re: cannot decompress gz file after extracting from tape
You first.
> i got this error [...]
You got _what_ error?
Please supply a transcript showing the actual
commands used, with the actual file names,
and the actual error messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 08:01 PM
08-05-2008 08:01 PM
Re: cannot decompress gz file after extracting from tape
u r compressing a file lets say
abc.gz
putting it on tape
restoring it on disk
now it is not decompressing.
M i right.
Is it for everyfiles or a particlular file in tape.
If particular i believe file is currupted in tape,
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 10:27 PM
08-05-2008 10:27 PM
Re: cannot decompress gz file after extracting from tape
u r compressing a file lets say
abc.gz
putting it on tape
restoring it on disk
now it is not decompressing
yes...this is right