In This Section: |
This chapter includes procedures and reference information for system management tasks.
All Security Gateways, Security Management Servers and cluster members must synchronize their system clocks. This is important for these reasons:
You can use these methods to set the system date and time:
Network Time Protocol (NTP)
Network Time Protocol (NTP) is an Internet standard protocol used to synchronize the clocks of computers in a network to the millisecond.
NTP runs as a background client program on a client computer. It sends periodic time requests to specified servers to synchronize the client computer clock. Best Practice - Configure more than one NTP server for redundancy.
To set time and date automatically using NTP:
Step |
Description |
---|---|
1 |
In the navigation tree, click System Management > Time. |
2 |
Click Set Time and Date. |
3 |
In the Time and Date Settings window, select Set Time and Date automatically using Network Time Protocol (NTP). |
4 |
Enter the Hostname or IP address of the primary and (optionally) secondary NTP servers. |
5 |
Select the NTP version for the applicable server. |
6 |
Click OK. |
To set the system time and date:
Step |
Description |
---|---|
1 |
In the navigation tree, click System Management > Time. |
2 |
Click Set Time and Date. |
3 |
Enter the time and date in the applicable fields. |
4 |
Click OK. |
To set the time zone:
Step |
Description |
---|---|
1 |
In the navigation tree, click System Management > Time. |
2 |
Click Set Time Zone and select the time zone from the list. |
3 |
Click OK. |
Description
Configure and show the Network Time Protocol (NTP).
Syntax
set ntp active {on | off} server primary <IP address, or Hostname of NTP Server> version {1|2|3|4} secondary <IP address, or Hostname of NTP Server> version {1|2|3|4} |
show ntp active current servers |
delete ntp server <IP address, or Hostname of NTP Server> |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
|
Shows the NTP status (enabled or disabled). |
|
Shows the IP address or Host name of the NTP server Gaia uses right now. |
|
Shows the configured NTP servers. |
|
Enables ( |
|
Keyword that identifies the NTP server - time server, from which Gaia synchronizes its clock. The specified time server does not synchronize to the local clock of Gaia. |
|
Configures the IP address or Host name of the primary NTP server. |
|
Configures the IP address or Host name of the secondary NTP server. |
|
Configures the version number of the NTP - 1, 2, 3 or 4. Best Practice - Check Point recommends that you run NTP version 3. |
Example
|
Description
Show current system date and time.
Syntax
|
Parameters
Parameter |
Description |
|
The current system day, date, and time. The current system time is in the HH:MM:SS format. |
Example
gaia> show clock Thu Oct 6 15:20:00 2011 IST gaia> |
Description
Set and show the system date.
Syntax
set date <Date> |
show date |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
|
The date in the YYYY-MM-DD format. |
Example
To configure the 10th of August 2017, run:
gaia> set date 2017-08-10 |
Description
Set and show the system time.
Syntax
set time <Time of the Day> |
show time |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
|
The current system time in HH:MM:SS format. |
Description
Configure and show the system time zone.
Syntax
set timezone <Area> / <Region> |
Note - The spaces before and after the slash character (/) are mandatory.
show timezone |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
|
Continent or geographic area. Valid values: Africa, America, Antarctica, Asia, Atlantic, Australia, Europe, Indian, Pacific |
|
Region within the specified area. |
Examples
gaia> set timezone America / Detroit
gaia> set timezone Asia / Tokyo |