Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

change server agent communication time interval.

Hi team,

Request you to please help me how we can take backup of database of OCS Server.

Is there any  Database limit in OCS server?? If there is then how we can increase or change it.

how to change server agent communication time interval.
in OCS Inventory NG server for Windows by (160 points)

1 Answer

0 votes
Hi,

To do a backup of your database : mysqldump -u OCS_USER_NAME -p OCS_DATABASE_NAME > yourbackup.sql

The limit of the database is something like 10^12 computers in database. There is no reason to reach the limit :). The biggest inventory we had in reference was 250000 computer in database.

As windows is a demo plateforme that must never use in production for OCS : use a linux server if you don't want to have problem with performance and security hole (and have latest version of OCS with all cool newest feature).

For change the time interval, look the parameter FREQUENCY in the configuration option : By default, it's set on Once par day (24h) and we don't recommand to use lower value.
by (22k points)
 
Powered by Question2Answer
...