Translations - ONYX - 9.0 - Exploitation
Guide d'exploitation ONYX Server sur Linux/19/en
De MappingDoc
Révision datée du 8 août 2019 à 11:31 par Alestoquoi (discussion | contributions) (Page créée avec « {| class="wikitable" |- | map_daemon || Processes of the spooler which allow jobs to be managed in the queues. |- | map_lpd || Recovery process of the jobs sent via LPR. T... »)
| map_daemon | Processes of the spooler which allow jobs to be managed in the queues. |
| map_lpd | Recovery process of the jobs sent via LPR. This is a derivative of the map_daemon process. |
| map_splf | Process which notably allows you to add a job in a queue. This is a derivative of the map_lpd process, it communicates with the map_daemon process via the port defined by the PORT_SOCKET_DAEMON parameter in the mapping.conf file. It can also be directly triggered in command line to manage queues or jobs. |
| map_exec | Process which handles jobs in queues to apply processes to them (workflow, script execution, delivery to a printer…). This is a derivative of the map_daemon process. There is one map_exec per queue being processed. |
| map_lpr | Process which sends a printing stream to a printer using the LPR protocol. This is a derivative of the map_exec process. It can also be directly triggered in command line. |
| map_809 | Execution Process of a Workflow. This is a derivative of the map_exec process. |
| mapcpysplf | Process which calls for the mapping of a document. It can be triggered in command line, in a script, in the workflow (map_809)… |
| map_815UCS | Mapping processus of a document (called by the mapcpysplf command). |
| map_mail | Process which sends an e-mail with an attachment. |
| map_scanfolder | Process linked to a robot which allows you to monitor files in a folder so as to launch a workflow processing on each of them. |