A post-installation script for ESX Server that checks service console configuration, the TCP and DNS settings, and checks which scheduled services failed to launch. It also checks the NTP settings (including firewall) and shows you the time difference between the public NTP server and the host.
EsxDiag is a part of the Veeam Configurator product that helps you to manage and control the configuration of your entire Virtual Infrastructure from a single Windows interface. Veeam Configurator handles multiple ESX Servers simultaneously to report on and configure settings and subsystems otherwise accessible only through the command line, scripts or manual editing of configuration files. Learn more...
Download EsxDiag script:
Download now
(esx-diag_1.00.tar.bz2 -- 57,4KB) MD5 9c0f060d0bfe77205ef33aec1ed86d8c
SHA1 bcc5dbcae04765f43f201947eed0e643be88cafc
Installation and use:
Ñopy the file to ESX Server
Login via ssh as user, but eventually script needs to be executed with root privileges (using su or sudo)
Verify the integrity of the downloaded file:
To check MD5 digest execute: $ md5sum <filename>
To check SHA1 digest execute: $ sha1sum <filename>
Extract the contents by running: $ tar xjf <filename>
Switch to the extracted directory $ cd <filename>
Then follow the instructions from the README file. $ less README