Translations - ONYX - 9.0 - Installation
Installation ONYX Server sur Linux/51/en
De MappingDoc
Révision datée du 12 juillet 2019 à 14:22 par Alestoquoi (discussion | contributions) (Page créée avec « Example of a script to start the ONYX Server Spooler of the MAPPING environment: #!/usr/bin/ksh ################################################################ # Mappi... »)
Example of a script to start the ONYX Server Spooler of the MAPPING environment:
#!/usr/bin/ksh ################################################################ # Mapping Suite Spooler Start # ################################################################ export MAPPING_PATH=/apps/mapping/conf/mapping.conf TIMESTAMP=$(date +"%Y/%m/%d-%H.%M.%S") echo "Mapping is starting at $TIMESTAMP" /apps/mapping/bin/map_daemon start