During a recent deployment of a clusterXL 19100, I encountered an unexpected issue with the LOM (Lights-Out Management) Date and Time configuration on two different gateways.
Before investigating further, we verified that the issue was not related to NTP connectivity:
- The LOM management IP had connectivity to the customer's internal NTP servers.
- We also confirmed successful communication with external NTP servers that we tested.
- Despite this, the issue remained regardless of whether the time was configured manually or synchronized through NTP.
Observed behavior
- Saving the time manually (without NTP) does not work correctly.
- Automatic synchronization using either a local or external NTP not update the time
- Every time the configuration is saved, the LOM clock automatically advances by 3 hours.
For example, if the correct local time was 09:10, after saving the configuration the LOM would display approximately 12:10. Saving the configuration again would increase it by another three hours, and the behavior would continue with every save.
Troubleshooting performed
The issue was reproduced on two different gateways.
Both gateways were initially running LOM firmware 7.17.1. As part of the troubleshooting process, I upgraded both to the recommended LOM firmware 7.19.2, but the behavior remained exactly the same.
Additional observations
To rule out configuration issues, I also tested multiple time zone settings, including:
- America/Sao_Paulo
- America/Fortaleza
- GMT-3
I also tested both manual time configuration and synchronization with the following external NTP servers:
- ntp.checkpoint.com
- ntp2.checkpoint.com
The behavior remained exactly the same in every scenario.
What made this issue particularly unusual is that every time the configuration was saved, the LOM clock advanced by another three hours, regardless of the selected time zone or whether NTP was enabled.
Example:
| Actual Local Time |
Action |
LOM Time After Saving |
| 09:10 |
First Save |
12:10 |
| 12:10 |
Change Time Zone (America/Sao_Paulo) + Save |
15:15 |
| 15:15 |
Change Time Zone (America/Fortaleza) + Save |
18:20 |
| 18:20 |
Change Time Zone (GMT-3) + Save |
21:30 |
| 21:30 |
Configure Check Point NTP + Save |
01:31 (next day) |
Additionally, all timestamps in the LOM event logs matched the incorrect LOM system time, confirming that the issue affected the LOM clock itself rather than only the web interface.
Workaround
As a temporary workaround, I manually configured the LOM clock to 3 hours behind the correct local time before saving the configuration.
After saving:
- The displayed time became correct.
- Re-enabling NTP synchronization kept the correct time.
The screenshot below illustrates the workaround. Although the correct local time was 09:22, I manually configured the LOM clock to 06:22. After clicking Save, the LOM automatically added three hours, resulting in the correct displayed time (09:22), even with NTP enabled


Although I found a workaround, I opened a TAC case to investigate the root cause and determine whether this is a known issue or a software bug.
Once TAC provides a definitive answer, I'll update this post with their findings so others who encounter the same issue can benefit from it.
Has anyone else experienced this behavior or found a permanent solution?