Home > database >  Can you put the RAC machine time close
Can you put the RAC machine time close

Time:10-04

Excuse me can you adjusted the machine time forward RAC

Such as changed 15:00 to 13:00

CodePudding user response:

Sure, but, generally to do time synchronization with the NTP service better

CodePudding user response:

1, check the node 1 state
SRVCTL status instance - d cdecdb -i cdecdb1
2, the stop node 1
SRVCTL stop the instance - d cdecdb -i cdecdb1
3, check node 1 time
The date
4, change node 1 time (such as the Beijing time arrived at the point in time, to correct the time log for blank)
The date 11062112 & lt;==mmddHHMM format, that is, June 21 at
5, 1 clock synchronous node to hardware
Hwclock -w
6, check node 1 time
The date
7, the start node 1
SRVCTL start instance - d cdecdb -i cdecdb1

Repeat the above operation (the other nodes)
8, check two time
At the same time perform
The date
9, check the database state
Crs_stat - t - v

CodePudding user response:

Of course
  • Related