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
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
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?
Actually, I solved it temporally by:
/etc/ssl/openssl.cfg you need to use DEFAULT@SECLEVEL=1
Thanks for sharing such kind of good post.
See my new post about best dac here https://www.cdhpl.com/best-dac/
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.