I built it from the 0.7.6 sources but it still shows me that it is running the 'nc' command on the ESX server (which does not exist). Is netcat required to be on ESX? <br><br>13:24:26.765: debug : do_open:1110 : name "esx+ssh://test" to URI components:<br>
  scheme esx+ssh<br>  opaque (null)<br>  authority (null)<br>  server test<br>  user (null)<br>  port 0<br>  path<br><br>13:24:26.765: debug : do_open:1120 : trying driver 0 (Test) ...<br>13:24:26.765: debug : do_open:1126 : driver 0 Test returned DECLINED<br>
13:24:26.765: debug : do_open:1120 : trying driver 1 (OPENVZ) ...<br>13:24:26.765: debug : do_open:1126 : driver 1 OPENVZ returned DECLINED<br>13:24:26.765: debug : do_open:1120 : trying driver 2 (VBOX) ...<br>13:24:26.765: debug : do_open:1126 : driver 2 VBOX returned DECLINED<br>
13:24:26.765: debug : do_open:1120 : trying driver 3 (remote) ...<br>13:24:26.765: debug : doRemoteOpen:564 : proceeding with name = esx://<br>13:24:26.765: debug : virExecWithHook:640 : <b>ssh test nc -U /apps/var/run/libvirt/libvirt-sock</b><br>
13:24:26.769: debug : remoteIO:8429 : Do proc=66 serial=0 length=28 wait=(nil)<br>13:24:26.769: debug : remoteIO:8491 : We have the buck 66 0x7fc565c4b010 0x7fc565c4b010<br>13:24:31.384: error : remoteIOReadBuffer:7707 : server closed connection<br>
13:24:31.384: debug : remoteIOEventLoop:8376 : Giving up the buck due to I/O error 66 0x7fc565c4b010 (nil)<br>13:24:31.384: debug : do_open:1126 : driver 3 remote returned ERROR<br>13:24:31.384: debug : virUnrefConnect:259 : unref connection 0x1146d20 1<br>
13:24:31.384: debug : virReleaseConnect:216 : release connection 0x1146d20<br><br><br>Thanks,<br>Jon<br><br>On Thu, Mar 4, 2010 at 12:26 PM, Matthias Bolte <<a href="mailto:matthias.bolte@googlemail.com">matthias.bolte@googlemail.com</a>> wrote:<br>
> 2010/3/4 Jonathan Kelley <<a href="mailto:jkelley@vm-labs.com">jkelley@vm-labs.com</a>>:<br>>> Hello,<br>>><br>>> I am trying to access an ESXi host using libvirt but it seems that it<br>>> requires netcat to be running on the ESX server.<br>
>><br>>> My ESX 4 does not have this installed and I am wondering if this is<br>>> required or is there some other way to get this working?<br>>><br>>> Thanks,<br>>> Jon<br>>><br>
><br>> No, you do not have to install anything on the ESX or ESXi server.<br>> libvirt works with an out-of-the-box installation of ESX.<br>><br>> Make sure your libvirt version is new enough (0.7.0 or newer) and that<br>
> the ESX support is enabled. For example if you've installed libvirt<br>> from Debian packages then you'll need to build libvirt from source,<br>> because Debian explicitly disables ESX support in their packages for<br>
> some unknown reason.<br>><br>> See <a href="http://libvirt.org/drvesx.html">http://libvirt.org/drvesx.html</a> if you haven't yet.<br>><br>> Matthias<br>><br><br>