Translations - ONYX - 9.0 - Exploitation
Guide d'exploitation ONYX Server sur Linux/30/fr
De MappingDoc
Exemple de script pour démarrer tous les robots :
export MAPPING_PATH=/apps/mapping/conf/mapping.conf LISTROBOT=`/apps/mapping/bin/map_scanfolder -listRobot | awk ' { print $2 } '` for ROBOT in $LISTROBOT do /apps/mapping/bin/map_scanfolder -name:${ROBOT} done