Red Hat Applications > Certificate System > Issue
<<
2 of 26
>>
Issue:
What do I need to do to adjust my Red Hat Certificate Systems 7.1 and 7.2 systems to the 2006 and 2007 Daylight Savings Time (DST) changes that are occurring in several countries?
Resolution:
Resolution:
Red Hat Certificate Server requires updated JVM to include the DST changes. Since Red Hat Certificate System bundles it's own JVM, some additional steps are required.
For Certificate System 7.1:
- For both Red Hat Enterprise Linux 3 and Red Hat Enterprise Linux 4 make sure the system is upgraded to the latest update through Red Hat Network (RHN). Fixes are specifically in the tzdata package.
- For updating the IBM JRE , thats installed along-with the Certificate System installation package, follow these steps:
- Shutdown all CS servers.
- Download IBM JRE 1.4.2 SR7 ( the latest as of this writing ) to a temp directory in a tarball format.
- Unpack this tarball to /newjre
- Backup the previous JRE version. For example:
# mv /opt/redhat-cs/bin/base/jre/ /opt/redhat-cs/bin/base/jre.old/
# mv /opt/redhat-cs/bin/cert/jre/ /opt/redhat-cs/bin/cert/jre.old/
- Create a soft link of the new JRE in the Certifitate system directory.
ln -s /newjre/jre/ /opt/redhat-cs/bin/base/
ln -s /newjre/jre/ /opt/redhat-cs/bin/cert/
- Copy the crimson.jar,xalan.jar and jakarta-naming.jar from the backed up JRE directory to the new one.
# cp /opt/redhat-cs/bin/cert/jre.old/lib/ext/crimson.jar /newjre/jre/lib/ext/
# cp /opt/redhat-cs/bin/cert/jre.old/lib/ext/xalan.jar /newjre/jre/lib/ext/
# cp /opt/redhat-cs/bin/cert/jre.old/lib/ext/jakarta-naming.jar /newjre/jre/lib/ext/
- Restart Certificate System Servers now.
For Certificate System 7.2:
- For both Red Hat Enterprise Linux 4 32bit and 64bit, make sure the system is upgraded to the latest update through RHN. Fixes are specifically in the tzdata package.
- For updating the IBM JRE 1.5, upgrade to java-1.5.0-ibm-1.5.0.3-1jpp.3.el4
Red Hat Applications
>
Certificate System
> Issue
<<
2
of
26
>>