DESCRIPTION
|
Revision #
|
Revision Date
|
Revision Details
|
|
2
|
03/01/07
|
Clarification of commands
|
|
1
|
02/01/07
|
Original Document Release
|
In 2007, the beginning and ending dates for Daylight Saving Time (DST) in the United States will change to comply with the Energy Policy Act of 2005. Under the new law, Daylight Saving Time will begin on the second Sunday of March and end on the first Sunday of November, extending the timeframe by four weeks. Due to this DST change, operating system and application software updates might be required to ensure that the system clock on HP products is accurate.
This is not unique to HP products. All devices that automatically adjust for Daylight Saving Time and support operating systems or software relying on a local time zone that observes DST will be affected by the 2007 DST change.
|
2006
|
2007
|
|
US DST Start
|
US DST End
|
US DST Start
|
US DST End
|
|
First Sunday in April
|
Last Sunday in October
|
Second Sunday in March
(3 additional weeks)
|
First Sunday in November
(1 additional week)
|
|
2 April 2006
|
29 October 2006
|
11 March 2007
|
4 November 2007
|
Several other countries, including Canada and Bermuda, are implementing the same DST change, and other countries are expected to make similar changes. For a complete listing of the World Wide Daylight Saving time schedule and which countries are changing DST schedules along with the US, go to the following URL:
http://webexhibits.org/daylightsaving/g.html
SCOPE
This document outlines the actions needed for HP OpenView Storage Area Manager (HP OpenView SAM). For information on the US 2007 Daylight Saving Time Changes for HP products not addressed in this communication, go to the following URL:
http://www.hp.com/go/dst
DETAILS
Businesses and individuals whose environments are sensitive to date and time transactions and utilize a local time zone might be impacted by changes in the Daylight Saving Time rules. Some applications perform date and time manipulation and can make automatic decisions based on Daylight Saving Time rules.
Major operating systems, including HP-UX, Windows, Solaris, and Linux, are affected by changes in DST rules and have patches available. These patches can be obtained from your OS vendor. In addition, applications that depend on the Java Runtime Environment (JRE) are also affected because the JREs refer to inbuilt DST rules. Major JRE vendors have released an updater that can be used to update their installed JREs with the new DST rules.
HP OpenView SAM (OVSAM) is a Java based application that redistributes JREs whose DST rules do not comply with the United States Energy Policy Act of 2005. These non compliant JREs are deployed on the HP OpenView SAM Management Server, Client, Manager of Managers (MoM) and the Host Agents.
HP recommends that the entire OVSAM operating environment be updated with the new DST rules using vendor specific JRE updaters and patch updates to operating systems.
The impact of not updating or partially updating the OVSAM operating environment would result in inconsistencies in scheduled data collections, billing, reporting, event handling, and logging, where the actual execution or time reported will be one hour off from the time intended. This impact will be experienced only during three weeks in March and one week in November, starting in 2007.
For instructions on how to update the DST rules of JREs for your currently installed version of HP OpenView SAM, refer to Appendix - Instructions to update JREs redistributed by HP OpenView SAM, included below.
NOTE: The procedure for updating the JRE patches detailed in the appendix is applicable for both HP OpenView SAM 3.1 and HP OpenView SAM 3.2. However, for the JREs redistributed by HP OpenView SAM for HP-UX 11.20 and 11.23 on PA-9000 hosts for HP OpenView SAM 3.1, there are no DST updaters available.
Appendix - Instructions to update JREs redistributed by HP OpenView SAM
Instructions to update SUN JRE redistributed by HP OpenView SAM on Windows Systems
These steps are applicable for Management Server, Host Agent, MoM and Client GUI on Windows Systems.
-
Download the
JDK US DST Timezone Update Tool - 1.0 (tzupdater-1_0_0.zip)
from
http://java.sun.com/javase/downloads/index.jsp.
(You will need a Sun Online Account. This account can be created free of charge.)
-
Unzip the
tzupdater-1_0_0.zip
, which contains tzupater.jar.
-
Transfer the
tzupdater.jar
to the system on which the JRE is to be updated with the DST changes.
-
To check if the JRE needs to be updated, open a command window and change to the directory where the
tzupdater.jar
is copied, and then run the following command:
“<install directory>\sanmgr\jre\bin\java" –jar tzupdater.jar –V
If the output of the previous command contains the following, the JRE has the new DST changes and no updates are required:
JRE time zone data version: tzdata2006p
Otherwise, continue with the following steps to update the JRE.
-
To update the JRE, run the following command:
“<install directory>\sanmgr\jre\bin\java" –jar tzupdater.jar –u –v
-
To verify that the DST Changes are applied successfully, run the following command:
“<install directory>\sanmgr\jre\bin\java" –jar tzupdater.jar –V
If the output of the previous command contains the following, the JRE update was successful:
JRE time zone data version:
tzdata2006p
-
Restart the HP OpenView SAM components on the system for the changes to take effect.
-
Repeat steps 3 through 7 for each system on which the JRE used by HP OpenView SAM needs to be updated.
Instructions to update HP JRE redistributed by HP OpenView SAM on Tur64 (also known as OSF1) Systems
These steps are applicable for Host Agent, MoM and Client GUI on all HP-UX systems supported by HP OpenView SAM.
-
Download the
JDK - TZupdater 1.0 (tzupdater-1.0.tar)
from
http://h18012.www1.hp.com/java/alpha/DST-US.html
. (You will be prompted to enter your contact information before download.)
-
Untar the
tzupdater_1.0.tar
, which contains tzupater.jar.
-
Transfer the
tzupdater.jar
to the Tru64 system on which the JRE is to be updated with the DST changes.
-
To check if the JRE needs to be updated, open a command window and change to the directory where the
tzupdater.jar
is copied, and then run the following command:
/opt/sanmgr/jre/bin/java –jar tzupdater.jar –V
If the output of the previous command contains the following, the JRE has the new DST changes and no updates are required:
JRE time zone data version: tzdata2006p
Otherwise, continue with the following steps to update the JRE.
-
To update the JRE, run the following command:
/opt/sanmgr/jre/bin/java –jar tzupdater.jar –u –v
-
To verify that the DST Changes are applied successfully, run the following command:
/opt/sanmgr/jre/bin/java –jar tzupdater.jar –V
If the output of the previous command contains the following, the JRE update was successful:
JRE time zone data version: tzdata2006p
-
Restart the HP OpenView SAM components on the system for the changes to take effect.
-
Repeat steps 3 to 7 for each system on which the JRE used by HP OpenView SAM needs to be updated.
Instructions to update HP JRE redistributed by HP OpenView SAM on OpenVMS Systems
These steps are applicable for Host Agent on all OpenVMS Alpha systems supported by HP OpenView SAM. In case of OpenVMS Itanium systems, similar steps need to be following with the corresponding time zone updaters.
-
Download the JDK - TZupdater 1.0 (
HP-AXPVMS-TZUPDATER-V0100--1.PCSI_SFX_AXPEXE)
from
http://h18012.www1.hp.com/java/alpha/DST-US.html
. (You will be prompted to enter your contact information before download.)
-
Transfer the
HP-AXPVMS-TZUPDATER-V0100--1.PCSI_SFX_AXPEXE
to the OpenVMS Alpha system on which the JRE is to be updated with the DST changes.
-
To extract the contents of the updater on the system, open a command window and change to the directory where the above binary is available using the following command:
SET DEF <to folder where the above file is downloaded>
Extract the contents using the following commands:
RUN HP-AXPVMS-TZUPDATER-V0100--1.PCSI_SFX_AXPEXE
PRODUCT INSTALL TZUPDATER/NORECOVERY
-
To check if the JRE needs to be updated, run the following commands:
SET DEF SYS$COMMON:[TZUPDATER]
@SYS$COMMON:[OPT.SANMGR.JRE.LIB]JAVA$142_JRE_SETUP.COM
JAVA -JAR TZUPDATER.JAR --VERSION
If the output of the previous command contains the following, the JRE has the new DST changes and no updates are required:
JRE time zone data version:
tzdata2006p
Otherwise, continue with the following steps to update the JRE.
-
To update the JRE, run the following commands:
SET DEF SYS$COMMON:[TZUPDATER]
@SYS$COMMON:[OPT.SANMGR.JRE.LIB]JAVA$142_JRE_SETUP.COM
JAVA -JAR TZUPDATER.JAR –V –U -F
-
To verify that the DST Changes are applied successfully, run the following commands:
SET DEF SYS$COMMON:[TZUPDATER]
@SYS$COMMON:[OPT.SANMGR.JRE.LIB]JAVA$142_JRE_SETUP.COM
JAVA -JAR TZUPDATER.JAR --VERSION
If the output of the previous command contains the following, the JRE update was successful:
JRE time zone data version:
tzdata2006p
-
Restart the HP OpenView SAM components on the system for the changes to take effect.
Repeat steps 3 to 7 for each system on which the JRE used by HP OpenView SAM needs to be updated.
Instructions to update SUN JRE redistributed by HP OpenView SAM on Sun Solaris and Linux Systems
These steps are applicable for Host Agent, MoM and Client GUI on all Sun Solaris and Linux systems supported by HP OpenView SAM.
-
Download the J
DK US DST Time zone Update Tool - 1.0 (tzupdater-1_0_0.zip)
from
http://java.sun.com/javase/downloads/index.jsp
. (You will need a Sun Online Account. This account can be created free of charge.)
-
Unzip the
tzupdater-1_0_0.zip
, which contains tzupdater.jar.
-
Transfer the
tzupdater.jar
to the system on which the JRE is to be updated with the DST changes.
-
To check if the JRE needs to be updated, open a command window and change to the directory where tzupdater.jar is copied, and then run the following command:
/opt/sanmgr/jre/bin/java –jar tzupdater.jar –V
If the output of the previous command contains the following, the JRE has the new DST changes and no updates are required:
JRE time zone data version:
tzdata2006p
Otherwise, continue with the following steps.
-
To update the JRE, run the following command:
/opt/sanmgr/jre/bin/java –jar tzupdater.jar –u –v
-
To check if the DST changes are applied successfully, run the following command:
/opt/sanmgr/jre/bin/java –jar tzupdater.jar –V
If the output of the previous command contains the following, the JRE update was successful:
JRE time zone data version:
tzdata2006p
-
Restart the HP OpenView SAM components on the system for the changes to take effect.
-
Repeat steps 3 to 7 for each system on which the JRE used by HP OpenView SAM needs to be updated.
Instructions to update IBM JRE redistributed by HP OpenView SAM on AIX Systems
These steps are applicable for Host Agent on 32-Bit AIX systems supported by HP OpenView SAM. For 64-Bit AIX systems, similar steps need to be followed using the IBM Time Zone Update Utility for Java - JTZU Version 1.1.7a - AIX PPC 64-bit (jtzu-aixppc64-1.1.7a.zip).
-
Download the
IBM Time Zone Update Utility for Java (JTZU Version 1.1.7a - AIX PPC 32-bit)
from
http://www-128.ibm.com/developerworks/java/jdk/dst/index.html.
-
Unzip the
jtzu-aixppc32-1.1.7a.zip
to a temporary location on the host on which the OpenView Storage Area Manager host agent is installed.
-
Open the script
runjtzenv.sh
in a text editor and make the following changes:
-
Change the line
JAVA_HOME=/*ENTER JAVA PATH UPTO JRE*/
to
JAVA_HOME=/opt/sanmgr/jre
-
Change the line
NOGUI=false
to
NOGUI=true
-
Open the file
DirectorySearch.txt
in a text editor.
-
Remove the existing lines and add the line
+/opt/sanmgr/jre
-
Execute the script
runjtzu.sh.
This will create a file
SDKList.txt
with the JRE that needs to be updated.
-
Open the file
runjtzu.sh
in a text editor and change the line
DISCOVERONLY=true
to
DISCOVERONLY=false
-
Execute the script
runjtzu.sh.
If the DST information in the JRE is older, it will update it with the timezone information with the new DST rules.
-
Restart the HP OpenView SAM Host Agent for the DST changes to take effect.
-
Repeat steps 2 to 9 for each system on which the JRE used by HP OpenView SAM needs to be updated.
RECEIVE PROACTIVE UPDATES:
Receive support alerts (such as Customer Advisories), as well as updates on drivers, software, firmware, and customer replaceable components, proactively via e-mail through HP Subscriber's Choice. Sign up for Subscriber's Choice at the following URL:
http://www.hp.com/go/myadvisory