- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sap oracle hp-ux and dst
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
02-28-2007 08:05 AM
02-28-2007 08:05 AM
sap oracle hp-ux and dst
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 08:29 AM
02-28-2007 08:29 AM
Re: sap oracle hp-ux and dst
WELCOME to the VMS forum, dealing with the greatest and most stable OS around.
But, to improve your chances for a correct answers for your question, you might be better served in the HPUX forum:
http://forums1.itrc.hp.com/service/forums/familyhome.do?familyId=117
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 09:36 AM
02-28-2007 09:36 AM
Re: sap oracle hp-ux and dst
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 11:03 AM
02-28-2007 11:03 AM
Re: sap oracle hp-ux and dst
What is probably going to be an issue is the timing. SAP and Oracle do work with the OS time in addition to some of their own time settings - embedded java comes to mind.
Your log files, transaction times, etc, could be off an hour.
If you can deal with the 1 hr difference for 4 weeks a year, ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 02:03 PM
02-28-2007 02:03 PM
Re: sap oracle hp-ux and dst
Were there a bunch of special SAP and Oracle patches to fix it's internal table or does SAP and Oracle use GMT (ie, UTC or Zulu time)? If SAP/Oracle uses GMT, are your servers set correctly (hint: date -u) When sysadmins change time, they almost NEVER use date -u and are therefore setting the HP-UX time (which is always GMT and never changes for DST) with the current login value of TZ and the rule in tztab.
The tztab patch is a trivial ASCII file with rules that any sysadmin can change at any time. The man page for tztab is quite helpful here. Note that SAP and Oracle often have ancillary or middleware software manufactured by another company -- how will a broken HP-UX work with those programs?
If you do *NOT* update the tztab file then HP-UX time will be wrong and the first knee-jerk reaction will be to change the time 4 times this year:
1. Change time forward earlier than the old tztab file states;
2. Later, the old tztab file changes the time forward and now time is an hour too fast, so change time backwards;
3. In the fall, the old tztab file will move time backwards too early and another time correction is needed;
4. When the correct DST change hits, manually change the time again.
Repeat each year from now on until new legislation changes it again. Oh, if the sysadmin changes the HP-UX time and SAP gets the current time from HP-UX, data records will be indeed messed up.
Tell the DBAs to talk directly to SAP/Oracle and middleware vendors. I'm sure they will all agree that the OS must keep correct time for their products to work. There are some other exceptions such as Java that must be addressed separately.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 12:33 AM
03-01-2007 12:33 AM
Re: sap oracle hp-ux and dst
We have 9 servers with sap/oracle/hp-ux.
6 Integritys running 11.23 located in US doing business worldwide. these are patched to PHCO_34669 which makes us partially compliant w/ 2007 DST because it covers only US timezones. Rather than apply the subsequent OS patches which address Canadian timezones, I think we will handle Canadian Timezone offsets within SAP.
3 PA-RISC in Germany running 11.0 doing business only in Europe, but system time is set to EST. These have no DST patches. Since they dont do business in North America, I think if we just set system time to GMT on these servers, we will be alright..