Override the Time Zone for TDV
book
Article ID: KB0082832
calendar_today
Updated On:
TIBCO Data Virtualization
All Versions
Show More
Show Less
Description
In order to override the time zone for TIBCO Data Virtualization (TDV), complete these steps: 1. Add all servers in order to modify INSTALL_DIR/conf/script_env.bat/sh. VM_ARGS (copy from INSTALL_DIR/bin/composite_server.bat/.sh) and additional ones for time zone. This example shows how to run the TDV in Coordinated Universal Time/Greenwich Mean Time (UTC/GMT). If you want a different time zone, change it to the desired time zone: UNIX CIS_SERVER_VM_ARGS=-server -XX:NewRatio=6 -XX:-UseGCOverheadLimit -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=”$CONF_INSTALL_DIR/logs” -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+ExplicitGCInvokesConcurrent -XX:+UseConcMarkSweepGC -Duser.timezone=UTC -Dcom.sun.management.jmxremote.ssl=false export CIS_SERVER_VM_ARGS Microsoft Windows set CIS_SERVER_VM_ARGS=-server -XX:NewRatio=6 -XX:-UseGCOverheadLimit -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="%CONF_INSTALL_DIR%\logs" -XX:PermSize=64m -XX:MaxPermSize=256m -XX:-ReduceInitialCardMarks -XX:+ExplicitGCInvokesConcurrent -XX:+UseConcMarkSweepGC -Duser.timezone=UTC
2. Restart TDV instance.
In your INSTALL_DIR\logs\cs_server.out.* file you will see these entries: Detected D:/Composite Software/TDV\conf\script_env.bat, calling it... call D:/Composite Software/ TDV \conf\script_env.bat exit code=0 Done calling D:/Composite Software/ TDV\conf\script_env.bat Default VM_ARGS: -server -XX:NewRatio=6 -XX:-UseGCOverheadLimit -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="D:/Composite Software/ TDV\logs" -XX:PermSize=64m -XX:MaxPermSize=256m -XX:-ReduceInitialCardMarks -XX:+ExplicitGCInvokesConcurrent -XX:+UseConcMarkSweepGC Detected CIS_SERVER_VM_ARGS environment variable overrides VM_ARGS Changing VM_ARGS to: -server -XX:NewRatio=6 -XX:-UseGCOverheadLimit -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath="D:/Composite Software/ TDV\logs" -XX:PermSize=64m -XX:MaxPermSize=256m -XX:-ReduceInitialCardMarks -XX:+ExplicitGCInvokesConcurrent -XX:+UseConcMarkSweepGC -Duser.timezone=UTC
Issue/Introduction
This document describes the Java Virtual Machine's (JVM's) management of its time zone awareness.
Feedback
thumb_up
Yes
thumb_down
No