
opsi Getting Started opsi-Version 4.0.5 25 / 85
# .* : ldap
#
# file as main backend, mysql as hw/sw invent
# and license management backend, opsipxeconfd and dhcpd backend:
# backend_.* : file, mysql, opsipxeconfd, dhcpd
# host_.* : file, opsipxeconfd, dhcpd
# productOnClient_.* : file, opsipxeconfd
# configState_.* : file, opsipxeconfd
# license.* : mysql
# softwareLicense.* : mysql
# audit.* : mysql
# .* : file
#
# mysql and opsipxeconfd only
#backend_.* : mysql, opsipxeconfd
#host_.* : mysql, opsipxeconfd
#productOnClient_.* : mysql, opsipxeconfd
#configState_.* : mysql, opsipxeconfd
#.* : mysql
#
# Recommended standard configuration of the preinstalled VM
# file as main backend, mysql as hw/sw invent
# and license management backend, opsipxeconfd and dhcpd backend:
# backend_.* : file, mysql, opsipxeconfd, dhcpd
# host_.* : file, opsipxeconfd, dhcpd
# productOnClient_.* : file, opsipxeconfd
# configState_.* : file, opsipxeconfd
# license.* : mysql
# softwareLicense.* : mysql
# audit.* : mysql
# .* : file
#
# Recommended standard configuration (dhcpd not at the opsi server)
# file as main backend, mysql as hw/sw invent
# and license management backend and opsipxeconfd backend:
backend_.* : file, mysql, opsipxeconfd
host_.* : file, opsipxeconfd
productOnClient_.* : file, opsipxeconfd
configState_.* : file, opsipxeconfd
license.* : mysql
softwareLicense.* : mysql
audit.* : mysql
.* : file
In dieser Datei sind oben Erläuterungen und Beispielkonfigurationen angegeben. In den nicht auskommentierten Zeilen
steht vorne der Name der opsi-Methoden (mit wildcard *) und nach einem Doppelpunkt die hierfür zuständigen
Backends. Bei jedem Methodenaufruf wird anhand dieser Liste geprüft, welche Backends aufgerufen werden müssen.
Dabei wird die erste Zeile genommen die zu dem Methoden Namen passt. Die letzte Zeile (.*) passt auf jeden Methoden
Namen.
Die Defaulteinstellung bei Installation der Pakete ist das file-Backend als Haupt-Backend.
Bei Inbetriebnahme des Servers (auch ohne Änderung der Datei) und nach jeder Änderung dieser Datei sollten Sie
aufrufen:
opsi-setup --init-current-config
opsi-setup --set-rights
service opsiconfd restart
service opsipxeconfd restart
Ignorieren Sie Warnungen wegen einer nicht gefundenen /etc/opsi/modules.
Wer welche Methoden verwenden darf, ist in der Datei /etc/opsi/backendManager/acl.conf festgelegt.
Kommentare zu diesen Handbüchern