Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 4aee3ab1a60184a2ac01a05d6a534a8d > files > 3

ocsinventory-agent-1.1.2.1-1.fc13.src.rpm

Thie RPM install the OCS Inventory NG client
It is configure to generate a local report:

	/var/lib/ocsinventory-agent/<DEVIDE_ID>.ocs

If you want it to automaticaly and regularly transfer the 
result to your organization communication server, edit the 
configuration file:

	/etc/sysconfig/ocsinventory-agent

The hourly "cron" will launch an inventory and send it 
according to the server configuration (PROLOQ_FREQ)



If you want to deploy this client on a important number of
computer, you can generate a already configured RPM with

rpmbuild -bb \
	--define "ocstag    tagvalue" \
	--define "ocsserver ocsserver.domain.tld:port" \
	ocsinventory-agent-<version>.src.rpm

Result will be : ocsinventory-agent-<version>.<tagvalue>.noarch.rpm

When using a personalized RPM, the cron is enabled by default.