- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error in a patch download from itrc site
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
12-25-2001 10:26 PM
12-25-2001 10:26 PM
I am trying to download the patch required for SAM . But it is getting saved as ".html" file and I am not able to retrieve it. I am downloading it from the url
ftp://ftp.itrc.hp.com/hp-ux_patches/s700_800/10.X/.
PL suggest.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2001 10:55 PM
12-25-2001 10:55 PM
SolutionJust rename downloaded file with the .html extension to without the .html extension. Subsequently, execute to unshar the file to extract a readme file with extension .text and the depot file with extension .depot for installation:
# sh PHCO-XXXXX
x - PHCO-XXXXX.text
x - PHCO-XXXXX.depot
Read the text file for any dependency patches required and other requisites such as automatic reboot etc.
Then install via the command swinstall ie. execute:
# swinstall -s ./PHCO-XXXXX.depot
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2001 11:22 PM
12-25-2001 11:22 PM
Re: error in a patch download from itrc site
Right click on the link an use "Save Link As" (Netscape) or "Save Target As" (IE) to save the patch.
Then copy this patch on your server on /tmp.
Then :
# cd /tmp
# sh PHYY_XXXXX (will extract a depot)
# swinstall -s /tmp/PHYY_XXXXX
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 12:59 AM
12-26-2001 12:59 AM
Re: error in a patch download from itrc site
Thanks.
I am through with ur suggestions but could pl let me know what does this "shar" files are. I am little bit curious about "shars".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 01:04 AM
12-26-2001 01:04 AM
Re: error in a patch download from itrc site
shar make a shell archive pakage :
The shar command bundles the named files and directories into a single distribution package suitable for mailing or moving. The files can
contain any data, including executables. The resulting package, written to standard output, is a shell script file that can be edited.
More informations using man shar.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 01:05 AM
12-26-2001 01:05 AM
Re: error in a patch download from itrc site
shar is a command that allows you to create an installation depot.
Direct from the man page, the shar command bundles the named files and directories into a single distribution package suitable for mailing or moving. The files can contain any data, including executables. The resulting package, written to standard output, is a shell script file that can be edited (to add messages at the beginning, etc.).
To unpack package, use the sh(1) command with the package name as an argument as follows:
sh package
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 01:09 AM
12-26-2001 01:09 AM
Re: error in a patch download from itrc site
I made a typo:
shar is not a command that allows you to create an installation depot.
It is a command that allows you to shell archive files together (somewhat alike tar etc except that files are not compressed) and you can use simply the shell (which comes with the system) to extract the files.
Hope this helps. Regaqrds.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.branibench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 06:29 PM
01-30-2006 06:29 PM
Re: error in a patch download from itrc site
This Bundles contain
HWENABLE11i - B.11.11.0509.430
GOLDAPPS11i - B.11.11.0509.429
GOLDBASE11i - B.11.11.0509.429
I have installed HWENABLE11i - B.11.11.0509.430.
I am not able to download this two.
GOLDAPPS11i - B.11.11.0509.429
GOLDBASE11i - B.11.11.0509.429
Actual size is 492250kb & 492250 kb.
But download size is max 365000kb only.It is not fully download.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 06:52 PM
01-30-2006 06:52 PM
Re: error in a patch download from itrc site
If you are downloading a shar file, please do dos2ux on shar file after copying to hp-ux box
eg: # dos2ux sharfile > sharfile1
The problem is caused when a shar file is downloaded to a pc. The pc places pc style end of lines in the file. The ^M is a visual representation of the line feed not needed on unix.
Regards,
Shameer