Changes between Version 2 and Version 3 of OnboardAdministration


Ignore:
Timestamp:
Jun 27, 2016, 10:10:02 AM (9 years ago)
Author:
oliver
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnboardAdministration

    v2 v3  
    1717individual devices //On// and //Off// (2) and control the Onshore uploader (3). 
    1818 
     19[[Image(ov-devices.png)]] 
     20 
    1921== Onboard PC 
    2022 
     
    2729  * /home/ov/ocean-visuals-offline-maps - bundles for offline maps 
    2830 
     31=== Starting, Stopping and Restarting Services 
     32 
     33{{{ 
     34  $ ~/ocean-visuals-onboard/bin/ov-services-all.sh <command> 
     35}}} 
     36 
     37Where //<command>// can be: 
     38  * start 
     39  * stop 
     40  * restart 
     41 
    2942=== Packageing Logs for Troubleshooting 
    3043 
     44All logs of Ocean Visuals's applications are stored at 
     45 
     46  * /home/ov/ocean-visuals-onboard/logs 
     47 
     48for troubleshooting various possible issues logs should be packaged up and sent 
     49to OV: 
     50 
     51{{{ 
     52  $ cd ~/ocean-visuals-onboard 
     53  $ tar -cJf ov-logs.tar.xz logs/ 
     54}}} 
     55