<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic update java for DST on-the-fly in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950499#M290201</link>
    <description>is it possible to update a java install for DST without having to restart java processes?&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 23 Feb 2007 14:26:51 GMT</pubDate>
    <dc:creator>Marc Ahrendt</dc:creator>
    <dc:date>2007-02-23T14:26:51Z</dc:date>
    <item>
      <title>update java for DST on-the-fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950499#M290201</link>
      <description>is it possible to update a java install for DST without having to restart java processes?&lt;BR /&gt;&lt;BR /&gt;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?&lt;BR /&gt;&lt;BR /&gt;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&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Feb 2007 14:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950499#M290201</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2007-02-23T14:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: update java for DST on-the-fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950500#M290202</link>
      <description>With the tzupdater for java1.3 you can do on the fly. Use the "-s" option.&lt;BR /&gt;&lt;BR /&gt;Been doing java1.4 on quiet systems.</description>
      <pubDate>Fri, 23 Feb 2007 15:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950500#M290202</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2007-02-23T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: update java for DST on-the-fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950501#M290203</link>
      <description>more information:&lt;BR /&gt;&lt;BR /&gt;1) i have ben addressing 1.4.x installs&lt;BR /&gt;2) i was able to execute "tzupdater.jar" successfully while java processes were running&lt;BR /&gt;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.&lt;BR /&gt;4) i think SUN to cover all environments has to tell users to stop java, update java, start java.</description>
      <pubDate>Fri, 23 Feb 2007 19:04:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950501#M290203</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2007-02-23T19:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: update java for DST on-the-fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950502#M290204</link>
      <description>There is a recent release of a tool that HP put out called 'dstivp'. This tool is unsupported. HP will do nothing to support.&lt;BR /&gt;&lt;BR /&gt;The dstivp tool will run through the system and do checks on the OS patching, java updates, and some libraries.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 24 Feb 2007 13:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950502#M290204</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2007-02-24T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: update java for DST on-the-fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950503#M290205</link>
      <description>&lt;!--!*#--&gt;rick, i did use that utility (dstivp_11_v012.tar.gz) as you suggested and it tested fine ...i included it here for others to easily access.&lt;BR /&gt;&lt;BR /&gt;also i tested the update by simply running ".../jre/bin/java -jar tzupdater.jar -V" afterwards&lt;BR /&gt;&lt;BR /&gt;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</description>
      <pubDate>Mon, 26 Feb 2007 19:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950503#M290205</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2007-02-26T19:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: update java for DST on-the-fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950504#M290206</link>
      <description>Is there a similar tool available (dstivp_11_v012.tar.gz) for Solaris? Where did this tool come from?&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Mar 2007 10:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950504#M290206</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2007-03-01T10:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: update java for DST on-the-fly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950505#M290207</link>
      <description>&amp;gt;Nelson:  Is there a similar tool available for Solaris?&lt;BR /&gt;&lt;BR /&gt;While it might work for java, the aC++ parts are particular to HP-UX</description>
      <pubDate>Thu, 01 Mar 2007 21:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/update-java-for-dst-on-the-fly/m-p/3950505#M290207</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-03-01T21:28:12Z</dc:date>
    </item>
  </channel>
</rss>

