- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- time problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 08:55 PM
09-26-2004 08:55 PM
time problem
I am having 2 server running HP-UX.
Problem I am having is there is an entry in
cronjob to run a script at 2:00 AM on both
the servers but on one server i am getting
time-diff of 2 hours and on another 3 hours
why is it so ??
but the server are having same time as they
are configured to same NTP server.
please check the following.
machine1:/home/sc $grep EET /usr/lib/tztab
EET-2EETDST
0 4 25-31 3 1981-2038 0 EETDST-3
0 3 25-31 10 1981-2038 0 EET-2
machine2:/home/sc $grep EET /usr/lib/tztab
EET-2EETDST
0 4 25-31 3 1981-2038 0 EETDST-3
0 3 24-30 9 1981-1995 0 EET-2
0 3 25-31 10 1996-2038 0 EET-2
will the above entries in the tztab make any difference ?
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 09:16 PM
09-26-2004 09:16 PM
Re: time problem
Could you check below on your servers for the same user.
# whoami
root
# echo $TZ
MET-1METDST
# date
Mon Sep 27 11:14:17 METDST 2004
Regarsd,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 09:18 PM
09-26-2004 09:18 PM
Re: time problem
What does the script do? Look for something that would cause the second server to run the script for longer.
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 09:26 PM
09-26-2004 09:26 PM
Re: time problem
In my system I have for you TZ:
EET-2EETDST
0 4 25-31 3 1981-2038 0 EETDST-3
0 3 24-30 9 1981-1995 0 EET-2
0 3 25-31 10 1996-2038 0 EET-2
But my TZ is not this one, it's PWT0PST...
Hope this'll help you,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 09:34 PM
09-26-2004 09:34 PM
Re: time problem
Eric can you please let me know the Hp-UX
version you are running
and anyone can let me know why I am having
different output running grep for EET
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 09:46 PM
09-26-2004 09:46 PM
Re: time problem
I'm on Hp-UX 11.0
May be you have different patches installed on each server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 09:49 PM
09-26-2004 09:49 PM
Re: time problem
Can please explain the difference between
the 2 tztab file I have posted why one is
having 2 entries and other having 2 with
byfercation of years from 95 and then
from 96 2038
Why is it so ??
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 09:52 PM
09-26-2004 09:52 PM
Re: time problem
swlist -l patch |sort
on each server.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 10:15 PM
09-26-2004 10:15 PM
Re: time problem
Do as Fred said or search for uninstalled patches in machine1. One Timezone patch for HP-UX 11.0 is PHCO_27528, is this patch installed on machine1?
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2004 10:14 AM
09-27-2004 10:14 AM
Re: time problem
Rebuild system kernel with timezone of 300 for Eastern time EST5EDT
timezone 300
Once the new kernel is built, confirm timezone with the following command.
grep timezone /stand/system should show timezone of 300
timezone 300
please check this
Shine