New VM setup - netboot products missing

Antworten
ttblum
Beiträge: 97
Registriert: 23 Jun 2017, 14:18
Wohnort: Cleveland, Ohio USA

New VM setup - netboot products missing

Beitrag von ttblum »

Hello,

I'm trying to test opsi for automating Windows OS installs. I brought up the 'opsivm4079' VM, and configured it as best I could.

However, the 'Netboot products' tab is completely empty. The /var/lib/opsi/depot directory doesn't seem to contain the filestructure I'm expecting either:

Code: Alles auswählen

adminuser@opsiserver:~$ ls -R /var/lib/opsi/depot
/var/lib/opsi/depot:
opsi_nfs_share  opsi-winpe

/var/lib/opsi/depot/opsi_nfs_share:

/var/lib/opsi/depot/opsi-winpe:
adksetup.exe  once.opsiscript  opsi-winpe.files
Has anyone else had this problem?
Benutzeravatar
m.radtke
Ex-uib-Team
Beiträge: 1767
Registriert: 10 Jun 2015, 12:19

Re: New VM setup - netboot products missing

Beitrag von m.radtke »

Hi

did you make the second start suggestions as proposed here?

alternatively you cal also run

Code: Alles auswählen

sudo apt update && sudo apt upgrade
opsi-product-updater -i -vv
opsi-set-rights 
and then recheck the depot

Cheers
Mathias


Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.

Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.

uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de


ttblum
Beiträge: 97
Registriert: 23 Jun 2017, 14:18
Wohnort: Cleveland, Ohio USA

Re: New VM setup - netboot products missing

Beitrag von ttblum »

Hi Mathias,

Thanks, this worked:

Code: Alles auswählen

sudo apt update && sudo apt upgrade
opsi-product-updater -i -vv
opsi-set-rights 
Antworten