Configure NTP on the Skyline Collector virtual appliance in Region B to keep it synchronized with the other SDDC components.
Procedure
- Log in to the Skyline Collector virtual appliance by using a Secure Shell (SSH) client.
- Open an SSH connection to lax01sky01.sfo01.rainpole.local.
- Log in using the following credentials.
Setting Value User name root Password skyline_root_password
- Configure the NTP source for the Skyline Collector virtual appliance.
- Open the /etc/systemd/timesyncd.conf file for editing using a text editor such as
vi
.vi /etc/systemd/timesyncd.conf
- Remove the comment for the NTP configuration and add the following NTP settings.
NTP=ntp.lax01.rainpole.local ntp.sfo01.rainpole.local
- Open the /etc/systemd/timesyncd.conf file for editing using a text editor such as
- Enable the
systemd-timesyncd
service and verify the status.- Run the following command to enable the network time synchronization.
timedatectl set-ntp true
- Run the following command to enable the NTP synchronization.
systemctl restart systemd-timesyncd
- Run the following command to verify the status of the service.
timedatectl status
- Run the following command to enable the network time synchronization.
- Log out of the session by entering logout.