diff options
-rw-r--r-- | doc/book-enea-edge-getting-started/doc/book.xml | 7 | ||||
-rw-r--r-- | doc/book-enea-edge-getting-started/doc/submaps.xml | 344 |
2 files changed, 348 insertions, 3 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/book.xml b/doc/book-enea-edge-getting-started/doc/book.xml index f317f15..e74ac85 100644 --- a/doc/book-enea-edge-getting-started/doc/book.xml +++ b/doc/book-enea-edge-getting-started/doc/book.xml | |||
@@ -1,4 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | 2 | <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" |
3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ | 3 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ |
4 | <!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED"> | 4 | <!ENTITY % local.common.attrib "xml:base CDATA #IMPLIED"> |
@@ -7,8 +7,7 @@ | |||
7 | <title><trademark class="registered">Enea</trademark> Edge Getting | 7 | <title><trademark class="registered">Enea</trademark> Edge Getting |
8 | Started</title> | 8 | Started</title> |
9 | 9 | ||
10 | <subtitle>Release Version <xi:include | 10 | <subtitle>Release Version <xi:include href="../../eltf_params_updated.xml" |
11 | href="../../eltf_params_updated.xml" | ||
12 | xmlns:xi="http://www.w3.org/2001/XInclude" | 11 | xmlns:xi="http://www.w3.org/2001/XInclude" |
13 | xpointer="element(EneaEdge_REL_VER/1)" /></subtitle> | 12 | xpointer="element(EneaEdge_REL_VER/1)" /></subtitle> |
14 | 13 | ||
@@ -37,6 +36,8 @@ | |||
37 | <xi:include href="log_collector.xml" | 36 | <xi:include href="log_collector.xml" |
38 | xmlns:xi="http://www.w3.org/2001/XInclude" /> | 37 | xmlns:xi="http://www.w3.org/2001/XInclude" /> |
39 | 38 | ||
39 | <xi:include href="submaps.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> | ||
40 | |||
40 | <xi:include href="grafana.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> | 41 | <xi:include href="grafana.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
41 | 42 | ||
42 | <xi:include href="troubleshooting.xml" | 43 | <xi:include href="troubleshooting.xml" |
diff --git a/doc/book-enea-edge-getting-started/doc/submaps.xml b/doc/book-enea-edge-getting-started/doc/submaps.xml new file mode 100644 index 0000000..bdb769e --- /dev/null +++ b/doc/book-enea-edge-getting-started/doc/submaps.xml | |||
@@ -0,0 +1,344 @@ | |||
1 | <?xml version="1.0" encoding="ISO-8859-1"?> | ||
2 | <chapter id="submaps"> | ||
3 | <title>Submaps</title> | ||
4 | |||
5 | <para>The System domain of the Enea Edge Managemement application can be | ||
6 | split into different submaps, used to organize the uCPE devices more | ||
7 | effectively. Each domain is organized like a tree, with each submap being | ||
8 | able to have several other submaps within it. Each device can be placed in | ||
9 | only one submap and the user can create virtual links between devices.</para> | ||
10 | |||
11 | <para>Submaps support managed and unmanaged uCPE devices. An unmanaged | ||
12 | device is an icon that looks like a device within the | ||
13 | <emphasis role="bold">Map</emphasis> (it supports links and has a similar | ||
14 | icon) but is not a real managed device.</para> | ||
15 | |||
16 | <section id="submap_op"> | ||
17 | <title>Submap Operations</title> | ||
18 | |||
19 | <para>In the <emphasis role="bold">System</emphasis> view, right-clicking | ||
20 | on a submap opens up a menu with the following operations:</para> | ||
21 | |||
22 | <itemizedlist> | ||
23 | <listitem> | ||
24 | <para>Add Submap</para> | ||
25 | |||
26 | <para>This option is used for adding a new submap, placed in the | ||
27 | <emphasis role="bold">System</emphasis> view under the current one in | ||
28 | the tree. The new submap will also be added in the <emphasis | ||
29 | role="bold">Map</emphasis> view of the parent submap.</para> | ||
30 | |||
31 | <para>When selecting this option, the following fields need to be set | ||
32 | in the <emphasis role="bold">Add Submap</emphasis> window that | ||
33 | pops-up:</para> | ||
34 | |||
35 | <table id="submap_props"> | ||
36 | <title>Submap properties</title> | ||
37 | |||
38 | <tgroup cols="2"> | ||
39 | <tbody> | ||
40 | <row> | ||
41 | <entry>Name</entry> | ||
42 | |||
43 | <entry>The name of the domain map. This is | ||
44 | mandatory.</entry> | ||
45 | </row> | ||
46 | |||
47 | <row> | ||
48 | <entry>Description</entry> | ||
49 | |||
50 | <entry>A text description of the domain map.</entry> | ||
51 | </row> | ||
52 | |||
53 | <row> | ||
54 | <entry>Background Color</entry> | ||
55 | |||
56 | <entry>The background color of the domain map. Possible | ||
57 | values: white, black, blue, cyan, grey, green, magenta, | ||
58 | orange, pink, red, yellow.</entry> | ||
59 | </row> | ||
60 | |||
61 | <row> | ||
62 | <entry>Background Image</entry> | ||
63 | |||
64 | <entry>The background image of the domain map.</entry> | ||
65 | </row> | ||
66 | |||
67 | <row> | ||
68 | <entry>Icon Image</entry> | ||
69 | |||
70 | <entry>The icon image of the domain map.</entry> | ||
71 | </row> | ||
72 | |||
73 | <row> | ||
74 | <entry>Snap to Grid</entry> | ||
75 | |||
76 | <entry>True if a placed device should snap to the grid | ||
77 | automatically.</entry> | ||
78 | </row> | ||
79 | |||
80 | <row> | ||
81 | <entry>X Grid (px)</entry> | ||
82 | |||
83 | <entry>The number of pixels between placement positions in | ||
84 | the horizontal position in the grid. Disabled if | ||
85 | <literal>Snap to Grid</literal> is false.</entry> | ||
86 | </row> | ||
87 | |||
88 | <row> | ||
89 | <entry>Y Grid (px)</entry> | ||
90 | |||
91 | <entry>The number of pixels between placement positions in | ||
92 | the vertical position in the grid. Disabled if <literal>Snap | ||
93 | to Grid</literal> is false.</entry> | ||
94 | </row> | ||
95 | |||
96 | <row> | ||
97 | <entry>Direction</entry> | ||
98 | |||
99 | <entry>This value describes the direction of sorting the | ||
100 | items (horizontal or vertical).</entry> | ||
101 | </row> | ||
102 | |||
103 | <row> | ||
104 | <entry>Sort Method</entry> | ||
105 | |||
106 | <entry>This value describes the sorting method used when | ||
107 | arranging icons. Natural is [a1,a2,a11] and Alphabetical is | ||
108 | [a1,a11,a2].</entry> | ||
109 | </row> | ||
110 | |||
111 | <row> | ||
112 | <entry>Arrangement Wrap</entry> | ||
113 | |||
114 | <entry>This value indicates the maximum number of items | ||
115 | placed before wrapping to the next row or column.</entry> | ||
116 | </row> | ||
117 | </tbody> | ||
118 | </tgroup> | ||
119 | </table> | ||
120 | |||
121 | <note> | ||
122 | <para><literal>Snap to Grid</literal>, <literal>Direction</literal> | ||
123 | and <literal>Sort Method</literal> have the <literal>System | ||
124 | Default</literal> option. This option can be set by accessing | ||
125 | <emphasis role="bold">System</emphasis>, selecting <emphasis | ||
126 | role="bold">Configuration</emphasis> under the <emphasis | ||
127 | role="bold">Properties</emphasis> tab, and navigating to the <emphasis | ||
128 | role="bold">GUI</emphasis> tab.</para> | ||
129 | |||
130 | <para>More images for backgrounds and icons can be uploaded by | ||
131 | accessing <emphasis role="bold">System</emphasis>, selecting | ||
132 | <emphasis role="bold">Media Files</emphasis> under the <emphasis | ||
133 | role="bold">Icons</emphasis> tab or the <emphasis | ||
134 | role="bold">Backgrounds</emphasis> tab, respectively.</para> | ||
135 | </note> | ||
136 | </listitem> | ||
137 | |||
138 | <listitem> | ||
139 | <para>Remove Submap</para> | ||
140 | |||
141 | <para>This option is used for removing the current submap. The submap | ||
142 | must be empty, all children submaps or uCPE Devices must be deleted first.</para> | ||
143 | </listitem> | ||
144 | |||
145 | <listitem> | ||
146 | <para>Properties</para> | ||
147 | |||
148 | <para>This option is used for viewing and/or editing the properties of | ||
149 | the current submap. For more details please see the <link | ||
150 | linkend="submap_props">Submap properties</link> table.</para> | ||
151 | </listitem> | ||
152 | |||
153 | <listitem> | ||
154 | <para>Move Device</para> | ||
155 | |||
156 | <para>This option is used for adding devices to the current submap. | ||
157 | All devices appear in this list (placed and unplaced). If the device | ||
158 | is already added to a submap, it will be moved from that submap to the | ||
159 | current one.</para> | ||
160 | </listitem> | ||
161 | </itemizedlist> | ||
162 | </section> | ||
163 | |||
164 | <section id="map_op"> | ||
165 | <title>Map Operations</title> | ||
166 | |||
167 | <para>Right-clicking anywhere in the <emphasis role="bold">Map</emphasis> | ||
168 | view opens up a menu with the following operations:</para> | ||
169 | |||
170 | <itemizedlist> | ||
171 | <listitem> | ||
172 | <para>Place Device</para> | ||
173 | |||
174 | <para>This option is used for adding one or more devices in the | ||
175 | current submap. Only unplaced devices appear in this list.</para> | ||
176 | </listitem> | ||
177 | |||
178 | <listitem> | ||
179 | <para>Move Device</para> | ||
180 | |||
181 | <para>This option is used for moving one or more devices from other | ||
182 | submaps to the current submap. All devices appear in this list (placed | ||
183 | and unplaced). If the device is already added to a submap, it will be | ||
184 | removed from that submap.</para> | ||
185 | </listitem> | ||
186 | |||
187 | <listitem> | ||
188 | <para>Add Unmanaged</para> | ||
189 | |||
190 | <para>This option is used for creating an unmanaged device. An | ||
191 | unmanaged device is represented by an icon in the current view that | ||
192 | looks like a device (it supports links and has a similar icon) but | ||
193 | is not a real managed device. It will be automatically placed in the current | ||
194 | submap. When selecting this option, the following fields need to be | ||
195 | set in the <emphasis role="bold">Add Unmanaged</emphasis> window that | ||
196 | pops-up:</para> | ||
197 | |||
198 | <table id="unmanaged_props"> | ||
199 | <title>Unmanaged device properties</title> | ||
200 | |||
201 | <tgroup cols="2"> | ||
202 | <tbody> | ||
203 | <row> | ||
204 | <entry>Name</entry> | ||
205 | |||
206 | <entry>The name of the device.</entry> | ||
207 | </row> | ||
208 | |||
209 | <row> | ||
210 | <entry>Description</entry> | ||
211 | |||
212 | <entry>A text description of the device.</entry> | ||
213 | </row> | ||
214 | |||
215 | <row> | ||
216 | <entry>Icon Image</entry> | ||
217 | |||
218 | <entry>The icon image of the device.</entry> | ||
219 | </row> | ||
220 | |||
221 | <row> | ||
222 | <entry>Status</entry> | ||
223 | |||
224 | <entry>The status of the device.</entry> | ||
225 | </row> | ||
226 | |||
227 | <row> | ||
228 | <entry>Status Tooltip</entry> | ||
229 | |||
230 | <entry>The tooltip for the device status.</entry> | ||
231 | </row> | ||
232 | </tbody> | ||
233 | </tgroup> | ||
234 | </table> | ||
235 | </listitem> | ||
236 | |||
237 | <listitem> | ||
238 | <para>Add Link</para> | ||
239 | |||
240 | <para>This option is used for creating a virtual link between two | ||
241 | devices. They can be any two devices, it does not matter if they are | ||
242 | unplaced, placed in the current submap or placed in any other submap. | ||
243 | When selecting this option, the following fields need to be set in the | ||
244 | <emphasis role="bold">Add Link</emphasis> window:</para> | ||
245 | |||
246 | <table id="link_props"> | ||
247 | <title>Link properties</title> | ||
248 | |||
249 | <tgroup cols="2"> | ||
250 | <tbody> | ||
251 | <row> | ||
252 | <entry>Name</entry> | ||
253 | |||
254 | <entry>The name of the link.</entry> | ||
255 | </row> | ||
256 | |||
257 | <row> | ||
258 | <entry>Description</entry> | ||
259 | |||
260 | <entry>A text description of the link.</entry> | ||
261 | </row> | ||
262 | |||
263 | <row> | ||
264 | <entry>From</entry> | ||
265 | |||
266 | <entry>One of the endpoints of the link.</entry> | ||
267 | </row> | ||
268 | |||
269 | <row> | ||
270 | <entry>To</entry> | ||
271 | |||
272 | <entry>The 2nd endpoint of the link.</entry> | ||
273 | </row> | ||
274 | </tbody> | ||
275 | </tgroup> | ||
276 | </table> | ||
277 | </listitem> | ||
278 | |||
279 | <listitem> | ||
280 | <para>Properties</para> | ||
281 | |||
282 | <para>This option is used for viewing and/or editing the properties of | ||
283 | the current submap. For more details please see the <link | ||
284 | linkend="submap_props">Submap properties</link> table.</para> | ||
285 | </listitem> | ||
286 | |||
287 | <listitem> | ||
288 | <para>Arrange icons</para> | ||
289 | |||
290 | <para>This option can be used to auto-arrange devices placed in the | ||
291 | current submap. The rearrangement is done based on the submap's | ||
292 | properties.</para> | ||
293 | </listitem> | ||
294 | </itemizedlist> | ||
295 | </section> | ||
296 | |||
297 | <section id="device_op"> | ||
298 | <title>Device Operations</title> | ||
299 | |||
300 | <para>In the <emphasis role="bold">Map</emphasis> view, right-clicking on | ||
301 | a device opens up a menu with the following operations:</para> | ||
302 | |||
303 | <itemizedlist> | ||
304 | <listitem> | ||
305 | <para>Links...</para> | ||
306 | |||
307 | <para>This option is used for viewing all links to and from that | ||
308 | device.</para> | ||
309 | </listitem> | ||
310 | |||
311 | <listitem> | ||
312 | <para>Remove</para> | ||
313 | |||
314 | <para>For managed devices, this option is used for removing the device | ||
315 | from the map. The managed device will not be removed completely from | ||
316 | the Enea Edge Management application, but will be moved to the <emphasis | ||
317 | role="bold">Unplaced</emphasis> submap instead.</para> | ||
318 | |||
319 | <para>For unmanaged devices, this option removes the device altogether | ||
320 | from the Enea Edge Management application.</para> | ||
321 | </listitem> | ||
322 | |||
323 | <listitem> | ||
324 | <para>Add Link</para> | ||
325 | |||
326 | <para>This option is used for creating a virtual link between two | ||
327 | devices. They can be any two devices, it does not matter if they are | ||
328 | unplaced, placed in the current submap or placed in any other submap. | ||
329 | The current device is already selected as the <emphasis | ||
330 | role="bold">From</emphasis> endpoint in the <emphasis role="bold">Add | ||
331 | Link</emphasis> pop-up. For more details please see the <link | ||
332 | linkend="link_props">Link properties</link> table.</para> | ||
333 | </listitem> | ||
334 | |||
335 | <listitem> | ||
336 | <para>Properties</para> | ||
337 | |||
338 | <para>This option is used for viewing and editing the properties of an | ||
339 | unmanaged device. For more details please see the <link | ||
340 | linkend="unmanaged_props">Unmanaged device properties</link> table.</para> | ||
341 | </listitem> | ||
342 | </itemizedlist> | ||
343 | </section> | ||
344 | </chapter> \ No newline at end of file | ||