- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- System Date
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
11-11-2002 06:11 PM
11-11-2002 06:11 PM
I need some advice to determine the best method to change(synchronise) the date&time between 2 N-class HP9000 server. Command example "date", "xntpd", "sam" and set_parms. Would appreciate if someone can share the knowledge.
br,
Munawwar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 06:18 PM
11-11-2002 06:18 PM
SolutionThe preferred method would be to use NTP and to utilise it where both of your systems are getting the time from the same source.
The below document explains how.
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90741/B2355-90741_top.html&con=/hpux/onlinedocs/B2355-90741/00/00/67-con.html&toc=/hpux/onlinedocs/B2355-90741/00/00/67-toc.html&searchterms=setting%7cup%7cNTP&queryid=20021111-191541
There is no need to use 'sam', date or anything else. The 'xntpd' (daemon for NTP) will take care of all of it once it is set up.
Regards
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 06:19 PM
11-11-2002 06:19 PM
Re: System Date
Use this search string from the "search" link on the left <------
setting up NTP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 08:16 PM
11-11-2002 08:16 PM
Re: System Date
It runs on a continuous basis while the other options run once.
If either clock drifts, ntp will keep the time adjusted.
Differences of over 1/8 second are rare when running ntp.
Try to add an external synchronization source.
There are a number publicly available stratum 2 servers.
These are 2 servers from a reliable time source (often an atomic clock).
Ideally your whole network should be syncronized using ntp.
I find that DNS servers are often also ntp servers.
Use the 'ntpdate -d' or 'ntptrace' command to test potential time sources.
Set your watch to a local time signal or WWV short-wave broadcast.
A good time source will be accurate to within a second of the official time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 10:15 PM
11-11-2002 10:15 PM
Re: System Date
using ntpdate ,we can synchronize the date and time b/n 2 systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 11:25 PM
11-11-2002 11:25 PM
Re: System Date
I successfully set up the xntpd deamon and now my workstation follow the server time. Now if I want to change the date&time on the Server what is the best command to do? date, sam or set_parms. what is the different between these command.
br,
munawwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 11:34 PM
11-11-2002 11:34 PM
Re: System Date
Sometimes if the sync. time between the server and the client is more the xntpd will die.
But the synchronization of the time can be done with date where you can slew the time gently.
# date [-a [-]sss[.fff]]
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2002 11:42 PM
11-11-2002 11:42 PM
Re: System Date
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=+A5864817&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty&search.x=35&search.y=7
Thanks