Seite 1 von 3
OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 15 Jun 2020, 09:40
von Panda
Morgen
ich habe OPSI client Server von dieser Seite heruntergeladen.
http://download.uib.de/opsi4.1/stable/p ... localboot/
Wenn ich das Programm ausführen möchte
Bekomme ich folgende Fehlermeldung:
"Der Datei ist kein App zum Ausführen dieser Aktion zugeordnet. Installieren Sie App, oder erstellen Sie auf der
Einstellungsseite für Standard-Apps eine Zuordnung, wenn bereits eine App installiert ist. "
Zweite Frage: In meinem OPSI server habe ich MSI Datei reingelegt aber der Server sieht die Datei nicht weil nicht die Endung OPSI hat.
Wie kann ich die Endung ändern?
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 15 Jun 2020, 11:42
von SisterOfMercy
Have you read the getting started?
https://download.uib.de/opsi4.1/documen ... -v4.1.html
Also look at the templates, for instance:
https://download.uib.de/opsi4.1/stable/ ... 0.6-1.opsi
There are also scripts to be found in the wiki.
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 15 Jun 2020, 12:33
von Panda
Thanks for answer,
the man page helps me realy not.
This page is for real Administrators with a lot of experiences.
but I'm an apprentice and I sholuld test this program. maybe for futere use in the company.
I follow now this instruction
https://www.biteno.com/tutorial/opsi-installieren/#top
OPSI-Client Agent einrichten
I am trying option first but comand not works in my case.
can you explain me it all stuffs simple?
On YouTube is also nothing only bla bla.
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 15 Jun 2020, 15:18
von SisterOfMercy
Panda hat geschrieben:
the man page helps me realy not.
This page is for real Administrators with a lot of experiences.
but I'm an apprentice and I sholuld test this program. maybe for futere use in the company.
Eh, I've used the getting started myself to learn it, and I had not much linux experience back then.
Panda hat geschrieben:OPSI-Client Agent einrichten
I am trying option first but comand not works in my case.
The net use command?
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 15 Jun 2020, 15:45
von Panda
yes,
but I fand out, that I have to share folder from my linux server with samba.
but there have also problems I cann't find folder opsi_workbench in lubuntu.
and (sudo find / -type d -name "opsi_workbench") command does not work.
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 15 Jun 2020, 16:17
von andré
opsi_workbench ist nur die Freigabe. Bei der Neuinstallation vom opsi ab 4.1 (glaube ich) ist der dazugehörige unter /var/lib/opsi/workbench zu finden.
Falls es den Pfad nicht gibt, kannst du unter der Datei /etc/samba/smb.conf nachschauen. Suche in der Datei nach der Freigabe: [opsi_workbench]
Wenn du ein Ubuntu-Derivat nutzt, baut das auf Debian auf, dafür ist die Anleitung die du verlinkt hast, eh nicht ausgelegt. Das in der Anleitung verwendete Yum wird meines Wissens bei RHEL verwendet. Wie groß die Unterschiede zu Debian/Ubuntu sind, bin ich mir nicht sicher. Am Besten kommst du wirklich mit der Getting started Anleitung. Da wird jeder benötigte Befehl angegeben.
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 15 Jun 2020, 17:03
von Panda
Danke für die Antwort.
Ich habe Workbench gefunden aber ich suchte opsi_workbench. ich glaube die sind nicht das gleiche.
Ich verstehe auch nicht, ob ich nur opsi_workbench oder auch opsi_depot_rw freiben muss.
Ich habe einfach lubuntu von der uib Seite heruntergeladen, das war schon vorher alles eingerichtet.
Ich weis nicht aber, ob auch Ordner Freigabe eingerichtet war. ich habe ohne es zu beachte samba heruntergeladen und angefangen zu konfigurieren
aber ich schaffe es heute nicht mehr.
mache ich ab morgen weiter.
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 15 Jun 2020, 21:26
von SisterOfMercy
Panda hat geschrieben:Ich habe Workbench gefunden aber ich suchte opsi_workbench. ich glaube die sind nicht das gleiche.
They are the same. I looks like you are trying too hard? Have you added the users, adminuser and pcpatch and given them the necessary groups?
Then, have you executed this?
Code: Alles auswählen
opsi-setup --auto-configure-samba
opsi-setup --init-current-config
Getting the shares to work is pretty simple. Don't forget to look at your firewall and selinux (or other) configs. After using opsi-setup, you can always add log level = 3 to the [global] section in smb.conf
/var/log/samba/log.smbd (may be a different name for your distro) will then show some more information on why you can't access those shares. But first try the --auto-configure-samba.
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 16 Jun 2020, 11:25
von Panda
Hello,
Thanks for reply
I run this two comands. everything was green and okay. without an error.
opsi-setup --auto-configure-samba
opsi-setup --init-current-config
then open my windows client and tries to connect. I wrote \\ip-addresse\pcpatch
but i cann not find password for pcpatch.
Where cann I fin password for pcpatch?
It is correctly what I'm doing?
\\ip-addresse\pcpatch can I change pcpatch with other users? or it is not necessary?
in my smb.con datei root is an invalid user it is correctly?
Re: OPSI Client Agent kann nicht ausgeführt werden.
Verfasst: 16 Jun 2020, 11:43
von SisterOfMercy
Panda hat geschrieben:then open my windows client and tries to connect. I wrote \\ip-addresse\pcpatch
pcpatch is not a share, it is a user you use to connect to that share.
So try \\ip-address or \\dns-name (or \\netbios-name)
Panda hat geschrieben:
but i cann not find password for pcpatch.
Where cann I fin password for pcpatch?
opsi-admin -d task setPcpatchPassword
But this is covered in the getting started manual too:
https://download.uib.de/opsi4.1/documen ... -passwords
Panda hat geschrieben:in my smb.con datei root is an invalid user it is correctly?
yes.
There is also the opsi vm which may be used for evaluation purposes. I have no experience with it, but it should save you the hassle of setting up, at this stage.