- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error while unzipping--urgent
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
10-13-2005 05:24 AM
10-13-2005 05:24 AM
I am trying to clone an oracle apps on HP-UX 11.11.I made 5 big tar files(each more than two GB) and zipped them with this command
tar cvf
Took the backup on a DDS3 tape with tar command with following command
tar -cvf /dev/rmt/1m
then i took these files on destination server.I restored these file with following command
tar -xvf /dev/rmt/1m
Now i am trying to unzip and untar these files using the following command
unzip
After unziping for 2 gb,the system shows a write error disk full.
I have checked following things already
1) The large files option is enabled for the volume.
2) There is lot of space for the file so no space problem.
3) The ulimit is unlimited.
Please tell where i m wrong and why i am getting this error and how to solve this problem.
Bhushan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 05:59 AM
10-13-2005 05:59 AM
Re: error while unzipping--urgent
Did you try using gunzip instead ?
There is some good information on the FAQ section of this page:
http://www.gzip.org/
about the file sizes of .gz archives I believe
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 06:11 AM
10-13-2005 06:11 AM
Re: error while unzipping--urgent
The standard JFS/vxfs filesystem in HP-UX also has that limiation.
You can patch tar/gzip to get the limit up to at least 8 GB.
You can use fsadm to enable largefiles on a filesystem if its beg enough and newfs if you don't care about what data is on it.
Based on your post I'd say your zip utilities need to be patched.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 04:19 PM
10-13-2005 04:19 PM
Re: error while unzipping--urgent
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.15.1/
# tar -zxvf
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2005 04:30 PM
10-13-2005 04:30 PM
Solutionhttp://www2.itrc.hp.com/service/patch/patchDetail.do?admit=-1335382922+1129264156930+28353475&BC=patch.breadcrumb.main%7Cpatch.breadcrumb.pdb%7Cpatch.breadcrumb.search%7C&patchid=PHCO_29229&context=hpux%3A800%3A11%3A00
-Arun