- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Clock Change
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-28-2008 03:16 AM
03-28-2008 03:16 AM
What all needs to be taken into consideration before the clock change. We will be stopping the sap and oracle prior to the change. Also, ntp is not running on one of the servers, how to start it. Are we required to make change to the /etc/ntp.conf file. In short, im not clear about NTP. Kindly help with your inputs. Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2008 03:19 AM
03-28-2008 03:19 AM
Re: Clock Change
You don't need to do anything, it's automatic, unless you installed a new tztab patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2008 03:23 AM
03-28-2008 03:23 AM
Re: Clock Change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2008 04:01 AM
03-28-2008 04:01 AM
Re: Clock Change
NTP works in UTC (GMT). Localtime is a +- offset from UTC defined by your TZ setting. The advancing step of epoch seconds does not change. What changes is the TZ delta that is applied to the UTC time --- a smaller or larger offset as defined by the rules of your timezone and the point in the calendar at which you are.
Configuring NTP is very straightforward:
http://docs.hp.com/en/B2355-90774/ch04.html
For time sources, I urge you to see:
http://www.pool.ntp.org/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2008 06:16 AM
03-28-2008 06:16 AM
SolutionFirst I just want to confirm that the impact of time modification.
1) It will effect the "make" command which is responsible to create time stamp of a new file creation or modification of file.
2) Cron will effect, if you rise up the time, i.e. current time is 9:00 and you are changing 9:00 to 9:30, cron will start all processes stimulatingly which is configured between this period. if you rise down the time, i.e. current time is 9:30 and you are changing 9:30 to 9:00 then it will wait for 30 minutes, all cron will not execute while it will reach to it's original time that menace 9:30.
3) it will effect an incremental backup, so if your data will depend on incremental backup then you have to take full backup again.
4) If you are using NFS, then also you will face some problem while creating files on client server.
Then also you want to change date and time then you can configure NTP by changing /etc/ntp.conf file.
Still you want more steps how to configure NTP or how to change date and time then give me acknowledges.
Regards,
Piyush Mathiya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2008 08:59 AM
03-29-2008 08:59 AM
Re: Clock Change
date -u
Since HP-UX (and Unix in general) is designed to handle virtually *ANY* timezone rules, there is nothing to do, certainly you do not need to change the system time. The only exception is where your local timezone is not listed in the file /usr/lib/tztab. What timezone are you in and what does this command show:
echo $TZ
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2008 10:43 AM
03-29-2008 10:43 AM
Re: Clock Change
as far as SAP is concerned, there is a recomendation in a DST SAPNET-Note (#7414) to bring the system down during the switch.
So you already decided the safe way.
As far as NTP is concerned, since you do not run it, you do not need to do anything.
Make sure, that you re-login user orasid after the switch and validate the timezone (variable $TZ). Restart the oracle listener.
Make sure, that you re-login user sidadm on all applicationservers and do the same check and check the correct time in addition.
TZ and locale time reported by date should be the same on all application servers.
Then start SAP again.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2008 06:04 PM
03-30-2008 06:04 PM