Start a Conversation

Unsolved

This post is more than 5 years old

H

5215

June 16th, 2017 06:00

not sync time vxrail manager and external vcenter initialization wizard...

Hi,

i have a problem during Vxrail P470F 9-node initialization with external vcenter.

Configuration Wizard return the error "VxRail Manager and Vcenter Server not time sync".

To align host and vxrail manager times with the external vcenter how can i do it? Work with server BIOS time or manually set the ntp on vxmanager vm and 4 hosts and then run the wizard?

thanks for your help!!!!!

Carlo

142 Posts

June 16th, 2017 07:00

- Time ------------------------------------------- On VxRailManager: # export TZ=America/New_York; date (To see if the time is correct). If not, as root: # date +%T -s "11:36:00" (usually the date is correct, but the time not) # systemctl restart vmware-loudmouth On ESXi: Google UTC to EST, and see what should be the time on ESXi. # date # esxcli hardware clock set -H 17 -m 57 # esxcli system time set -H 17 -m 57 # /etc/init.d/loudmouth stop # /etc/init.d/loudmouth start See if VxRail Manager discovers the Nodes: # /usr/lib/vmware-loudmouth/bin/loudmouthc query # /usr/lib/vmware-loudmouth/bin/loudmouthc query | egrep -o "EMC........-..|..............-..-.." | sed 's/ {"//g' | sort

No Events found!

Top