|
INTRODUCTION:
HP has
developed DCL procedures to assess the readiness of HP
OpenVMS systems for U.S. 2007 Daylight Saving Time
(DST) changes, including changes adapted by Canada. The
unsupported procedures evaluate different aspects of a
system HP has found to be areas that may require changes.
The procedures report if a DST ready patch has been installed for
the OS, and JavaŠ.
The
unsupported procedures perform a simple system assessment; They
do
not ready a system for the U.S. 2007 Daylight Saving Time
changes.
WHAT IT DOES:
The procedure, dstivp.com. Test the following:
- Test OS readiness (via a small pre-built
C application -
run
- Java inventory (Of Java installed using PCSI)
- Test all Java versions and give recommendations
- Summary report
JAVA DETAILS:
This procedures uses the following rules to test any Java
version to confirm this is a valid Java directory:
- Java Setup filename matches java$*setup.com
- The match from above can properly
configured Java for testing
- <jre tree)/lib/rtjar.jar
- <jre tree>/bin/java -version (must return a valid
version )
Note: Any Java not found with this directory tree
structure will not be tested (or reported). In addition, any Java not
found in the PCSI database will not be tested (or reported). (See
"Search for Java version not installed with PCSI" in the readme.txt)
Usages:
Required privileges:
SYSLCK - Required to read the PCSI database
CMKRNL - Optional.
If AUTO_DLIGHT_SAV is enabled,
dstivp.com will dump the TQE for the Job controller via
SDA. (If CMKRNL privilege is enabled)
Create a unique directory
$ create/dir disk:[dst2007] ! make sure it is not a
rooted directory
$ set def disk:[dst2007]
ftp the self-extracting backup save set from the web site (In binary
mode)
$ run DST2007_V018.BCK_<insert Arch name here>
$ backup dst2007*.bck/save *.*
Privileges requirements:
SYSLCK - Required to read the PCSI database
CMKRNL - Optional.
If AUTO_DLIGHT_SAV is enabled,
dstivp.com will dump the TQE for the Job controller via
SDA. (If CMKRNL privilege is enabled)
$ set proc/priv=(cmkrnl,syslck)
$ set def [location of the expanded backup save_set]
$ spawn/output=report.txt @dstivp
Execute the script
Sample output
(report.txt)
Known restrictions:
Revision history:
- V018 - Initial release
- V019 - Improved PCSI
matching (Minor)

|