Bug? Umbennen eines Clients

Benutzeravatar
ueluekmen
uib-Team
Beiträge: 1939
Registriert: 28 Mai 2008, 10:53

Re: Bug? Umbennen eines Clients

Beitrag von ueluekmen »

Poste mal deine dispatch.conf
opsi support - uib gmbh
For productive opsi installations we recommend support contracts.
http://www.uib.de
djdodo
Beiträge: 164
Registriert: 12 Jan 2011, 10:54

Re: Bug? Umbennen eines Clients

Beitrag von djdodo »

Code: Alles auswählen

# -*- coding: utf-8 -*-
# = = = = = = = = = = = = = = = = = = = = = = =
# =      backend dispatch configuration       =
# = = = = = = = = = = = = = = = = = = = = = = =
#
# This file configures which methods are dispatched to which backends.
# Entries has to follow the form:
# <regular expression to match method name(s)> : <comma separated list of backend name(s)>
#
# Backend names have to match a backend configuraton file basename <backend name>.conf beneath /etc/opsi/backends.
# For every method executed on backend dispatcher the first matching regular expression will be decisive.
#
# Typical configurations:
#    file, opsipxeconfd and dhcpd backend:
#       backend_.*         : file, opsipxeconfd, dhcpd
#       host_.*            : file, opsipxeconfd, dhcpd
#       productOnClient_.* : file, opsipxeconfd
#       configState_.*     : file, opsipxeconfd
#       .*                 : file
#
#    jsonrpc, opsipxeconfd and dhcpd backend:
#       backend_.*         : jsonrpc, opsipxeconfd, dhcpd
#       .*                 : jsonrpc
#
#    file as main backend, mysql as hw/sw invent and license management backend, opsipxeconfd and dhcpd backend:
       backend_.*         : file, opsipxeconfd
       host_.*            : file, opsipxeconfd
       productOnClient_.* : file, opsipxeconfd
       configState_.*     : file, opsipxeconfd
       audit.*            : mysql
       .*                 : file
djdodo
Beiträge: 164
Registriert: 12 Jan 2011, 10:54

Re: Bug? Umbennen eines Clients

Beitrag von djdodo »

Übrigens fehlen mir auch einige Clients in der Übersicht, obwohl der Dienst dort läuft.
Im alten File-Backend sind sie auch nicht vorhanden.
Gibt es eine Möglichkeit, die Clients wieder verbunden zu bekommen?
Es handelt sich um Notebooks, welche höchstens einmal im Monat "sauber" durchgestartet werden, fast jeder nutzt nur den Ruhezustand.
Somit ist GPO nicht zuverlässig.
Benutzeravatar
ueluekmen
uib-Team
Beiträge: 1939
Registriert: 28 Mai 2008, 10:53

Re: Bug? Umbennen eines Clients

Beitrag von ueluekmen »

Hi,

Code: Alles auswählen

backend_.*         : file, opsipxeconfd
ist falsch... da muss mysql noch mit aufgeführt werden:

Code: Alles auswählen

backend_.*         : file, mysql, opsipxeconfd
opsi support - uib gmbh
For productive opsi installations we recommend support contracts.
http://www.uib.de
Benutzeravatar
ueluekmen
uib-Team
Beiträge: 1939
Registriert: 28 Mai 2008, 10:53

Re: Bug? Umbennen eines Clients

Beitrag von ueluekmen »

Wenn Clients in der Übersicht fehlen und im Backend auch nicht auftauchen, dann wurden Sie wohl gelöscht. OPSI selbst hat keinen Mechanismus das automatisch zu tun. Wenn die Clients nicht existieren, dann kann man sie neu aufnehmen. Am einfachsten geht das mit service_setup.cmd. Wenn man nicht dran kommt, kann man das deploy versuchen, aber wenn die Geräte nicht im Haus sind, wird es schwierig.
opsi support - uib gmbh
For productive opsi installations we recommend support contracts.
http://www.uib.de
djdodo
Beiträge: 164
Registriert: 12 Jan 2011, 10:54

Re: Bug? Umbennen eines Clients

Beitrag von djdodo »

HW-Audit funktioniert wieder. Allerdings fehlen mir jetzt noch alle Product-Properties....
Es kommt beim Abrufen der Server-defaults "key not valid" z.B. fullname (bei Win10-x64)
Antworten