s_logger.info("sending bootstrap request to SCVMM agent on host "+ url.getHost());
Request request = new Request(0, 0, cmd, false);
// :FIXME without sleep link.send failing why??????
Thread.currentThread().sleep(5000);
_link.send(request.toBytes());
//wait for SCVMM agent to connect back
HostVO connectedHost = waitForHostConnect(dcId, podId, clusterId, guidWithTail);
if (connectedHost == null)
{