0c23d31
Thie RPM install the OCS Inventory NG client
b824ecc
It is configure to generate a local report:
0c23d31
0c23d31
	/var/lib/ocsinventory-agent/<DEVIDE_ID>.ocs
0c23d31
b824ecc
If you want it to automaticaly and regularly transfer the 
b824ecc
result to your organization communication server, edit the 
0c23d31
configuration file:
0c23d31
b824ecc
	/etc/sysconfig/ocsinventory-agent
b824ecc
b824ecc
The hourly "cron" will launch an inventory and send it 
b824ecc
according to the server configuration (PROLOQ_FREQ)
b824ecc
0c23d31
0c23d31
0c23d31
If you want to deploy this client on a important number of
0c23d31
computer, you can generate a already configured RPM with
0c23d31
0c23d31
rpmbuild -bb \
0c23d31
	--define "ocstag    tagvalue" \
0c23d31
	--define "ocsserver ocsserver.domain.tld:port" \
0c23d31
	ocsinventory-agent-<version>.src.rpm
0c23d31
0c23d31
Result will be : ocsinventory-agent-<version>.<tagvalue>.noarch.rpm
0c23d31
0c23d31
When using a personalized RPM, the cron is enabled by default.
0c23d31