Possible to integrate in a LiveCD?

Asked by Martin Kaufmann

Hi Björn,

iam working for the Linux4Afrika-Projekt (linux4afrika.de, most content also avivable in English) and we have the Problem that we got new PCs from Companys and Private Persons and want to integrate them in our Inventory-System glpi. At now we have to check each PC manually by booting a LiveCD (most Damn Small Linux cause 2.4.x-Kernel) and typing commands in shell like lspci, cat /proc/cpuinfo and so on. Our Vision is to do this automatacli by booting a live-cd with an integrated OCS-Client which Collect all Informations and send them automatacli to the OCS-Server which has an Interface to our Inventory-Server. This will save much time and made it easier for People who dont have great Shell-Experiences.

What do you think. It is possible?
Best Regards

Martin Kaufmann
Linux4Afrika

Question information

Language:
English Edit question
Status:
Solved
For:
OCS Inventory NG client written in python Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Kaufmann
Solved:
Last query:
Last reply:
Revision history for this message
Björn Sundberg (sundberg-bjorn) said :
#1

Hello Martin.
Intresting project you are working on.

Yes it would be possible to update the osc inventory server during bootup. For example, it would be possible to make the client send information via a startup script to the ocsinventory server. Right now the pyocsclient do not support sending information to the ocsinventory server communication engine.

Regards
Björn Sundberg

Revision history for this message
Martin Kaufmann (martin.kaufmann) said :
#2

What do you think how long it will take till this feature is implemented

Revision history for this message
Björn Sundberg (sundberg-bjorn) said :
#3

Sorry for the late reply. Now it is possible to update via ocsinventory server communication engine.
Need to test the code a bit more but it seems to work.

Regards
Björn Sundberg