Package installation in Multiple computers.

Antworten
Benutzeravatar
ebarriosjr
Beiträge: 26
Registriert: 24 Jun 2014, 11:03

Package installation in Multiple computers.

Beitrag von ebarriosjr »

Hello all,

i would like to know if there is anyway of installing one package to all the computers in my opsi that have another package already installed.

Here is an example:

Let suppose i have 50 computers in opsi. 35 of those have program X already installed. I woould like to install program Y in all computers that have program X.

If these is not possible then, is it possible in this case?

Let suppose i have 50 computers in opsi. I want to install a new package to ALL the computers in my opsi.

Thanks for the help.

EDIT:

In the first example:

To know how many computers have the program X installed you can run the command:

Code: Alles auswählen

grep  -l "ProgramName" *.sw (in the directory: /var/lib/opsi/config/audit)
Benutzeravatar
n.wenselowski
Ex-uib-Team
Beiträge: 3194
Registriert: 04 Apr 2013, 12:15

Re: Package installation in Multiple computers.

Beitrag von n.wenselowski »

Hello,

I'd suggest to select the 35 clients with selection -> define search in the configed.
If your clients are marked you switch to the product configuration tab and set the new software to setup.


With kind regards

Niko

Code: Alles auswählen

import OPSI
Antworten