issues with java tool from HP - HPjconfig


 
Thread Tools Search this Thread
Operating Systems HP-UX issues with java tool from HP - HPjconfig
# 1  
Old 12-28-2007
issues with java tool from HP - HPjconfig

is anyone familiar w/HPjconfig?

here is a link to hpjconfig:
HP Unix - Java - HPjconfig Overview & Features

The tool complains about patches that have already been addressed (superseded patches).

# /opt/java1.4/bin/java -jar ./HPjconfig.jar -nogui -patches -listmis
Log written to HPjconfig_myBOX_20071228_105132.log
List of missing patches:
PHCO_33282 solves severe performance degradation with large numbers of threads.
PHCO_33282 solves pthread synchronization causing hangs. must install starting with 1.3.1.11, 1.4.1.03, 1.4.2.00, 5.0..
PHKL_34309 supports executing HotSpot across NFS.
PHKL_34309 supports executing HotSpot across NFS.
PHKL_35281 supports executing HotSpot across NFS.
PHKL_34309 solves hangs in Java apps with large numbers of threads.
PHKL_34309 solves severe thread performance problems in Java apps with large numbers of threads. supports Solaris-like semantics for concurrent close (thread interrupt).
PHKL_35281 solves thread problems that degrade Java apps with large numbers of threads.
PHKL_34309 supports compiler save points and on stack replacement in 64bit HotSpot in 1.4, 5.0.
PHKL_32927 fixes 64-bit Java process hang when returning from a call to a JNI function.
PHNE_34938 supports executing HotSpot across NFS.
PHNE_34777 supports Solaris-like semantics for concurrent close (Streams).
PHNE_34672 solves socket problems that may cause hangs. must install starting with 1.4.2.06, 5.0.. supports Solaris-like semantics for concurrent close (transport). supports connected datagram sockets.
PHSS_35379 solves problem with dld while loading native libraries for class ServerSocket. enables LD_PRELOAD_ONCE.


how do I update the tools patch list?
thanks,
manny



help options:
# /opt/java1.4/bin/java -jar ./HPjconfig.jar -nogui -help

usage:
HPjconfig [ options ] -gui
HPjconfig [ options ] <object> <action>

objects: -patches &| -tunables
actions: -listreq | -listmis | -listpres | -apply

options:
-patches operate on java-specific patches
-tunables operate on java-specific tunables
-listreq list all java required patches or tunables that are applicable to this system
-listmis list missing java-specific patches or tunables on the system
-listpres list applied (installed) java-specific patches or tunables on the system
-apply apply (install) missing java-specific patches or tunables on the system
-javavers s java versions for selecting patches e.g 1.2, 1.3, 1.4, 5.0
-[no]gui run in GUI mode
-logfile s name of log file
-proxyhost s HTTP proxy host name for accessing live data
-proxyport s HTTP proxy port for accessing live data
-help show help string and exit
-version show version string
# 2  
Old 12-28-2007
I don't use this tool. But click the link you provided, then click the FAQs, then read the 3rd question. Also read the answer.
# 3  
Old 12-28-2007
thanks Perderabo Smilie
hny,
manny
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Rsync through java program - issues with remote connection failure

Hi Everybody, I am running rsync through my java application. The Java application will sync the files with remote machine. During our connection failure testing we noticed an issue running rsync through java program. The java application which is running at source side is not receiving any... (2 Replies)
Discussion started by: MVEERA
2 Replies

2. Programming

Migrating Java Gui tool from CLI to web

Hi Experts, I am practically with nil knowledge of java. I have this new requirement i would like to explore. there is this java base GUI application which loads GUI and lets user select a file. GUI is initiaited by following CLI java -Xms1024m -Xmx1024m -cp... (1 Reply)
Discussion started by: mtomar
1 Replies
Login or Register to Ask a Question