- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to synchronize to the correct time under 2-3 w...
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-03-2003 02:42 AM
02-03-2003 02:42 AM
As we are using RSA tokens for remote access, we have to adjust the time very slowly, for example 2 weeks.
Have anybody got a solution for this problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 03:13 AM
02-03-2003 03:13 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 06:42 AM
02-03-2003 06:42 AM
Re: How to synchronize to the correct time under 2-3 weeks?
For a specific one time process, you can manually change the time with the date command.
man date
Otherwise the above posts are great. All you need is the IP address of a time server inside the firewall or port 123 open on the firewall to connect to an ntp server.
p
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
02-03-2003 08:13 AM
02-03-2003 08:13 AM
Re: How to synchronize to the correct time under 2-3 weeks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 08:14 AM
02-03-2003 08:14 AM
Re: How to synchronize to the correct time under 2-3 weeks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 09:49 AM
02-03-2003 09:49 AM
Re: How to synchronize to the correct time under 2-3 weeks?
When you time is back in-sync, you can then change the ntp config back to what it was--so be sure to save a copy of the original config file.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2003 03:15 AM
02-07-2003 03:15 AM
Re: How to synchronize to the correct time under 2-3 weeks?
But, some advice for the other who will face to this type of problem in the future:
- The 'date' command has no '-a' option under HP-UX 10.20.
- It's very important to run the xntpd in slewing mode. Generally the '-x' option is hidden and not present in manuals, but it works. After installing the latest ntp patch, the manual will show the '-x' option and the patch also correct some bugs.
- If NT servers are synchronizing to the UNIX xntp serverr with ntp service, it have to run also in slewing mode.