Difference between revisions of "EIS Docker Container Base"
From ESS-WIKI
Eric.liang (talk | contribs) |
Eric.liang (talk | contribs) |
||
Line 1: | Line 1: | ||
= Introduction = | = Introduction = | ||
+ | |||
+ | |||
= Specification = | = Specification = | ||
+ | |||
+ | |||
= Release Note = | = Release Note = | ||
Line 9: | Line 13: | ||
= EIS SW Service = | = EIS SW Service = | ||
− | + | Docker Container Services | |
=== api-gw === | === api-gw === | ||
Line 34: | Line 38: | ||
=== WISE-PaaS WISE-Agent === | === WISE-PaaS WISE-Agent === | ||
+ | |||
+ | |||
= How to Guide = | = How to Guide = | ||
− | |||
− | == | + | |
+ | == Delopy EIS Image to USB or HDD Disk == | ||
+ | |||
+ | '''To check USB or HDD Disk name''' | ||
+ | <pre>sudo fdisk -l </pre> | ||
+ | |||
+ | '''Deploy the image to USB flash drive . Note: The deploy process takes about 15 minutes.''' | ||
+ | <pre>sudo dd if=./EIS_V2.0.2_Ubuntu-14.04_3.19_20170220.img of=/dev/sdx bs=4M; sync</pre> | ||
+ | |||
+ | '''Boot for USB or HDD Disk''' | ||
+ | |||
+ | #Insert the USB Flash / HDD Drive into the ARK-2121L | ||
+ | #Boot up to the BIOS menu of your ARK-2121L by pressing ESC on the keyboard as it boots up. | ||
+ | #Change the boot device to be the USB/HDD flash drive, then press F4 to save and exit | ||
+ | #System should boot up using the USB Flash Drive. | ||
+ | #Log in as user: '''adv''' password: '''adv''' | ||
+ | #The EIS Version 2 is ready to use. | ||
+ | |||
+ | '''Re-size EIS File System''' | ||
+ | <pre>#sudo fdisk /dev/sdb | ||
+ | d -> 2 : delete partition 2 | ||
+ | n -> p -> 2 : | ||
+ | w : write result | ||
+ | #reboot | ||
+ | #resize2fs /dev/sdb2</pre> | ||
+ | |||
+ | '''Check and Upgrade the EIS Docker Service to latest version ''' | ||
+ | <pre>cd ~/Advantech/docker | ||
+ | |||
+ | ./deploy.sh update</pre> | ||
+ | |||
+ | |||
== Development == | == Development == |
Revision as of 06:08, 20 February 2017
Introduction
Specification
Release Note
EIS SW Service
Docker Container Services
api-gw
dust-link
mqtt-bus
hdd-pmq
node-red
wsn nodes
hdd-pmq node
Management
Webmin webadmin
Kitematic
Cloud-Solution
WISE-PaaS WISE-Agent
How to Guide
Delopy EIS Image to USB or HDD Disk
To check USB or HDD Disk name
sudo fdisk -l
Deploy the image to USB flash drive . Note: The deploy process takes about 15 minutes.
sudo dd if=./EIS_V2.0.2_Ubuntu-14.04_3.19_20170220.img of=/dev/sdx bs=4M; sync
Boot for USB or HDD Disk
- Insert the USB Flash / HDD Drive into the ARK-2121L
- Boot up to the BIOS menu of your ARK-2121L by pressing ESC on the keyboard as it boots up.
- Change the boot device to be the USB/HDD flash drive, then press F4 to save and exit
- System should boot up using the USB Flash Drive.
- Log in as user: adv password: adv
- The EIS Version 2 is ready to use.
Re-size EIS File System
#sudo fdisk /dev/sdb d -> 2 : delete partition 2 n -> p -> 2 : w : write result #reboot #resize2fs /dev/sdb2
Check and Upgrade the EIS Docker Service to latest version
cd ~/Advantech/docker ./deploy.sh update