204
Chapter 8 Operation and Maintenance
Time display in Linux OS environment
z
Difference in time between the OS and the hardware clock
Since the software clock on OS is employed but not the hardware clock functioned in the server for time
display in Linux environment, time lag may occur between the OS and the hardware clock.
When time precision is required on OS, it is recommended to use the NTP service to periodically correct
the time displayed on the OS.
z
Changing the time settings for the OS and hardware clock
In a Linux environment, the time displayed on the OS (the software clock value on the OS) is written to
the hardware clock in the server when the OS is shut down.
• Procedure for prohibiting the time on the OS from being written to the hardware clock
When you do not want the time on the OS to be written to the hardware clock at an OS shutdown,
comment the following line out in /etc/rc0.d/S01halt.
runcmd $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS
↓
#runcmd $"Syncing hardware clock to system time" /sbin/hwclock $CLOCKFLAGS
• Procedure for reflecting the hardware clock value to the time on the OS
To reflect the hardware clock value to the software clock value on the OS, run the following
command.
>hwclock --hctosys
Содержание 1PRIMERGY RX600 S4
Страница 12: ...12 ...
Страница 42: ...42 Chapter 1 Overview ...
Страница 114: ...114 Chapter 5 High Reliability Tools ...
Страница 180: ...180 Chapter 7 Configuring Hardware and Utilities ...
Страница 218: ...218 Chapter 8 Operation and Maintenance ...