- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Patch for Java
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
08-25-2003 06:10 AM
08-25-2003 06:10 AM
below I learned how to get a Java sdk. Thank you very much for the advices to this question. Now I have antother one:
I saw that I need a patch for this sdk (It is PHCO_29109). When I read through the advices on that patch decription site I found a list of dependencies whcih end with the comment that "this update will not affect" my system if these patches are not installed. When I select the PHCO_29109 and after that the other dependent patches, the webinterface tells my that the PHCO_29109 superseeds the choosen patch. Do I understand it right that I do not have to install the patches listed in the dependencies section in this case? As you see I am not so familiar with patching a system therefore an answer to this very basic question would be very helpfull.
Than another question: Do I have to install the patch after the Java sdk or before?
Thanks again and with best regards,
Oliver
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:14 AM
08-25-2003 06:14 AM
SolutionAll of the patches listed as dependencies must either already be on your system, or should be installed with PHCO_29109. Make a list of the ones required, use "swlist -l product |grep -i patch_number" to see if you already have it. If you don't have it, you'll need to download and install that particular patch along with PHCO_29109.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:17 AM
08-25-2003 06:17 AM
Re: Patch for Java
I would install the patches before installing Java.
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:22 AM
08-25-2003 06:22 AM
Re: Patch for Java
is an extensive list of patches that MUST be installed with all dependendcies prior to installation of java.
The best way to go about it is to go to:
http://itrc.hp.com
Patches
HP-UX
Search by patch id
Select the patches and dependencies.
The system will let you create a zipfile patches.zip
download that binary to your system in its own directory.
unzip patches.zip
A create_depot script will unzip.
create_depot(whatever the name precisely is) -d /tmp/depotname.depot
To install(be prepared to boot)
swinstall -x autoreboot=true -x reinstall=false -s /tmp/depotname.depot \*
This will get you ready for your java sdk install.
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
08-25-2003 06:28 AM
08-25-2003 06:28 AM
Re: Patch for Java
get it from here
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_29109&context=hpux:800:11:11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:30 AM
08-25-2003 06:30 AM
Re: Patch for Java
for older java versions (1.3) if you have applied Support plus pack, it will suffice, whereas for recent 1.4.1.03 you need some system patches to be applied, which has been mentioned at the site.