Translations - ONYX - 9.0 - Exploitation - Guide d'exploitation ONYX Server sur Linux/53/en

Différence entre versions

De MappingDoc
(Page créée avec « ==== Cleaning and log rotation ==== For practical reasons, the following commands must not scheduled for more than once a day. The aim is to prevent increasing the number... »)
 
 
Ligne 1 : Ligne 1 :
==== Cleaning and log rotation ====
+
==== Log cleaning and rotation ====
 
For practical reasons, the following commands must not scheduled for more than once a day. The aim is to prevent increasing the number of archives created, thus preventing the loss of the logs of the last days. The ideal frequency is 2 times a week, for instance monday night and thursday night, before the night batches are trigerred.
 
For practical reasons, the following commands must not scheduled for more than once a day. The aim is to prevent increasing the number of archives created, thus preventing the loss of the logs of the last days. The ideal frequency is 2 times a week, for instance monday night and thursday night, before the night batches are trigerred.
 
=====<u> Archiving logs</u> =====
 
=====<u> Archiving logs</u> =====

Version actuelle datée du 29 novembre 2019 à 15:47

Informations concernant le message (contribuer)

Ce message n’est pas documenté. Si vous savez où ou comment il est utilisé, vous pouvez aider les autres traducteurs en créant sa documentation.

Définition du message (ONYX:9.0:Exploitation:Guide d'exploitation ONYX Server sur Linux)
==== Opérations de nettoyage et de rotations des logs ====
Pour des raisons pratiques, les commandes suivantes ne doivent pas être planifiées plus d’une fois par jour. Cela afin de ne pas multiplier les archives créées, et éviter de perdre des derniers jours de logs. La fréquence idéale est de 2 fois par semaine, par exemple le lundi soir et le jeudi soir, avant le déclenchement des batchs de nuit.
=====<u> Archivage des logs</u> =====
Cette commande permet de faire une conversion texte de tous les fichiers de logs, puis de les archiver dans un fichier zip horodaté.
 export MAPPING_PATH=/apps/mapping/conf/mapping.conf 
 /apps/mapping/bin/map_cron -cleanlog -folder:/apps/mapping/spool/logs -format:TXT
Traduction==== Log cleaning and rotation ====
For practical reasons, the following commands must not scheduled for more than once a day. The aim is to prevent increasing the number of archives created, thus preventing the loss of the logs of the last days. The ideal frequency is 2 times a week, for instance monday night and thursday night, before the night batches are trigerred.
=====<u> Archiving logs</u> =====
This command allows you to convert any log file to text format and afterwards, to archive it in a zipped file which shows the date and time.
 export MAPPING_PATH=/apps/mapping/conf/mapping.conf 
 /apps/mapping/bin/map_cron -cleanlog -folder:/apps/mapping/spool/logs -format:TXT

Log cleaning and rotation

For practical reasons, the following commands must not scheduled for more than once a day. The aim is to prevent increasing the number of archives created, thus preventing the loss of the logs of the last days. The ideal frequency is 2 times a week, for instance monday night and thursday night, before the night batches are trigerred.

Archiving logs

This command allows you to convert any log file to text format and afterwards, to archive it in a zipped file which shows the date and time.

export MAPPING_PATH=/apps/mapping/conf/mapping.conf 
/apps/mapping/bin/map_cron -cleanlog -folder:/apps/mapping/spool/logs -format:TXT