I'm trying to install ScaleIO version 2.0.1.2 vCenter plugin on VCSA 6.0 U3. Everything looks OK, but when I log into vCenter, there is no plugin to be found... Any ideas on how to troubleshoot? Thanks!
Welcome to ScaleIO Plugin Register Utility
Important notice to users upgrading to ScaleIO release 1.32, or higher:
1. ESXi 5.1 is no longer supported. ESXi 5.5 and above are supported.
2. Running SDC within an SVM is no longer supported. SDC must be installed in th
e ESXi host.
If your configuration isn't supported, DO NOT UPGRADE.
Contact Support for additional info and further assistance.
Do you wish to continue? Y / N: Y
Do you want to run the Standard or Advanced registration? [s|a]: s
An additional troubleshooting measure, when the plugin has registered with vcenter and before you hit enter, try to download the plugin from a web browser. You also need to verify that the vcenter host can talk to the script host with both ping and telnet to the port from the vcenter host. If your vcenter host does not have telnet (VCSA), use this:
# curl -v telnet://192.168.225.32:65101
You should see a successful connection. If it can ping but not connect to that port, check your firewall settings between the 2 hosts. If it can connect, then check the above KB mentioned for the virgo logs and see what shows in there. It could be you are seeing the SSL handshake issue mentioned in the KB.
RHasleton1
73 Posts
2581
0
Posted April 21st, 2017 09:00
Hi Andrei,
Check out this KB for a few troubleshooting methods as well as workarounds:
https://support.emc.com/kb/493225
An additional troubleshooting measure, when the plugin has registered with vcenter and before you hit enter, try to download the plugin from a web browser. You also need to verify that the vcenter host can talk to the script host with both ping and telnet to the port from the vcenter host. If your vcenter host does not have telnet (VCSA), use this:
# curl -v telnet://192.168.225.32:65101
You should see a successful connection. If it can ping but not connect to that port, check your firewall settings between the 2 hosts. If it can connect, then check the above KB mentioned for the virgo logs and see what shows in there. It could be you are seeing the SSL handshake issue mentioned in the KB.
Hope that helps