- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Quick Patch install help
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-04-2002 10:18 AM
01-04-2002 10:18 AM
I have never installed an individual patch before. What is the procedure? I tried swinstall but it doesn't see anything without a .depot at the end. Please help me out.
p.s. I'm really good at assigning points. ;)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:22 AM
01-04-2002 10:22 AM
Re: Quick Patch install help
In the swinstall screen, use the software source as local directory, give the name of the server or ip address and in the software path, mention the path to the depot file, for eg.: /tmp/some_file.depot if the depot file some_file.depot is in /tmp.
give it a try.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:23 AM
01-04-2002 10:23 AM
Solutionsh PHCO_23456
you will get
PHCO_23456.depot and 23456.txt
then swinstall -s hostname:/`pwd`/PHCO_23456.depot
That should work for you.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:24 AM
01-04-2002 10:24 AM
Re: Quick Patch install help
You have to enter the complete path in the swlist window. For eg: if the patch is in /tmp/patch_name.tar, then you need to enter "/tmp/patch_name.tar" in the source path.
Also untar (tar -xv)and unzip (gunzip) if the patch bundle is in compressed format.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:25 AM
01-04-2002 10:25 AM
Re: Quick Patch install help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:28 AM
01-04-2002 10:28 AM
Re: Quick Patch install help
This may seem like a cop out but every patch has a text file as part of the shar file you download. You can also view the text on the ITRC. In the text file there are installation instructions as well as dependencies, pre-requisites, specific installation instructions, whether a reboot is required, etc.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:32 AM
01-04-2002 10:32 AM
Re: Quick Patch install help
http://us-support.external.hp.com/wpsl/bin/doc.pl/sid=39ef2eb50bcef51d3b
Enter the patch name here and the text file will be displayed.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 10:32 AM
01-04-2002 10:32 AM
Re: Quick Patch install help
If you have downloaded the patch from HP site, then do
# sh patch_name
this will give you a *.depot file and a *.txt file. Open swinstall and give full path of *.depot file.
See this also:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=844f9065089409a018/screen=ckiDisplayDocument?docId=400000000245460
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2002 11:48 AM
01-04-2002 11:48 AM
Re: Quick Patch install help
Thanks everyone for your help I got it installed and working!