def startup(self, vmx):
        sys.stdout.write("[%s] Starting!\r\n" % vmx)
        self._run_cmd(vmx, "start")