Translations - ONYX - 9.0 - Exploitation
Guide d'exploitation ONYX Server sur Linux/35/en
De MappingDoc
Révision datée du 8 août 2019 à 12:10 par Alestoquoi (discussion | contributions) (Page créée avec « Example of a script to stop all the robots: export MAPPING_PATH=/apps/mapping/conf/mapping.conf LISTROBOT=`/apps/mapping/bin/map_scanfolder -listRobot | awk ' { print $2... »)
Example of a script to stop all the 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 -stop -name:${ROBOT} done