This fling has been deprecated.
Sep 02, 2019

It would be nice if the Python skript would have a Shebang line (#!/bin/python3). So you can also use the skript on other OS Systems.

Thanks.

Aug 08, 2019

I had to change tools\hostaccess.py from:
from pyVim import connect
to:
from pyvim import connect

I'm using python 3.7 I'm new to python and installed latest version.

Fantastic tool, thanks

Aug 13, 2019

I am glad it worked out for you :)
Thanks,
Heejeong

Aug 07, 2019

Hi,
unfortunately, I get the following error message when using the compatibility checker:

> collecting host information...
Please wait, this may take few minutes depending on the number of ESXi hosts...
[WARNING] The compatible status may not be fully accurate, please validate it with the official VMware Compatibility Guide
[ERROR] Failed to access VMware Compatibility API, please check your Internet connection or contact VMware Compatibility API administrator

HTTPSConnectionPool(host='apigw.vmware.com', port=443): Max retries exceeded with url: /m4/compatibility/v1/releases?productId=1 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_ske_dhe', 'dh key too small')])")))

I already tried to disable the SSL verification step in the tools/restservice.py file, but this did not solve the problem.

Did someone else encounter the same problem?

Aug 07, 2019

Actually, I solved it temporally by:

/etc/ssl/openssl.cfg you need to use DEFAULT@SECLEVEL=1

Aug 07, 2019