Hi,
I couldn't find feature in OPSI which sync product list with software inventory, if this is possible ?
I need this, because I implement OPSI and Client has installed software that it will be sort out product which one is installed.
SW/HWaudit keeps in MySQL and Product in File.
I found in MySQL a tables "WINDOWS_SOFTWARE_ID_TO_PRODUCT", for what it is ?
Regards,
Mateusz.
Sync product with swaudit.
- n.wenselowski
- Ex-uib-Team
- Beiträge: 3194
- Registriert: 04 Apr 2013, 12:15
Re: Sync product with swaudit.
Hi Mateusz,
there is now general sync as everyone names their products differently.
But it is easy to script.
I suggest using opsi-admin or the webinterface to access the data instead of accessing the backend directly.
The manual has more information on how to do that.
With kind regards
Niko
there is now general sync as everyone names their products differently.
But it is easy to script.
I suggest using opsi-admin or the webinterface to access the data instead of accessing the backend directly.
The manual has more information on how to do that.
With kind regards
Niko
Code: Alles auswählen
import OPSI
Re: Sync product with swaudit.
Thank you very much for help.
Everything is working.
Everything is working.