Problem The dbconsole was working fine before the timezone setting (DST) was changed, but after the timezone was changed it stopped working.
solution When OEM dbconsole is started the agent timezone setting is recorded in the emd.properties. Everytime you start the dbconsole it will check the current timezone setting with the value in the emd.properties. When the two values mismatch the dbconsole will not start. We have to update the setting for the agent timezone.
To update follow the steps given below.
Check the timezone setting in /etc/environment.
The setting for TZ must be one of the supported timezone setting listed in the ORACLE_HOME/sysman/admin/supportedtzs.lst file
$ export ORACLE_SID=gcprod1
$ emctl config agent updateTZ
The output could be a different setting from the TZ in /etc/environment.
$ emctl stop dbconsole
$ emctl config agent updateTZ
$ emctl start dbconsole
Thanks
Vinod D
Thursday, May 28, 2009
Subscribe to:
Post Comments (Atom)
4 comments:
Thanks 4r u r helpful post.
Good Post. Thanks
Senthil
It's worked, thank you very much!
It works tyvm
Post a Comment