- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DST patch 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
03-12-2007 12:59 AM
03-12-2007 12:59 AM
DST patch problem
Looked over other emails but am not seeing anything glaring; this is HPUX 11.11.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 01:01 AM
03-12-2007 01:01 AM
Re: DST patch problem
Can you post the relative contents of your tztab file (just your time zone).
For me, in EST/EDT, it looks like this:
# US DST changes for EST5EDT.
# Eastern Standard Time, Eastern Daylight Time
EST5EDT
0 3 24-30 4 1970-1973 0 EDT4
0 3 6 1 1974 0-6 EDT4
0 3 22-28 2 1975 0 EDT4
0 3 24-30 4 1976-1986 0 EDT4
0 3 1-7 4 1987-2006 0 EDT4
0 3 8-14 3 2007-2038 0 EDT4
0 1 25-31 10 1970-1973 0 EST5
0 1 24-30 11 1974 0 EST5
0 1 25-31 10 1975-2006 0 EST5
0 1 1-7 11 2007-2038 0 EST5
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 01:03 AM
03-12-2007 01:03 AM
Re: DST patch problem
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 01:04 AM
03-12-2007 01:04 AM
Re: DST patch problem
PST8PDT
0 3 24-30 4 1970-1973 0 PDT7
0 3 6 1 1974 0-6 PDT7
0 3 22-28 2 1975 0 PDT7
0 3 24-30 4 1976-1986 0 PDT7
0 3 1-7 4 1987-2038 0 PDT7
0 1 25-31 10 1970-1973 0 PST8
0 1 24-30 11 1974 0 PST8
0 1 25-31 10 1975-2038 0 PST8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 01:06 AM
03-12-2007 01:06 AM
Re: DST patch problem
Just a precision, when you apply this patch , if tztab has been modified , patch didn't replace existing, but copy new tztab in /usr/lib/contrib/tztab
You must edit it and move to /usr/lib
Last remark, you must stop ansd restart all applications for initialise new tztab
In my cases, i have rebooted my servers by precaution.
Regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 01:15 AM
03-12-2007 01:15 AM
Re: DST patch problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 01:15 AM
03-12-2007 01:15 AM
Re: DST patch problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 01:21 AM
03-12-2007 01:21 AM
Re: DST patch problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 02:03 AM
03-12-2007 02:03 AM
Re: DST patch problem
DO NOT CHANGE the system time! Doing so will break NTP (if you are using it) and will break other timezones and DST rules. HP-UX only knows one time and that is UTC or GMT/Zulu time, no DST adjustment is ever done in the OS. Instead, the system libraries that return the time of day consult the current value for TZ and look in tztab for a match and a rule, then translate the time accordingly. When you decide to patch your system, be sure to shutdown your applications and databases and reboot. This will ensure that system libraries, crontab and other daemons will see the new tztab rule in case they cache them in RAM.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 02:22 AM
03-12-2007 02:22 AM
Re: DST patch problem
swlist -l patch |grep -i PHCO_35989
or
swlist -l patch |grep -i PHCO_34668
See the following for more info on DST:
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c00832124
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 02:25 AM
03-12-2007 02:25 AM
Re: DST patch problem
sorry good path is /usr/newconfig/usr/lib
regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 02:59 AM
03-12-2007 02:59 AM
Re: DST patch problem
Is it going to do any good to now install the patch? I'm sitting in the US know and am certain the clocks have changed. I would think after applying to patch to cover NEXT years change, it may be necessary to manually adjust system time, since it appears the DST patch is NOT on this system.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 03:13 AM
03-12-2007 03:13 AM
Re: DST patch problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 04:29 AM
03-12-2007 04:29 AM
Re: DST patch problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 04:36 AM
03-12-2007 04:36 AM
Re: DST patch problem
The clocks haven't changed - not the system clocks on an HP-UX system, anyway. The way the time is displayed is what changes.
In fact, I found one system this morning that had not been patched (if I find the person that missed one, I'm going to have to have a long talk with him - oh, wait, I'm the only SA here . . .). I applied the patch at roughly 6:00 AM EDT, and running the date command before and after showed 5:00 AM EST at first and then 6:00 AM EDT after.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 04:44 AM
03-12-2007 04:44 AM
Re: DST patch problem
After having loaded the DST Patch provided by higher headquarters, I now find that none of the patches you've all been so kind to list are on my system.
Do I need to load them now?
What is the preferred way of correcting the date at this point in the game?
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 04:54 AM
03-12-2007 04:54 AM
Re: DST patch problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2007 05:39 AM
03-12-2007 05:39 AM
Re: DST patch problem
Now that it is after the fact, use either the ntpdate command (if you are using ntp) or the date command to set your clock.
Also, to verify the dates that the closks change, download and run the dst.pl script from Clay:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1007176
Rgds...Geoff