Ich bin grade dabei die OPSI ServerVM zu testen und hab da einiges was nicht geht.
Version: OPSI 4.01 VM
Eingerichtet gemäss Startin Manaual.
1.
Nach der ersten Installation des Clients wurde bei der Aufforderung zum installieren von hwaudit oder swaudit das OPSI Verzeichnis zum Mounten nicht gefunden.
Ebenfalls gehen alle netboot oder Software Installationen nicht.
Der OPSI Client versucht einen Mount zu erstellen auf //server/opsi_depot.
Schlicht bei der Installation des Servers und allen Konfigs wird diese Freigabe im Samba nicht hinterlegt.
Meine Lösung war eine weitere freigabe hinzuzufügen.
Code: Alles auswählen
[opsi_depot]
available = yes
comment = opsi depot share
path = /var/lib/opsi/depot
oplocks = no
level2 oplocks = no
writeable = yes
invalid users = root
2. Mein Problem ist nun, dass eine Win7 Installation nicht Funktioniert.
Hab gemäss Handbuch eine boot.wim erzeugt und den Inhalt von winpe auf den Server Kopiert.
danach die Berechtigungen gesetzt.
Inhalt winpe unter .../win7/winpe
Code: Alles auswählen
drwxrwsrwx 3 opsiconfd pcpatch 4096 2011-07-08 17:08 boot
-rw-rw-rw- 1 opsiconfd pcpatch 383562 2009-07-13 18:39 bootmgr
drwxrwsrwx 3 opsiconfd pcpatch 4096 2011-07-08 17:08 efi
drwxrwsrwx 2 opsiconfd pcpatch 4096 2011-07-08 20:02 sources
drwxrwsrwx 2 opsiconfd pcpatch 4096 2011-07-08 17:08 tools
no such file ore directory /mnt/hd/drv Sihe bootimage.log
Treiber habe ich aus dem driverpack eingebunden mittels dem script.
extract_driver_pack.py
und
create_driver_links.py
3.
Nach Abbruch des Fehler startet der Client neu und sucht die Datei startnet.cmd die im Verzeichnis C:\opsi sein sollte.
ist sie aber nicht, die fehlt.
Hier noch meine Aktuellen Versionen der Pakete.
Code: Alles auswählen
root@opsi:/opt/pcbin/install/win7/winpe# opsi-package-manager -l
--------------------
- opsi.widex.local -
--------------------
Product ID Version Name
================================================================================================================================================================================
freepdf_xp 3.26-3 FreePDF XP
ghostscript 8.64-5 Ghostscript 8
hwaudit 4.0.3-1 Client Hardwareinventarisierung
hwinvent 4.0-1 Hardware Inventarisierung
irfanview 4.25-2 IrfanView
javavm 1.6.0.20-2 Sun Java Runtime Environment
jedit 4.3.2-4 jEdit programmer's text editor
memtest86 3.5b-1 Memtest86+
ntfs-restore-image 4.0-1 NTFS Image zurückschreiben
ntfs-write-image 4.0-1 NTFS Image erstellen
opsi-adminutils 4.0.1.8-1 some administration tools (not only) for opsi
opsi-client-agent 4.0.1-7 opsi.org client agent
opsi-template 4.0-1 opsi template product
opsi-template-with-admin 1.0-8 opsi template for installs with logged in admin
opsi-winst 4.10.8.15-1 winst
pdfcreator 0.93-1 PDF Creator
shutdownwanted 1.0-3 shutdown wanted
swaudit 4.0-6 Client software inventory
uedit32 13.20-1 Ultra-Editor deutsch
win2003 4.0-4 Windows 2003 Standard Edition - x86 - deutsch
win2003-r2-x64 4.0-4 Windows Server 2003 R2 - x64 - english
win2008 4.0.1-2 Windows Server 2008 - x86 - deutsch
win2008-r2 4.0.1-2 Windows Server 2008 R2 - x64 - deutsch
win2008-x64 4.0.1-2 Windows Server 2008 - x64 - deutsch
win2k 4.0-4 Windows 2000 professional - x86 - deutsch
[b]win7 4.0.1-2 Windows 7 - x86 - deutsch [/b]
win7-x64 4.0.1-2 Windows 7 - x64 - deutsch
winvista 4.0.1-2 Windows Vista - x86 - deutsch
winvista-x64 4.0.1-2 Windows Vista - x64 - deutsch
winxppro 4.0-4 Windows XP professional - x86 - deutsch
winxppro-x64 4.0-4 Windows XP professional - x64 - deutsch
wipedisk 1.0-2 Festplatte oder Partitionen loeschen
xpconfig 2.6-1 XP Cusotimizing
Zudem finde ich ständig diesen Fehler..
[4] [Jul 09 13:34:50] Failed to read opsi modules file '/etc/opsi/modules': [Errno 2] No such file or directory: u'/etc/opsi/modules' (Backend.py|355)
Ich frage mich ob ich irgendwo was übersehen habe im Starting Gide..