Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Applications > Certificate System > Issue <<  2 of 26 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 10181
Last update: 04-09-08
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:

  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.
  2. For updating the IBM JRE , thats installed along-with the Certificate System installation package, follow these steps:
    1. Shutdown all CS servers.
    2. Download IBM JRE 1.4.2 SR7 ( the latest as of this writing ) to a temp directory in a tarball format.
    3. Unpack this tarball to /newjre
    4. 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/
      
    5. 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/
      
    6. 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/
      
    7. Restart Certificate System Servers now.

For Certificate System 7.2:

  1. 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.
  2. For updating the IBM JRE 1.5, upgrade to java-1.5.0-ibm-1.5.0.3-1jpp.3.el4


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Applications > Certificate System > Issue <<   2  of  26  >>