opsi-client agent --> ERROR: Failed [Gelöst]

Antworten
Mark
Beiträge: 14
Registriert: 28 Mär 2011, 13:39

opsi-client agent --> ERROR: Failed [Gelöst]

Beitrag von Mark »

guten tag zusammen.

nach der neuinstallation von opsi 4.03 unter ubuntu precice x64 in einer VM (12.04) und der konfiguration nach handbuch haben wir probleme mit der remote-installation des clients auf windows rechnern. von den windows-clients aus lässt sich problemlos das opsi-depot einbinden und von dort aus die installation per service_setup.cmd bewerkstelligen. auch die verbindung vom opsi-server zum client per smbclient funktioniert ohne probleme. die remote-installation produziert allerdings folgenden output (egal ob opsi-deploy-client-agent oder opsi-deploy-client-agent-old):

Code: Alles auswählen

t$ ./opsi-deploy-client-agent -vv -u "pc/Admin" -p "passwort" pc.bibliothek.uni-augsburg.de
[info] * BackendManager is creating BackendDispatcher
[info] Backend context was set to <OPSI.Backend.BackendManager.BackendManager instance at 0x1afcbd8>
[info] Loading dispatch config file '/etc/opsi/backendManager/dispatch.conf'
[info] Loading backend config '/etc/opsi/backends/file.conf'
[info] Backend context was set to <OPSI.Backend.BackendManager.BackendDispatcher instance at 0x1afcc20>
[info] Loading backend config '/etc/opsi/backends/mysql.conf'
[info] Backend context was set to <OPSI.Backend.BackendManager.BackendDispatcher instance at 0x1afcc20>
[info] Creating ConnectionPool instance
[info] Verifying modules file signature
[notice] Modules file signature verified (customer: Uni Augsburg)
[info] Loading backend config '/etc/opsi/backends/opsipxeconfd.conf'
[info] Backend context was set to <OPSI.Backend.BackendManager.BackendDispatcher instance at 0x1afcc20>
[info] * BackendManager is creating ExtendedConfigDataBackend
[info] Setting context to backend <OPSI.Backend.Backend.ExtendedConfigDataBackend instance at 0x1afcb90>
[notice] Starting deployment to host 'pc.bibliothek.uni-augsburg.de'
[notice] Querying for ip address of host 'pc.bibliothek.uni-augsburg.de'
[info] Getting host 'pc.bibliothek.uni-augsburg.de' by name
[notice] Got ip address 'xxx.xxx.xxx.xxx' from syscall
[notice] Pinging host xxx.xxx.xxx.xxx ...
[info] Executing: ping -q -c2 xxx.xxx.xxx.xxx
[info] Using encoding 'ANSI_X3.4-1968'
[notice] Host xxx.xxx.xxx.xxx is up
[notice] Getting hardware ethernet address of host 'pc.bibliothek.uni-augsburg.de'
[notice] Found hardware ethernet address 'xx:xx:xx:xx:xx:xx'
[notice] Creating client 'pc.bibliothek.uni-augsburg.de'
[info] Creating host '<OpsiClient id 'pc.bibliothek.uni-augsburg.de'>'
[notice] Testing winexe
[info] Executing: ./winexe -U 'pc/Admin%*** confidential ***' //pc 'cmd.exe /C "del /s /q c:\tmp\opsi-client-agent_inst && rmdir /s /q c:\tmp\opsi-client-agent_inst || echo not found"'
[info] Using encoding 'ANSI_X3.4-1968'
[info] Winexe failure 'Command './winexe -U 'pc/Admin%*** confidential ***' //pc '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):
dos charset 'CP850' unavailable - using ASCII
ERROR: Failed to open connection - NT_STATUS_UNEXPECTED_NETWORK_ERROR', retrying
[info] Executing: ./winexe -U 'pc/Admin%*** confidential ***' //pc 'cmd.exe /C "del /s /q c:\tmp\opsi-client-agent_inst && rmdir /s /q c:\tmp\opsi-client-agent_inst || echo not found"'
[info] Using encoding 'ANSI_X3.4-1968'
[error] Deployment to 'pc.bibliothek.uni-augsburg.de' failed: Failed to execute command on host 'pc': winexe error: Command './winexe -U 'pc/Admin%*** confidential ***' //pc '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):
dos charset 'CP850' unavailable - using ASCII
ERROR: Failed to open connection - NT_STATUS_UNEXPECTED_NETWORK_ERROR
[info] Getting auditSoftwareOnClient, filter: {'clientId': u'pc.bibliothek.uni-augsburg.de'}
[info] Getting auditHardwareOnHosts, filter: {'hostId': u'pc.bibliothek.uni-augsburg.de'}
[info] Getting licenseOnClient, filter: {'clientId': u'pc.bibliothek.uni-augsburg.de'}
[info] Getting softwareLicenses, filter: {'boundToHost': u'pc.bibliothek.uni-augsburg.de'}
[info] Getting auditSoftwareOnClient, filter: {'clientId': upc.bibliothek.uni-augsburg.de'}
[info] Getting auditHardwareOnHosts, filter: {'hostId': u'pc.bibliothek.uni-augsburg.de'}
[info] Getting licenseOnClient, filter: {'clientId': u'pc.bibliothek.uni-augsburg.de'}
[info] Getting softwareLicenses, filter: {'boundToHost': u'pc.bibliothek.uni-augsburg.de'}
fuer loesungsvorschlaege waere ich dankbar.

viele gruesse

markus

UPDATE: nach der aktualisierung der winexe hat die installation funktioniert
Antworten