- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- synchronizing 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
07-02-2004 12:39 AM
07-02-2004 12:39 AM
Which is best to synchronize time between nodes of a cluster ? Or all are same ? I want to know the difference between following command if any .
1. Set time/cluster
2. MC SYSTEM SET ENV/CLU
SET PROFILE/PRIVILEGE=(LOG_IO,SYSLCK)
DO SET TIME
3. MC SYSMAN SET ENV/CLU
SET PROFILE/PRIVILEGE=(LOG_IO,SYSLCK)
CONFIG SET TIME
Thanks & regards,
Lokesh
P.S. I know about DTSS & NTP, but right now don't want to use them. Instead , will make DCL procdure which will use any of the above command to run on regular basis.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 12:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 12:44 AM
07-02-2004 12:44 AM
Re: synchronizing time
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 12:50 AM
07-02-2004 12:50 AM
Re: synchronizing time
As per documentation:-
"SYSMAN tries to ensure that all processors in the cluster are set to the same time. Because of communication and processing delays, it is not possible to synchronize clocks exactly. However, the variation is typically less than a few hundredths of a second. If SYSMAN cannot set the time to within one-half second of the specified time, you receive a warning message that names the node that failed to respond quickly enough."
So this explain about SYSMAN . How does SET TIME/CLUSTER work ?
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 02:11 AM
07-02-2004 02:11 AM
Re: synchronizing time
Be careful when using the SYSMAN option CONFIG SET TIME. Although the "one half second difference" is checked, the clock on some systems can go backward. I've worked on a site where this "feature" had disastrous consequences.
Greetz,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 02:27 AM
07-02-2004 02:27 AM
Re: synchronizing time
Was your site consists of Alpha or VAX ? What was the reasond found ?
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2004 02:32 AM
07-02-2004 02:32 AM
Re: synchronizing time
The site I've worked used mainly Alphas for there clusters.
The "disastrous" consequences I talked about were caused by an application that heavily relied on the system clock. The application simply couldn't stand the system time going backward (not even by half a second). The application crashed, and we had quite a job to restart it & repair the damage.
Sorry, I can't go into further detail (you know: non-disclosure)
Greetz,
Kris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2004 02:37 AM
07-03-2004 02:37 AM
Re: synchronizing time
I use NTP in my site.
Its biggest advantage is that it does'nt make your clock "jump". It either slows it or make it work faster until the time in the NTP client is equal to the time in the NTP server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 03:05 AM
07-04-2004 03:05 AM
Re: synchronizing time
I'm with Kris. You really want to use NTP or DTSS. I've had very bad experiences with a DSM application that bellied-up if a clock went backwards, even just a tiny bit. Until the advent of NTP, that site used to actually shutdown their application a couple of times a year so that clocks could be reset and synchronized.
Anthony Fiorito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 07:54 PM
07-04-2004 07:54 PM
Re: synchronizing time
Thanks for your inputs.
Best regards,
Lokesh Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2004 09:02 PM
07-04-2004 09:02 PM
Re: synchronizing time
In a cluster you need to use MC SYSMAN/CONFIG SET TIME . This because the DO SET TIME has always an interleave between the executing nodes.
The time backward/foreward cannot be omitted. Just because there can be a time difference.
If you don't want any trouble: use DTSS. Because this modificates the clockspeed to move slowly to the needed time. So the time won't be set directly back if needed, but the internal clock is slowing till the moment it needes. NTP tries to do the same, only ..nix style :-(.
AvR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 12:05 AM
07-05-2004 12:05 AM
Re: synchronizing time
The reason why we can't set the time backwards, only because application updates the databases with time stamps and this happen every time whenever there is an insert, delete or update is happening. And whenever we try to take the system time backwards, application crashes due to mismatch in the time stamps and it is very severe as far as online systems are concerned
warm regards
shankar