- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change System Time
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-11-2003 07:44 AM
09-11-2003 07:44 AM
I am trying to change system time on our L2000 servers (they are very much out of sync) I read about NTP but was just wondering if someone has or can point me to a step by step directions?
Thanks a bunch,
Rao
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:51 AM
09-11-2003 07:51 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:54 AM
09-11-2003 07:54 AM
Re: Change System Time
# ntpdate tock.usno.navy.mil
while at run level 0
Otherwise, look at the man page for date.
Again, you should be at rl 0.
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 07:56 AM
09-11-2003 07:56 AM
Re: Change System Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 10:39 AM
09-11-2003 10:39 AM
Re: Change System Time
Can I run "ntpdate" in multi-user mode? If Yes, can I run it while my Oracle databases are running? man ntpdate doesn't say anything about run level 0, as mentioned by Brian.
Also, what happens if the time diff is about 30 mts?
TIA
Rao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 10:46 AM
09-11-2003 10:46 AM
Re: Change System Time
Yes, you can run it in multi-user mode.
You'll want to adjust very gradually so you don't upset your DB. From the ntpdate man page:
"Time adjustments are made by ntpdate in one of two ways. If ntpdate
determines the clock is in error more than 0.5 seconds, it will simply
step the time by calling the clock_settime (see clocks(2)) system
routine. If the error is less than 0.5 seconds, it will slew the time
by calling the adjtime (see adjtime(2)) system routine. The latter
technique is less disruptive and more accurate when the error is
small, and works quite well when ntpdate is run by cron (see cron(1M))"
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 10:53 AM
09-11-2003 10:53 AM