Aktualisierung des OPSI Agents schlägt fehl

Antworten
db134
Beiträge: 5
Registriert: 03 Aug 2021, 14:11

Aktualisierung des OPSI Agents schlägt fehl

Beitrag von db134 »

Leider haben wir ein paar Rechner, die eine Aktualisierung verweigern. Vermutlich liegt das Problem am Vergleich der Paketinstallation und der bestehenden Installation:

Code: Alles auswählen

(130)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   4)productversion=4.1.1.32
(131)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   5)packageversion=1
(132)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   6)priority=95
(133)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   7)installationstate=installed
(134)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   8)lastactionrequest=setup
(135)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   9)lastactionresult=none
(136)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string  10)installedversion=4.1.0.0
(137)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string  11)installedpackage=48
.....
(148)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent] If
(149)     [7] [2021-06-28 16:41:13.491] [opsi-client-agent]   $packageversion$ = $installedpackage$   <<< result false
(150)     [7] [2021-06-28 16:41:13.491] [opsi-client-agent]   $productversion$ = $installedversion$ and $packageversion$ = $installedpackage$   <<< result false
(151)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent]   not($productversion$ = $installedversion$ and $packageversion$ = $installedpackage$)   <<< result true
(152)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent] Then
(153)     [3] [2021-06-28 16:41:13.491] [opsi-client-agent]   Error: Update Script do not match installed version - could not Update - Install new version
(154)     [2] [2021-06-28 16:41:13.491] [opsi-client-agent]   Error level set to fatal
(155)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent]   Process aborted
Leider können wir nicht genauer nachvollziehen, woher und warum das Problem kommt.
Hat jemand eine Idee? Ist das Problem bekannt?

Da die Aktualisierung immer mal wieder fehlschlägt, haben wir die Erfahrung gemacht, dass "Setup" eine teilweise eine besser Möglichkeit bietet, um den Agent zu aktualisieren. Das sollte nicht die Ursache sein oder?

fsinst.domain.com ist der OPSI-Server
c-de-001924.domain.com ist der PC, der dieses Problem hat.

Hier das gesamte Log des Clients:

Code: Alles auswählen

