10-31-07 12:22 AM
EdStevens wrote:
> Platform: HPUX 11.23 on Itanium
>
> Excuse me if this is a newbie question, but I'm out of my area on
> this. I'm really an Oracle DBA.
>
> Monday morning I found that my Sunday morning backups as well as my
> Oracle Enterprise Manager (db management tool) agent were broken.
> Quickly found that it was due to a mis-match between timezone specs
> between the agent and the OS -- a problem that was triggered by the
> change of DST calendar and NOT going to DST this last weekend. While
> working to resolve that (ended up applying a short-term work-around
> provided by Oracle) I brought up WinSCP on my desktop to copy a file
> between my desktop and my db server. It immediately caught my
> attention that some log files on the server were showing timestamps an
> hour into the future. Just to confirm, I created a new file on the
> HPUX box (touch myfile) then compared the timestamp shown by 'ls -l'
> with that shown in the gui on WinSCP. Sure enough, the times were
> off. On the server itself 'ls -l' showed the files timestamp at
> 13:47, but WinSCP shows the same file at 2:47pm (14:47). The timestamp
> on the files,as well as the values returned by 'date' are correct.
>
> Looks to me like perhaps a timezone or dst patch has yet to be applied
> to the HPUX.
>
> Comments?
>
1. Show the system time:
date
2. Show the system time zone:
echo $TZ
cat /etc/TIMEZONE
Perhaps the system time zone is wrongly set.
--
Michael Tosch @ hp : com
[ Post a follow-up to this message ]
|