opsi-deploy-client-agent
Verfasst: 30 Aug 2022, 14:48
Hallo allerseits,
ich versuche per Push Clients zu installieren.
Mit dem Befehl:
erhalte ich:
Sprich: Der opsi-Client wird nicht installiert.
Was ich nicht verstehe: Warum versucht der Server auf einem SSH-Port mit dem Client zu kommunizieren?
Was mache ich falsch?
Tausend dank für Eure Hilfe!
Liebe Grüße
Norbert
ich versuche per Push Clients zu installieren.
Mit dem Befehl:
Code: Alles auswählen
./opsi-deploy-client-agent -vv -u domain\\Administrator -p "Passwort" -c computername.domain
Code: Alles auswählen
[6] [2022-08-30 14:44:04.032] [ ] Deploying to Linux. (__init__.py:110)
[6] [2022-08-30 14:44:04.032] [ ] * BackendManager is creating BackendDispatcher (_Manager.py:169)
[6] [2022-08-30 14:44:04.032] [ ] Backend context was set to <BackendManager()> (Backend.py:201)
[6] [2022-08-30 14:44:04.033] [ ] Loading dispatch config file '/etc/opsi/backendManager/dispatch.conf' (Dispatcher.py:71)
[6] [2022-08-30 14:44:04.033] [ ] Loading backend config '/etc/opsi/backends/file.conf' (Dispatcher.py:129)
[6] [2022-08-30 14:44:04.034] [ ] Backend context was set to <BackendManager()> (Backend.py:201)
[6] [2022-08-30 14:44:04.035] [ ] Loading backend config '/etc/opsi/backends/mysql.conf' (Dispatcher.py:129)
[6] [2022-08-30 14:44:04.198] [ ] Backend context was set to <BackendManager()> (Backend.py:201)
[6] [2022-08-30 14:44:04.206] [ ] Connecting to mysql://opsi:***secret***@127.0.0.1/opsi?charset=utf8mb4 (MySQL.py:140)
[6] [2022-08-30 14:44:04.227] [ ] Connected to server version: 8.0.30-0ubuntu0.20.04.2 (MySQL.py:164)
[6] [2022-08-30 14:44:04.228] [ ] Loading backend config '/etc/opsi/backends/opsipxeconfd.conf' (Dispatcher.py:129)
[6] [2022-08-30 14:44:04.230] [ ] Backend context was set to <BackendManager()> (Backend.py:201)
[6] [2022-08-30 14:44:04.231] [ ] Dispatcher backends: ['file', 'mysql', 'opsipxeconfd'] (Dispatcher.py:146)
[6] [2022-08-30 14:44:04.277] [ ] * BackendManager is creating ExtendedConfigDataBackend (_Manager.py:177)
[6] [2022-08-30 14:44:04.277] [ ] Setting context to backend <ExtendedConfigDataBackend(configDataBackend=<BackendDispatcher(dispatchConfigFile='/etc/opsi/backendManager/dispatch.conf', context='<BackendManager()>')>)> (Extended.py:82)
[6] [2022-08-30 14:44:04.295] [ ] * BackendManager is creating HostControlSafeBackend (_Manager.py:199)
[6] [2022-08-30 14:44:04.295] [ ] Setting context to backend <HostControlSafeBackend()> (Extended.py:82)
[6] [2022-08-30 14:44:04.322] [ ] * BackendManager is creating BackendExtender (_Manager.py:215)
[6] [2022-08-30 14:44:04.322] [ ] Setting context to backend <BackendExtender()> (Extended.py:82)
[6] [2022-08-30 14:44:04.350] [ ] Reading config file '/etc/opsi/backendManager/extend.d/10_opsi.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.351] [ ] Reading config file '/etc/opsi/backendManager/extend.d/10_wim.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.352] [ ] Reading config file '/etc/opsi/backendManager/extend.d/20_easy.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.353] [ ] Reading config file '/etc/opsi/backendManager/extend.d/20_legacy.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.366] [ ] Reading config file '/etc/opsi/backendManager/extend.d/30_kiosk.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.367] [ ] Reading config file '/etc/opsi/backendManager/extend.d/30_sshcommands.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.369] [ ] Reading config file '/etc/opsi/backendManager/extend.d/40_admin_tasks.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.371] [ ] Reading config file '/etc/opsi/backendManager/extend.d/40_groupActions.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.373] [ ] Reading config file '/etc/opsi/backendManager/extend.d/45_deprecated.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.373] [ ] Reading config file '/etc/opsi/backendManager/extend.d/70_dynamic_depot.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.374] [ ] Reading config file '/etc/opsi/backendManager/extend.d/70_wan.conf' (Extender.py:82)
[6] [2022-08-30 14:44:04.422] [ ] Got host_id w10teg1w05.intern.zz (common.py:87)
[5] [2022-08-30 14:44:04.432] [w10teg1w05.intern.zz] Starting deployment to host w10teg1w05.intern.zz (common.py:381)
[5] [2022-08-30 14:44:04.432] [w10teg1w05.intern.zz] Querying for ip address of host w10teg1w05.intern.zz (common.py:197)
[6] [2022-08-30 14:44:04.432] [w10teg1w05.intern.zz] Getting host w10teg1w05.intern.zz by name (common.py:199)
[5] [2022-08-30 14:44:04.433] [w10teg1w05.intern.zz] Got ip address 192.168.11.132 from syscall (common.py:206)
[5] [2022-08-30 14:44:04.434] [w10teg1w05.intern.zz] Pinging host 192.168.11.132 ... (common.py:222)
[6] [2022-08-30 14:44:04.434] [w10teg1w05.intern.zz] Executing ping -q -c2 192.168.11.132 (common.py:56)
[5] [2022-08-30 14:44:05.442] [w10teg1w05.intern.zz] Host 192.168.11.132 is up (common.py:231)
[3] [2022-08-30 14:44:05.461] [w10teg1w05.intern.zz] Deployment to w10teg1w05.intern.zz failed: [Errno None] Unable to connect to port 22 on 192.168.11.132 (common.py:411)
[6] [2022-08-30 14:44:05.461] [w10teg1w05.intern.zz] Executing on remote: rm -rf /tmp/opsi-client-agent (posix.py:179)
[3] [2022-08-30 14:44:05.461] [w10teg1w05.intern.zz] Cleanup failed: 'NoneType' object has no attribute 'open_session' (posix.py:144)
[5] [2022-08-30 14:44:06.926] [ ] 0/1 deployments successful (__init__.py:197)
[4] [2022-08-30 14:44:06.926] [ ] 1/1 deployments failed (__init__.py:201)
Was ich nicht verstehe: Warum versucht der Server auf einem SSH-Port mit dem Client zu kommunizieren?
Was mache ich falsch?
Tausend dank für Eure Hilfe!
Liebe Grüße
Norbert