[Gelöst]winexe error - ERROR: Failed to open connection - NT_STATUS_NO_MEMORY

Antworten
Benutzeravatar
rieger
Beiträge: 4
Registriert: 22 Okt 2015, 15:54

[Gelöst]winexe error - ERROR: Failed to open connection - NT_STATUS_NO_MEMORY

Beitrag von rieger »

Hallo zusammen,

nachdem ich neu im Forum bin hoffe ich, dass ich mich nicht gleich mit meinem ersten Post lächerlich mache.
Habe folgendes Problem:

Ich habe heute die VM in unserer ESXi Umgebung zum laufen gebracht und auch alle Updates die vorhanden waren und machbar waren ausgeführt. Leider kann ich mit dem Befehl (als root ausgeführt):

Code: Alles auswählen

/var/lib/opsi/depot/opsi-client-agent/opsi-deploy-client-agent opsitestpc.kanzlei.local -u "kanzlei.local\\administrator" -o
den Client nicht auf dem Rechner "opsitestpc" installieren (Betriebssystem Windows 7). Ich erhalte folgende Fehlermeldung

Code: Alles auswählen

Deployment to 'opsitestpc.kanzlei.local' failed: Failed to execute command on host 'opsitestpc.kanzlei.local': winexe error: Command './winexe -U 'kanzlei.local\administrator%*** confidential ***' //opsitestpc.kanzlei.local 'cmd.exe /C "del /s /q c:\tmp\opsi-client-agent_inst && rmdir /s /q c:\tmp\opsi-client-agent_inst || echo not found"'' failed (1):
ERROR: Failed to open connection - NT_STATUS_NO_MEMORY

hier die mit -vvv erzeugte Ausgabe die meines erachtens wichtig ist:

Code: Alles auswählen

Testing winexe
Getting winexe installed on system failed (Command 'winexe' not found in PATH) Using local.
Executing: ./winexe -U 'kanzlei.local\administrator%*** confidential ***' //opsitestpc.kanzlei.local 'cmd.exe /C "del /s /q c:\tmp\opsi-client-agent_inst && rmdir /s /q c:\tmp\opsi-client-agent_inst || echo not found"'
Using encoding 'UTF-8'
>>> ERROR: Failed to open connection - NT_STATUS_NO_MEMORY
Exit code: 1
Winexe failure 'Command './winexe -U 'kanzlei.local\administrator%*** confidential ***' //opsitestpc.kanzlei.local 'cmd.exe /C "del /s /q c:\tmp\opsi-client-agent_inst && rmdir /s /q c:\tmp\opsi-client-agent_inst || echo not found"'' failed (1):
ERROR: Failed to open connection - NT_STATUS_NO_MEMORY', retrying
Getting winexe installed on system failed (Command 'winexe' not found in PATH) Using local.
Executing: ./winexe -U 'kanzlei.local\administrator%*** confidential ***' //opsitestpc.kanzlei.local 'cmd.exe /C "del /s /q c:\tmp\opsi-client-agent_inst && rmdir /s /q c:\tmp\opsi-client-agent_inst || echo not found"'
Using encoding 'UTF-8'
>>> ERROR: Failed to open connection - NT_STATUS_NO_MEMORY
Exit code: 1
Deployment to 'opsitestpc.kanzlei.local' failed: Failed to execute command on host 'opsitestpc.kanzlei.local': winexe error: Command './winexe -U 'kanzlei.local\administrator%*** confidential ***' //opsitestpc.kanzlei.local 'cmd.exe /C "del /s /q c:\tmp\opsi-client-agent_inst && rmdir /s /q c:\tmp\opsi-client-agent_inst || echo not found"'' failed (1):
ERROR: Failed to open connection - NT_STATUS_NO_MEMORY
Deleting client <OpsiClient(id=u'opsitestpc.kanzlei.local')> from backend.
Zuletzt geändert von rieger am 22 Okt 2015, 18:29, insgesamt 1-mal geändert.
Benutzeravatar
rieger
Beiträge: 4
Registriert: 22 Okt 2015, 15:54

Re: winexe error - ERROR: Failed to open connection - NT_STATUS_NO_MEMORY

Beitrag von rieger »

Habe das Problem lösen können. Anscheinend macht er keine saubere auflösung des DNS Namens. Wenn ich das ganze mit der IP anstoße funktioniert es.
Antworten