Login Error

Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Login Error

Beitrag von n.wenselowski »

Hi Maksvell,
Maksvell hat geschrieben:
What do you want to achieve with having your server as part of the domain?
Being able to log in through AD? Or some things more?
I just thought that opsi need to be a member of the domain, for all features.
No.
You can make use of an AD but it is not required.
Is there anything we can do to improve our documentation in this regard?
Maksvell hat geschrieben:I have installed clean prepared opsi VM, and looks almost good. I have installed on other pc remotely hwaudit(have used Execut now) with adminsuser (because with pcpatch i was not able to do this got error No product actions request set ). And when i have tried to install swaudit i was not able to install it on the same PC with adminuser (got error No product actions request set) but pcpatch has installed it :?: :?: ...
Does this mean you have logged in first with adminuser and then with pcpatch?
pcpatch is only intended to be used as an technical user. Please use only adminuser (or whatever additional users you may have created).
Do you get an error message?
Did you reload the management interface? Does the installed state show now?


Kind regards

Niko

Code: Alles auswählen

import OPSI
Maksvell
Beiträge: 11
Registriert: 23 Dez 2017, 11:38

Re: Login Error

Beitrag von Maksvell »

Is there anything we can do to improve our documentation in this regard?
Did not saw somewhere that opsi can work without AD.
Does this mean you have logged in first with adminuser and then with pcpatch?
pcpatch is only intended to be used as an technical user. Please use only adminuser (or whatever additional users you may have created).
Do you get an error message?
Did you reload the management interface? Does the installed state show now?
Yes, first time I was logged as adminuser and have installed hwaudit. Then I tried to install swadutin got fail No product actions request set .
Then I decidet to try as pcpatch, found out that I don't know password and pcpatch are not in opsiadmin group so I added him to the group.
And after I successfully logged in opsiconfig editor and installed swaudit without any problem.

Are somewhere detailed information how to run opsi-deploy-client-agent? I'm new in opsi and linux, I have seen instruction in Chapter 5 Integration of Existing Clients.
• an open C$ share - is open
• an open admin$ - share is open
• an administrative account - where do I should write this info?
And how can I run the script?
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Login Error

Beitrag von n.wenselowski »

Hi Maksvell,
Maksvell hat geschrieben:And how can I run the script?
Open a terminal and then type the following:

Code: Alles auswählen

cd /var/lib/opsi/depot/opsi-client-agent
./opsi-deploy-client-agent --help
Instead of --help you would then use the desired parameters.

Simple call to deploy to nikostestclient.some.domain:

Code: Alles auswählen

./opsi-deploy-client-agent nikostestclient.some.domain

bye

Niko

Code: Alles auswählen

import OPSI
Antworten