versuche einen Client vom Opsi Server aus in den Opsi aufzunehmen.
Hierzu wir im HAnbuch unter 1.1.1.2 das Script beschrieben
Hier der Befehl:
Code: Alles auswählen
root@[server]:/opt/pcbin/install/opsi-client-agent#./opsi-deploy-client-agent -v -u "[Ip-Adresse]\adminuser" "[IP-Adresse]"
Code: Alles auswählen
[notice] Starting deployment to host 'IP-Adress
[notice] Querying for ip address of host 'IP-Adress'
[notice] Got ip address 'IP-Adress' from syscall
[notice] Pinging host IP-Adress ...
[notice] Host IP-Adress is up
[notice] Getting hardware ethernet address of host 'IP-Adress'
[notice] Found hardware ethernet address '00:15:77:ac:90:f7'
[notice] Creating client '192.168.2.179'
[notice] Testing winexe
[error] Deployment to 'Ip-Adress' failed: Failed to execute command on host '192': winexe error: Command './winexe -U 'ip-Adress\adminuser%*** confidential ***' //192 '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_INVALID_PARAMETER
Code: Alles auswählen
root@[server]:/opt/pcbin/install/opsi-client-agent#./opsi-deploy-client-agent -v -u "[Clientname]\adminuser" "[Clientname]"
Code: Alles auswählen
[notice] Starting deployment to host 'client.bla.blub'
[notice] Querying for ip address of host 'client.bla.blub'
[warning] Failed to get ip address for host 'client.bla.blub' by syscall: [Errno -2] Name or service not known
[notice] Got ip address 'IP-Adress' from netbios lookup
[notice] Pinging host IP-Adress ...
[notice] Host IP-Adress is up
[notice] Getting hardware ethernet address of host 'opsicl.kpb.local'
[notice] Found hardware ethernet address '00:15:77:ac:90:f7'
[notice] Creating client 'opsicl.kpb.local'
[notice] Testing winexe
[error] Deployment to 'opsicl.kpb.local' failed: Failed to execute command on host 'client': winexe error: Command './winexe -U 'clientL\adminuser%*** confidential ***' //opsicl '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_LOGON_FAILURE
Kann mir jemand weiterhelfen?
Gruß
Mike