Changes between Version 2 and Version 3 of OnboardAdministration
- Timestamp:
- Jun 27, 2016, 10:10:02 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OnboardAdministration
v2 v3 17 17 individual devices //On// and //Off// (2) and control the Onshore uploader (3). 18 18 19 [[Image(ov-devices.png)]] 20 19 21 == Onboard PC 20 22 … … 27 29 * /home/ov/ocean-visuals-offline-maps - bundles for offline maps 28 30 31 === Starting, Stopping and Restarting Services 32 33 {{{ 34 $ ~/ocean-visuals-onboard/bin/ov-services-all.sh <command> 35 }}} 36 37 Where //<command>// can be: 38 * start 39 * stop 40 * restart 41 29 42 === Packageing Logs for Troubleshooting 30 43 44 All logs of Ocean Visuals's applications are stored at 45 46 * /home/ov/ocean-visuals-onboard/logs 47 48 for troubleshooting various possible issues logs should be packaged up and sent 49 to OV: 50 51 {{{ 52 $ cd ~/ocean-visuals-onboard 53 $ tar -cJf ov-logs.tar.xz logs/ 54 }}} 55