(0)       [1] [2021-06-28 16:41:12.058] [] opsi-script 4.12.4.21 started at >>
(1)       [1] [2021-06-28 16:41:12.058] [] opsi-script log file with encoding utf8
(2)       [1] [2021-06-28 16:41:12.058] [] startmessage opsi-script created at CentralForm.FormCreate: 28.06.2021 16:41:11
(3)       [1] [2021-06-28 16:41:12.059] [] Detected Language is:de
(4)       [1] [2021-06-28 16:41:12.059] [] Loading skin from: C:\Program Files (x86)\opsi.org\opsi-client-agent\opsi-winst\skin
(5)       [1] [2021-06-28 16:41:12.072] [] Called with parameter: /opsiservice\r\nhttps://localhost:4441/rpc\r\n/clientid\r\nc-de-001924.domain.com\r\n/username\r\nc-de-001924.domain.com\r\n/password\r\n***(confidential)***
(6)       [1] [2021-06-28 16:41:12.072] [] Depot path from readconfig:  C:\opsi.org\cache\depot 28.06.2021 16:41:11
(7)       [1] [2021-06-28 16:41:12.072] [] startmessage StartProgramModes and create log: 28.06.2021 16:41:11
(8)       [1] [2021-06-28 16:41:12.072] [] Compiled with FPC: 3.2.0 for: Win32-i386
(9)       [1] [2021-06-28 16:41:12.072] [] pm: 5 28.06.2021 16:41:11
(10)      [1] [2021-06-28 16:41:12.072] [] startmessage start opsi service connection: 28.06.2021 16:41:11
(11)      [1] [2021-06-28 16:41:12.072] [] startmessage: opsidata initialized: 28.06.2021 16:41:11
(12)      [1] [2021-06-28 16:41:12.072] [] c-de-001924.domain.com
(13)      [1] [2021-06-28 16:41:12.072] [] Starting Servicecall: backend_info
(14)      [1] [2021-06-28 16:41:12.072] [] Success Servicecall: backend_info
(15)      [1] [2021-06-28 16:41:12.072] [] got config: opsi-script.global.force_min_loglevel
(16)      [1] [2021-06-28 16:41:12.072] [] got force_min_loglevel: false
(17)      [1] [2021-06-28 16:41:12.072] [] Error: Not an Integer:  force_min_loglevel: false
(18)      [1] [2021-06-28 16:41:12.072] [] got default_loglevel: 7
(19)      [1] [2021-06-28 16:41:12.072] [] got AutoActivityDisplay: true
(20)      [1] [2021-06-28 16:41:12.072] [] got debug_lib: false
(21)      [1] [2021-06-28 16:41:12.072] [] got ScriptErrorMessages: false
(22)      [1] [2021-06-28 16:41:12.072] [] got debug_prog: false
(23)      [1] [2021-06-28 16:41:12.072] [] got w10BitlockerSuspendOnReboot: false
(24)      [1] [2021-06-28 16:41:12.072] [] got ReverseProductOrderByUninstall: false
(25)      [1] [2021-06-28 16:41:12.072] [] readConfigFromService: ok
(26)      [1] [2021-06-28 16:41:12.072] [] startmessage create log: 28.06.2021 16:41:12
(27)      [1] [2021-06-28 16:41:12.072] [] Cleanup old part files at 28.06.2021 16:41:12
(28)      [1] [2021-06-28 16:41:12.072] [] Backup old log files at 28.06.2021 16:41:12
(29)      [1] [2021-06-28 16:41:12.072] [] Initiate new log file at 28.06.2021 16:41:12
(30)      [1] [2021-06-28 16:41:12.072] [] force_min_loglevel: 0
(31)      [1] [2021-06-28 16:41:12.073] [] default_loglevel: 7
(32)      [1] [2021-06-28 16:41:12.073] [] debug_prog: false
(33)      [1] [2021-06-28 16:41:12.073] [] debug_lib: false
(34)      [7] [2021-06-28 16:41:12.073] [] Testing as temp path: c:\opsi.org\tmp\
(35)      [7] [2021-06-28 16:41:12.073] [] Succseeded: Testing as temp path: c:\opsi.org\tmp\ (28.06.2021 16:41:12)
(36)      [7] [2021-06-28 16:41:12.074] [] Final: Using as temp path: c:\opsi.org\tmp\
(37)      [6] [2021-06-28 16:41:12.074] [] SslLib should be: ssleay32.dll
(38)      [6] [2021-06-28 16:41:12.156] [] JSON Bench for getDepotId "params":["c-de-001924.domain.com"],"id":1} Start: 16:41:12:074 Time: 00:00:00:082
(39)      [6] [2021-06-28 16:41:12.156] [] SslLib should be: ssleay32.dll
(40)      [6] [2021-06-28 16:41:12.448] [] JSON Bench for getProductOrdering "params":["fsinst.domain.com"],"id":1} Start: 16:41:12:156 Time: 00:00:00:291
(41)      [6] [2021-06-28 16:41:12.449] [] SslLib should be: ssleay32.dll
(42)      [6] [2021-06-28 16:41:12.556] [] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"c-de-001924.domain.com" Start: 16:41:12:448 Time: 00:00:00:108
(43)      [1] [2021-06-28 16:41:12.684] [] Computername:c-de-001924.domain.com
(44)      [1] [2021-06-28 16:41:12.684] [] Computername according to Environment Variable :C-DE-001924
(45)      [1] [2021-06-28 16:41:12.684] [] opsi service URL https://localhost:4441
(46)      [6] [2021-06-28 16:41:12.684] [] Depot path:  C:\opsi.org\cache\depot
(47)      [6] [2021-06-28 16:41:12.684] [] 
(48)      [7] [2021-06-28 16:41:12.695] [] bootmode from registry: BKSTD
(49)      [6] [2021-06-28 16:41:12.695] [] Bootmode: BKSTD
(50)      [6] [2021-06-28 16:41:12.695] [] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(51)      [6] [2021-06-28 16:41:12.695] [] Resolved sequence of products (28.06.2021 16:41:12):
(52)      [6] [2021-06-28 16:41:12.695] [] Product 0 	opsi-client-agent : update
(53)      [6] [2021-06-28 16:41:12.696] [] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(54)      [6] [2021-06-28 16:41:12.696] [] SslLib should be: ssleay32.dll
(55)      [6] [2021-06-28 16:41:12.787] [] JSON Bench for getProduct_hash "params":["opsi-client-agent","fsinst.domain.com" Start: 16:41:12:696 Time: 00:00:00:091
(56)      [7] [2021-06-28 16:41:12.787] [] in TOpsi4Data.initProduct : opsi-client-agent
(57)      [6] [2021-06-28 16:41:12.787] [] SslLib should be: ssleay32.dll
(58)      [6] [2021-06-28 16:41:12.820] [] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"c-de-001924.domain.com" Start: 16:41:12:787 Time: 00:00:00:033
(59)      [6] [2021-06-28 16:41:12.821] [] Actionrequest for product: opsi-client-agent is (original/actual): (update / update)
(60)      [6] [2021-06-28 16:41:12.838] [opsi-client-agent] Actionrequest for Product: opsi-client-agent is: update
(61)      [6] [2021-06-28 16:41:12.838] [opsi-client-agent] SslLib should be: ssleay32.dll
(62)      [6] [2021-06-28 16:41:12.916] [opsi-client-agent] JSON Bench for getProductProperties_hash "params":["opsi-client-agent","c-de-001924.dbaudio Start: 16:41:12:838 Time: 00:00:00:078
(63)      [6] [2021-06-28 16:41:12.917] [opsi-client-agent] SslLib should be: ssleay32.dll
(64)      [6] [2021-06-28 16:41:12.962] [opsi-client-agent] JSON Bench for getProduct_hash "params":["opsi-client-agent","fsinst.domain.com" Start: 16:41:12:917 Time: 00:00:00:045
(65)      [7] [2021-06-28 16:41:12.963] [opsi-client-agent] in TOpsi4Data.initProduct : opsi-client-agent
(66)      [6] [2021-06-28 16:41:12.964] [opsi-client-agent] SslLib should be: ssleay32.dll
(67)      [6] [2021-06-28 16:41:13.007] [opsi-client-agent] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"c-de-001924.domain.com" Start: 16:41:12:963 Time: 00:00:00:044
(68)      [6] [2021-06-28 16:41:13.009] [opsi-client-agent] SslLib should be: ssleay32.dll
(69)      [6] [2021-06-28 16:41:13.087] [opsi-client-agent] JSON Bench for setProductActionRequest "params":["opsi-client-agent","c-de-001924.dbaudio Start: 16:41:13:008 Time: 00:00:00:079
(70)      [1] [2021-06-28 16:41:13.087] [opsi-client-agent] product opsi-client-agent set to update
(71)      [1] [2021-06-28 16:41:13.087] [opsi-client-agent] Update script name: C:\opsi.org\cache\depot\opsi-client-agent\files\opsi\config.opsiscript
(72)      [6] [2021-06-28 16:41:13.088] [opsi-client-agent] SslLib should be: ssleay32.dll
(73)      [6] [2021-06-28 16:41:13.133] [opsi-client-agent] JSON Bench for getProduct_hash "params":["opsi-client-agent","fsinst.domain.com" Start: 16:41:13:087 Time: 00:00:00:046
(74)      [7] [2021-06-28 16:41:13.134] [opsi-client-agent] in TOpsi4Data.initProduct : opsi-client-agent
(75)      [6] [2021-06-28 16:41:13.134] [opsi-client-agent] SslLib should be: ssleay32.dll
(76)      [6] [2021-06-28 16:41:13.177] [opsi-client-agent] JSON Bench for productOnClient_getObjects "params":["",{"clientId":"c-de-001924.domain.com" Start: 16:41:13:134 Time: 00:00:00:043
(77)      [6] [2021-06-28 16:41:13.178] [opsi-client-agent] Using new Depot path:  C:\opsi.org\cache\depot
(78)      [7] [2021-06-28 16:41:13.207] [opsi-client-agent] Load from Unicode file
(79)      [7] [2021-06-28 16:41:13.232] [opsi-client-agent] Load from file with encoding: system
(80)      [4] [2021-06-28 16:41:13.243] [opsi-client-agent] Encoding=system makes the opsiscript not portable between different OS
(81)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent] 
(82)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent] ============ Version 4.12.4.21 script "C:\opsi.org\cache\depot\opsi-client-agent\files\opsi\config.opsiscript"
(83)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              used script encoding: system
(84)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              used system encoding: cp1252
(85)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              start: 2021-06-28  16:41:13
(86)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              installing product: opsi-client-agent_4.1.1.32-1
(87)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              on client named    "c-de-001924.domain.com"
(88)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              loggedin user    ""
(89)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              opsi-script running as    "SYSTEM"
(90)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              opsi-script running with admin privileges
(91)      [1] [2021-06-28 16:41:13.244] [opsi-client-agent]              opsi-script running in standard script mode
(92)      [1] [2021-06-28 16:41:13.245] [opsi-client-agent] executing: "C:\Program Files (x86)\opsi.org\opsi-client-agent\opsi-winst\winst32.exe"
(93)      [1] [2021-06-28 16:41:13.245] [opsi-client-agent] system infos:
(94)      [1] [2021-06-28 16:41:13.248] [opsi-client-agent] 30-24-32-98-89-7D  -  PC hardware address
(95)      [1] [2021-06-28 16:41:13.248] [opsi-client-agent] c-de-001924.domain.com  -  IP name
(96)      [1] [2021-06-28 16:41:13.248] [opsi-client-agent] 192.168.178.22  -  IP address
(97)      [1] [2021-06-28 16:41:13.248] [opsi-client-agent] DEU  -  System default locale
(98)      [7] [2021-06-28 16:41:13.248] [opsi-client-agent] Registry started without redirection (64 Bit)
(99)      [7] [2021-06-28 16:41:13.248] [opsi-client-agent] Registry started readonly
(100)     [7] [2021-06-28 16:41:13.248] [opsi-client-agent] Registry started without redirection (64 Bit)
(101)     [6] [2021-06-28 16:41:13.249] [opsi-client-agent] Registry key [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion]  opened
(102)     [6] [2021-06-28 16:41:13.249] [opsi-client-agent] Key closed
(103)     [1] [2021-06-28 16:41:13.249] [opsi-client-agent] MS Windows 10.0 64 Bit, Release: 2009, Edition: Enterprise Edition
(104)     [1] [2021-06-28 16:41:13.249] [opsi-client-agent] opsi service version : 4
(105)     [1] [2021-06-28 16:41:13.249] [opsi-client-agent] 
(106)     [7] [2021-06-28 16:41:13.252] [opsi-client-agent] Registry started readonly
(107)     [7] [2021-06-28 16:41:13.252] [opsi-client-agent] Registry started without redirection (64 Bit)
(108)     [6] [2021-06-28 16:41:13.252] [opsi-client-agent] Registry key [HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion]  opened
(109)     [6] [2021-06-28 16:41:13.252] [opsi-client-agent] Key closed
(110)     [7] [2021-06-28 16:41:13.325] [opsi-client-agent] Starting with script...
(111)     [6] [2021-06-28 16:41:13.325] [opsi-client-agent] opsi-script has version  4.12.4.21, required is : >= 4.11.4.12
(112)     [6] [2021-06-28 16:41:13.325] [opsi-client-agent] ScriptErrorMessages was False is set to false
(113)     [7] [2021-06-28 16:41:13.482] [opsi-client-agent] 
(114)     [7] [2021-06-28 16:41:13.482] [opsi-client-agent] (created string list $INST_ResultList$)
(115)     [7] [2021-06-28 16:41:13.482] [opsi-client-agent] 
(116)     [7] [2021-06-28 16:41:13.482] [opsi-client-agent] (created string list $ResultList$)
(117)     [6] [2021-06-28 16:41:13.482] [opsi-client-agent] Set  $INST_OS$ = GetOS
(118)     [6] [2021-06-28 16:41:13.489] [opsi-client-agent]   The value of the variable "$INST_OS$" is now: "Windows_NT"
(119)     [6] [2021-06-28 16:41:13.489] [opsi-client-agent] If
(120)     [7] [2021-06-28 16:41:13.489] [opsi-client-agent]   $INST_OS$ = "Windows_NT"   <<< result true
(121)     [6] [2021-06-28 16:41:13.490] [opsi-client-agent]   not($INST_OS$ = "Windows_NT")   <<< result false
(122)     [6] [2021-06-28 16:41:13.490] [opsi-client-agent] Then
(123)     [6] [2021-06-28 16:41:13.490] [opsi-client-agent] EndIf
(124)     [6] [2021-06-28 16:41:13.490] [opsi-client-agent] Set  $INST_Resultlist$ = getProductMap
(125)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   The value of the variable "$INST_Resultlist$" is now:
(126)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   0)id=opsi-client-agent
(127)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   1)name=opsi.org client agent
(128)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   2)description=opsi windows client agent
(129)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   3)advice=
(130)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   4)productversion=4.1.1.32
(131)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   5)packageversion=1
(132)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   6)priority=95
(133)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   7)installationstate=installed
(134)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   8)lastactionrequest=setup
(135)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string   9)lastactionresult=none
(136)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string  10)installedversion=4.1.0.0
(137)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string  11)installedpackage=48
(138)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string  12)installedmodificationtime=2021-06-28 16:41:13
(139)     [7] [2021-06-28 16:41:13.490] [opsi-client-agent]   (string  13)actionrequest=update
(140)     [6] [2021-06-28 16:41:13.490] [opsi-client-agent] Set  $productversion$ = getValue("productversion", $INST_Resultlist$)
(141)     [6] [2021-06-28 16:41:13.490] [opsi-client-agent]   The value of the variable "$productversion$" is now: "4.1.1.32"
(142)     [6] [2021-06-28 16:41:13.490] [opsi-client-agent] Set  $installedversion$ = getValue("installedversion", $INST_Resultlist$)
(143)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent]   The value of the variable "$installedversion$" is now: "4.1.0.0"
(144)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent] Set  $packageversion$ = getValue("packageversion", $INST_Resultlist$)
(145)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent]   The value of the variable "$packageversion$" is now: "1"
(146)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent] Set  $installedpackage$ = getValue("installedpackage", $INST_Resultlist$)
(147)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent]   The value of the variable "$installedpackage$" is now: "48"
(148)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent] If
(149)     [7] [2021-06-28 16:41:13.491] [opsi-client-agent]   $packageversion$ = $installedpackage$   <<< result false
(150)     [7] [2021-06-28 16:41:13.491] [opsi-client-agent]   $productversion$ = $installedversion$ and $packageversion$ = $installedpackage$   <<< result false
(151)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent]   not($productversion$ = $installedversion$ and $packageversion$ = $installedpackage$)   <<< result true
(152)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent] Then
(153)     [3] [2021-06-28 16:41:13.491] [opsi-client-agent]   Error: Update Script do not match installed version - could not Update - Install new version
(154)     [2] [2021-06-28 16:41:13.491] [opsi-client-agent]   Error level set to fatal
(155)     [6] [2021-06-28 16:41:13.491] [opsi-client-agent]   Process aborted
(156)     [1] [2021-06-28 16:41:13.491] [opsi-client-agent] ___________________
(157)     [1] [2021-06-28 16:41:13.491] [opsi-client-agent] script finished: failed
(158)     [1] [2021-06-28 16:41:13.491] [opsi-client-agent] 1 error
(159)     [1] [2021-06-28 16:41:13.491] [opsi-client-agent] 0 warnings
(160)     [1] [2021-06-28 16:41:13.491] [opsi-client-agent] 
(161)     [1] [2021-06-28 16:41:13.491] [opsi-client-agent] installed product: opsi-client-agent Version: 4.1.1.32-1
(162)     [1] [2021-06-28 16:41:13.491] [opsi-client-agent] 
(163)     [7] [2021-06-28 16:41:13.492] [opsi-client-agent] BuildPC: update switches .....
(164)     [6] [2021-06-28 16:41:13.492] [opsi-client-agent] SslLib should be: ssleay32.dll
(165)     [6] [2021-06-28 16:41:13.547] [opsi-client-agent] JSON Bench for productOnClient_updateObject "params":[{"clientId":"c-de-001924.domain.com","a Start: 16:41:13:492 Time: 00:00:00:054
(166)     [7] [2021-06-28 16:41:13.550] [] Registry started with redirection (32 Bit)
(167)     [6] [2021-06-28 16:41:13.551] [] Registry key [HKLM\SOFTWARE\opsi.org\winst]  opened
(168)     [6] [2021-06-28 16:41:13.551] []                   Variable "RebootRequested"  is keeping its value "0"
(169)     [6] [2021-06-28 16:41:13.551] []                   Variable "LastLogFilename"  is keeping its value "c:\opsi.org\log\opsi-script.log"
(170)     [6] [2021-06-28 16:41:13.551] []                   Variable "ContinueLogFile"  is keeping its value "0"
(171)     [6] [2021-06-28 16:41:13.551] []                   Variable "NumberOfErrors"  is keeping its value "0"
(172)     [6] [2021-06-28 16:41:13.558] []                   Key flushed
(173)     [6] [2021-06-28 16:41:13.558] []                   Key closed
(174)     [6] [2021-06-28 16:41:13.566] []                   SslLib should be: ssleay32.dll
(175)     [6] [2021-06-28 16:41:13.602] []                   JSON Bench for backend_getSystemConfiguration "params":[],"id":1} Start: 16:41:13:566 Time: 00:00:00:036
(176)     [6] [2021-06-28 16:41:13.603] []                   Checking if partlog: is bigger than 4 MB :.
(177)     [6] [2021-06-28 16:41:13.603] []                   Checking if partlog: c:\opsi.org\log\\opsi-script-part-f3q17Ap6DF.log is bigger than 4 MB - found: 0 MB
(178)     [5] [2021-06-28 16:41:13.603] [] -------- submitted part of log file ends here, see the rest of log file on client ----------
(179)     [6] [2021-06-28 16:41:13.605] [] read file created
(180)     [6] [2021-06-28 16:41:13.605] [] read file opend
(181)     [6] [2021-06-28 16:41:13.605] [] start reading read file ...
(182)     [6] [2021-06-28 16:41:13.613] [] write line: >", "c-de-001924.domain.com", "false"], "id": 1}<  to service...
(183)     [6] [2021-06-28 16:41:13.613] [] start sending read file ...
(184)     [7] [2021-06-28 16:41:13.650] [] Response Content-Encoding: deflate
(185)     [6] [2021-06-28 16:41:13.651] [] SslLib should be: ssleay32.dll
(186)     [6] [2021-06-28 16:41:13.678] [] JSON Bench for backend_exit "params":[],"id":1} Start: 16:41:13:650 Time: 00:00:00:028
(187)     [1] [2021-06-28 16:41:13.678] [] ============  opsi-script Version 4.12.4.21 is regularly exiting. Time 2021-06-28  16:41:13 .
Benutzeravatar
wolfbardo
uib-Team
Beiträge: 1354
Registriert: 01 Jul 2008, 12:10

Re: Aktualisierung des OPSI Agents schlägt fehl

Beitrag von wolfbardo »

Zur Aktualisierung auf eine neue Version immer

opsi-client-agent = setup

setzen.

Gruss
Bardo Wolf


OPSICONF 2024
https://opsi.org/en/opsiconf/

Basisworkshop Mainz :

17. - 20. 06. 2024


opsi support - uib gmbh
For productive opsi installations we recommend maintainance + support contracts which are the base of opsi development.

http://www.uib.de
db134
Beiträge: 5
Registriert: 03 Aug 2021, 14:11

Re: Aktualisierung des OPSI Agents schlägt fehl

Beitrag von db134 »

Wir haben mehrmals den Agent auf Setup gestellt und aktualisieren lassen, jedoch scheint sie nicht erfolgreich zu sein (siehe Log).
db134
Beiträge: 5
Registriert: 03 Aug 2021, 14:11

Re: Aktualisierung des OPSI Agents schlägt fehl

Beitrag von db134 »

Ein Update auf die Serverversion 4.2 hat Abhilfe geschafft.
Antworten