- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Individual Patch Downloads
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
09-14-2000 02:06 PM
09-14-2000 02:06 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 02:37 PM
09-14-2000 02:37 PM
Re: Individual Patch Downloads
FTP the file from your PC to your UNIX server in BINARY mode. This is very important.
Then, on your server, do:
# cd /tmp
# shar PHCO_22100
This will yield two files PHCO_22100.depot and PHCO_22100.text.
Use swinstall to install /tmp/PHCO_22100.depot and all will be well.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 02:51 PM
09-14-2000 02:51 PM
Re: Individual Patch Downloads
BTW, the tail end of the PHXX_nnnn.text file always contains installation instructions, some of which I described above. You can also see them on the WEB if you click on the patch description instead of just starting the download.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 02:56 PM
09-14-2000 02:56 PM
Re: Individual Patch Downloads
and also follow below
ftp unix
bin
put XXXXXXXX
bye
on unix do
sh XXXXXXX
then u get text file and .depot file
do swinstall on .depot file .
good luck
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2000 11:55 PM
09-14-2000 11:55 PM
SolutionFirst remove DOS-Carriage-returns:
dos2ux
Now edit PHCO_22100 an remove from the top lines until the line
# This is a shell archive ....
stands at the top.
After saving you can extract the text and depot file with:
sh PHCO_22100
you get PHCO_22100.text and PHCO_22100.depot
Now you can install with swinstall -s
Regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 05:30 AM
09-15-2000 05:30 AM
Re: Individual Patch Downloads
elm_1020.shar[10]: ^M: not found.
elm_1020.shar[11]: LANG^M: This is not an identifier.
Hope it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 05:49 AM
09-15-2000 05:49 AM
Re: Individual Patch Downloads
Just follow Andreas steps, but leave the bit of editing the file. Mark, the ^M character is removed with dos2ux command as Andres has pointed out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 08:37 AM
09-15-2000 08:37 AM
Re: Individual Patch Downloads
I must have a dead neuron or two. In the steps below, I am doing the FTP in *ASCII* mode, *NOT* BINARY. Here's the way it works for me:
1. Select the patch from the ITRC using a PC browser (IE5).
2. Select download.
3. Click File -> Save As (when download done). I put the patch into my Windows TEMP directory. It saves it with the extension "htm". No matter.
4. I use Chameleon's FTP on my PC. I connect to my UNIX server; cd to /tmp; choose an ASCII transfer in Chameleon and put the file on the UNIX platform.
5. Use vi and CUT the top 6-lines off the patch. Save it. It's still named PHXX_nnnn.htm. No matter.
6. Un-shar the patch ( sh PHXX_nnnn.htm ).
7. Use swinstall with PHXX_nnnn.depot
Sorry for any confusion. Hope this helps you.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 09:58 AM
09-15-2000 09:58 AM