Install Guide

How to check for TRIM settings
1. Retrieve SSD/datastore UUID using the following command:
ls -l /vmfs/volumes
lrwxr-xr-x 1 root root 35 Jul 10 21:55 datastore1 -> 5dfa78d5-
b6e77d92-0a71-3c2c304d0e80
2. Please execute the following command to ensure that the TRIM is enabled on the ESXi OS.
esxcli storage vmfs reclaim config get --volume-uuid 5dfa78d5-
b6e77d92-0a71-3c2c304d0e80
Reclaim Granularity: 1048576 Bytes
Reclaim Priority: low
Reclaim Method: priority
Reclaim Bandwidth: 0 MB/s
In the output of the command, the reclaim priority and method should not be set to off
78
Configure BIOS and Install ESXi OS