When re-attaching a SR on a fresh VM, I ran into this XenServer tapdisk error. I ran the following from XenServer console to eject all CD drives on that host. I was then able to start the VM with the old image. xe vm-cd-eject –multiple If your XenCenter hangs or becomes unresponsive, you can also […]
Citrix XenCenter error “Could not create SSL/TLS Secure Channel”
Running the following commands will fix the XenCenter Error. You are typically encountering this error because Windows 10 requires stronger encryption, consequently, this is prevalentĀ on older XenServer installations. I encountered this on XenServer 6.0. Commands Putty in using SSH service xapissl stop mv /etc/xensource/xapi-ssl.pem /etc/xensource/xapi-ssl.pem.bak /opt/xensource/libexec/generate_ssl_cert “/etc/xensource/xapi-ssl.pem” ‘10.100.0.40’ service xapissl start xe-toolstack-restart Where you see […]