OEM doesnot start properly.... [message #439913] |
Wed, 20 January 2010 02:01 |
abhi_shakya
Messages: 50 Registered: September 2009 Location: Nepal
|
Member |
|
|
C:\Documents and Settings\user>emctl resetTZ agent
Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
Updating C:\oracle\product\10.2.0\db_1/Abhishek_noc/sysman/config/emd.properties...
resetTZ failed.
The agentTZRegion in:
C:\oracle\product\10.2.0\db_1/Abhishek_noc/sysman/config/emd.properties
is not in agreement with what the agent thinks it should be.
Fix your environment.
Pick a TZ value that corresponds to time zone settings listed in:
C:\oracle\product\10.2.0\db_1/sysman/admin/supportedtzs.lst
what shud i do....
|
|
|
|
Re: OEM doesnot start properly.... [message #447638 is a reply to message #439913] |
Wed, 17 March 2010 00:30 |
jxh461
Messages: 185 Registered: March 2005
|
Senior Member |
|
|
Assuming EST is your timezone do the following on command line in linux/unix:
ln -sf /usr/share/zoneinfo/EST localtime
to test run "date" command
ex:
# date
Wed Mar 17 00:35:58 EST 2010
Basically make the timezone in your environment match the timezone in file emd.properties
|
|
|