This commit is contained in:
DoTheEvo 2023-01-21 23:33:57 +01:00
parent d6ed9143d4
commit 520814b186
1 changed files with 4 additions and 3 deletions

View File

@ -46,6 +46,8 @@ with the HBA card, I would be buying Fujitsu 9211-8i from ebay.
[The official documentation.](https://www.truenas.com/docs/scale/gettingstarted/install/installingscale/) [The official documentation.](https://www.truenas.com/docs/scale/gettingstarted/install/installingscale/)
Make sure the Esxi host has correc time and ntp sync.
* [download ISO](https://www.truenas.com/download-truenas-scale/) * [download ISO](https://www.truenas.com/download-truenas-scale/)
* upload it to ESXi datastore * upload it to ESXi datastore
* create new VM * create new VM
@ -106,9 +108,8 @@ check few things
![timedatectl](https://i.imgur.com/aIMm7WT.png) ![timedatectl](https://i.imgur.com/aIMm7WT.png)
I faced an issue of time being out of sync after restarts and ntpq command I faced an issue of time being out of sync after restarts and ntpq command
failing to connect. What I think did the trick was force sync time through dashboard, failing to connect. Reason for this was Esxi host not having default gateway
or through cli commands, then restart the ntp service. correctly set and so never being able to sync its time.
Then set the UTC time in bios using `hwclock --systohc --utc`
### Pools and Datasets ### Pools and Datasets