- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- update java for DST on-the-fly
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
02-23-2007 06:26 AM
02-23-2007 06:26 AM
update java for DST on-the-fly
basically can "tzupdater.jar" be executed against java while processes are running? ...and then instead of restarting all the java processes maybe send a HUP signal or something to them to refresh them of these TZ updates?
yes, i know its documented to stop all java processes before using "tzupdater.jar" ...just curious if others have found another way to update without killing the processes or killing the processes after doing the update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 07:19 AM
02-23-2007 07:19 AM
Re: update java for DST on-the-fly
Been doing java1.4 on quiet systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 11:04 AM
02-23-2007 11:04 AM
Re: update java for DST on-the-fly
1) i have ben addressing 1.4.x installs
2) i was able to execute "tzupdater.jar" successfully while java processes were running
3) on a few servers, as an experiment, i did not restart the java processes. my assumption is that most likely they will correctly do DST on march 11 since basically only the DST rules have changed (.../lib/zi) and not how they are referenced by the java classes ...and we are still using a TZ that has not changed in name.
4) i think SUN to cover all environments has to tell users to stop java, update java, start java.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2007 05:06 AM
02-24-2007 05:06 AM
Re: update java for DST on-the-fly
The dstivp tool will run through the system and do checks on the OS patching, java updates, and some libraries.
The java checking is useful. Will identify the installed javas' on the system and report the version. It checks the DST info of the respective java version.
As an idea, you could run the tzupdater on java1.4 while live and then run this dstivp tool to see if the updates have been put in place and are recognized.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 11:29 AM
02-26-2007 11:29 AM
Re: update java for DST on-the-fly
also i tested the update by simply running ".../jre/bin/java -jar tzupdater.jar -V" afterwards
bottom line is that for our Java environment it was possible to update on-the-fly without impacting production (no need for killing java in advance) and seemingly allow current running java processes to see the new TZ vaules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 02:28 AM
03-01-2007 02:28 AM
Re: update java for DST on-the-fly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 01:28 PM
03-01-2007 01:28 PM
Re: update java for DST on-the-fly
While it might work for java, the aC++ parts are particular to HP-UX