- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Patch Installation Problem
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
01-29-2006 07:37 PM
01-29-2006 07:37 PM
I have downloded the patches but i'm not able to unzip it. please tell me how do i unzip it. the extention of the patches downloaded are .zip and .tgz
thanks
Rahul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 07:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 07:40 PM
01-29-2006 07:40 PM
Re: Patch Installation Problem
You can use windows winzip itself to unzip them. If this does not help I would recommend to check the checksum for downloaded file to be certain that the file has no coppution before unzipping.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 07:42 PM
01-29-2006 07:42 PM
Re: Patch Installation Problem
In both cases you have to use gunzip.
If the download had problems, the command may not work. I'd recommend you not to download files, but better to download a shell (the last option) and by this shall to download all patches.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 07:45 PM
01-29-2006 07:45 PM
Re: Patch Installation Problem
file
cksum
before doing tar action.
Using .tgz file,
# gunzip filename.tgz
# tar -xvf filename.tar
Using .zip file,
# unzip filename.zip
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2006 07:46 PM
01-29-2006 07:46 PM
Re: Patch Installation Problem
Often downloads from hp's patch database terminate prior to completed download. If you think everything else is good, try the download again. Watch it and make sure it gets to a number that is close to the estimate HP gave prior to the download.
This one often gets me.
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
01-29-2006 07:55 PM
01-29-2006 07:55 PM
Re: Patch Installation Problem
To unzip it: gunzip file.tgz
That should create file.tar
To unzip and untar inline: gzip -dc file.tgz - | tar xf -
That will leave file.tgz unchanged but its contents will be untarred.
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2006 11:24 PM
03-26-2006 11:24 PM