Project

General

Profile

DUL 20 Configuration » History » Version 12

lynxis, 11/11/2020 10:35 PM

1 1 lynxis
h1. DUL 20 Configuration
2
3
The DUL can be configured via
4
5
* OSS-RC (Ericsson operations support system-radio and core - a centralized server)
6
* EMA (Element Manager - a Windows WebUI utility)
7 10 lynxis
* [[moshell]] (a java based command line utility - runs on linux)
8 1 lynxis
* ncli (a command line utility which runs on the DUL itself)
9
10
h2. Configuration tools
11
12
h3. EMA - Element Manager
13
14
There are different versions of this tool. An ancient version can be downloaded from the DUL itself:
15
http://169.254.1.10/em/index.html
16
17
h3. ncli
18
19
With the ncli basic operations can be performed. However the ncli usually doesn't have a ManagedObject tree loaded which means it doesn't know which attributes an ManagedObject can have.
20
21
h3. moshell
22
23
The most powerful tool to configure the DUL. It loads the ManagedObject on startup. But can also operate offline on backups.
24 9 lynxis
See [[moshell]] for further information.
25 1 lynxis
26
h2. Backup & Recover
27
28
A backup of the DUL can be created via ftp and serial.
29
The serial is required to boot into the recovery mode.
30
31 3 lynxis
h3. Boot DUL into recovery
32 1 lynxis
33
Configure the serial connection to **9600** baud (alternative **115200**).
34
Restart the DUL by removing the power for 5 seconds.
35
If the connection is working a boot message is shown:
36
<pre>
37 2 lynxis
OSE Delta PowerPC/BL410660
38
Start of @(#)CXC1729957 R80L37 2013-02-01 10:34:51 GMT
39
Plug-in Unit Product Name:   DUL2001
40
Plug-in Unit Product No:     KDU137533/4
41
Plug-in Unit Product rev:    R1F
42
Plug-in Unit Product Date:   20120402
43
Plug-in Unit Product Serial: XXXXXXXXXX
44
Ethernet MAC_address 0:      0x3CCAFFEE2342
45
RAM size:                    1024 Mbytes
46 1 lynxis
</pre>
47
48
Press enter to show the login prompt `username`.
49
50
Login using username "rbs" and password "rbs".
51
<pre>
52 2 lynxis
username: rbs
53
password:
54
Welcome to OSE Shell OSE5.5.
55
$
56 1 lynxis
</pre>
57
Enter the recovery state:
58
59
<pre>
60 2 lynxis
$ reload --
61
[..]
62
Stop due to remain in basic/backup set
63 1 lynxis
</pre>
64
65
Verify the address of the LMT B interface.
66
67
<pre>
68 2 lynxis
$ ifconfig
69
le0: inet 169.254.1.10 netmask 255.255.0.0 broadcast 169.254.255.255
70 1 lynxis
</pre>
71
72
If the address is not correct, the address can be set by:
73
74
<pre>
75 2 lynxis
$ ifconfig le0 169.254.1.10 netmask 255.255.0.0
76 1 lynxis
</pre>
77
78
The DUL should be reachable by icmp/ping and ftp.
79
80 4 lynxis
h3. Backup
81 1 lynxis
82 3 lynxis
Backup the "partitions" /c and /d from the DUL to be safe.
83
/c and /d contains configuration and system files, application and firmwares.
84
The DUL supports a ftp service.
85
86 11 lynxis
Note: /c is mounted as /c2 in the recovery.
87
88 3 lynxis
Mount the volume of c2 on the DUL first.
89
90
<pre>
91
$ mount_c2
92
$
93
</pre>
94
95
Use your local ftp terminal to get all data. Either graphical client or text.
96
As an example **gftp** (text version) is used in a terminal on the laptop.
97
98
<pre>
99
linux ~> mkdir backup ; cd backup
100
linux ~> gftp rbs:rbs@169.254.1.10
101
</pre>
102
103
<pre>
104
linux ~> gftp 169.254.1.10
105
gFTP 2.0.19, Copyright (C) 1998-2008 Brian Masney <masneyb@gftp.org>. If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out the latest news about gFTP from
106
my website at http://www.gftp.org/
107
gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This is free software, and you are welcome to redistribute it under certain conditions; for details, see the COPYING file
108
109
Looking up 169.254.1.10
110
Trying 169.254.1.10:21
111
Connected to 169.254.1.10:21
112
220 Welcome to OSE FTP server (Version ose5.3).
113
USER rbs
114
230 User logged in.
115
SYST
116
215 UNIX system type.
117
TYPE I
118
200 Command OK.
119
PWD
120
257 "/" is current directory.
121
ftp>
122
</pre>
123
Copy /c2 and /d recursive.
124
125
<pre>
126
ftp> mget c2
127
[..]
128
129
ftp> mget d
130
[..]
131
</pre>
132
Depending on the software version and configuration the size can vary. E.g. 300 MB - 800 MB.
133
134
Restart the node into normal operation.
135
136
<pre>
137
$ reload
138 1 lynxis
</pre>
139 4 lynxis
140
h2. Recovery
141
142
Ensure the DUL is booted into recovery.
143
144
<pre>
145
$ reload --
146
$ mount_c2
147
148
$ formathd /c2
149
> y
150
$ formathd /d
151
> y
152
153
$ reload --
154
$ ifconfig le0 169.254.1.10 netmask 255.255.0.0
155
</pre>
156
157
Use ftp to copy files towards the DUL
158
<pre>
159
linux ~> gftp 169.254.1.10
160
gFTP 2.0.19, Copyright (C) 1998-2008 Brian Masney <masneyb@gftp.org>. If you have any questions, comments, or suggestions about this program, please feel free to email them to me. You can always find out the latest news about gFTP from
161
my website at http://www.gftp.org/
162
gFTP comes with ABSOLUTELY NO WARRANTY; for details, see the COPYING file. This is free software, and you are welcome to redistribute it under certain conditions; for details, see the COPYING file
163
164
Looking up 169.254.1.10
165
Trying 169.254.1.10:21
166
Connected to 169.254.1.10:21
167
220 Welcome to OSE FTP server (Version ose5.3).
168
USER rbs
169
230 User logged in.
170
SYST
171
215 UNIX system type.
172
TYPE I
173
200 Command OK.
174
PWD
175
257 "/" is current directory.
176
ftp>
177
</pre>
178
179
Copy /c2 and /d recursive.
180
181
<pre>
182
ftp> mput c2
183
[..]
184
185
ftp> mput d
186
[..]
187
</pre>
188
189
Restart the DUL into normal operation.
190
191
<pre>
192
reload
193
</pre>
194
195 3 lynxis
196 1 lynxis
h2. Understanding ManagedObjects
197 3 lynxis
198
**TODO**
199 1 lynxis
200
h2. Step-by-Step Configuration Howto using the moshell.
201 5 lynxis
202 7 lynxis
This howto is for **L13A release**. You can check the release of the DUL with the moshell.
203 5 lynxis
204
<pre>
205
moshell> cvls
206
207
[...]
208
===================================================================================================================
209
201111-16:36            CV Name                                   Upgrade Package       Release
210
===================================================================================================================
211
Startable:              selfconfig_autocreated1                   CXP102051/18_R23BM    L13A (C13.0-EP7)
212
Loaded:                 selfconfig_autocreated1                   CXP102051/18_R23BM    L13A (C13.0-EP7)
213 1 lynxis
Executing:              selfconfig_autocreated1                   CXP102051/18_R23BM    L13A (C13.0-EP7)
214 5 lynxis
Last created:           selfconfig_autocreated1                   CXP102051/18_R23BM    L13A (C13.0-EP7)
215
-------------------------------------------------------------------------------------------------------------------
216
[...]
217
</pre>
218
219 7 lynxis
h3. Cleanup old states
220 5 lynxis
221
The DUL doesn't support a factory reset method other than installing the software from the scratch using the Recovery method.
222
The following howto cleans up most of the old state.
223
224
<pre>
225
# load full mom tree
226
lt all
227
228
# do not ask for confirmation
229
uv del_confirmation=0
230
uv bldebset_confirmation=0
231
232
bl IpSystem=1,IpSec
233
del IpSystem=1,IpSec
234
235
# returns errors if no ntp is defined
236
acc ManagedElementData=1 deleteNtpThird
237
acc ManagedElementData=1 deleteNtpSecondary
238
acc ManagedElementData=1 deleteNtpPrimary
239
240
# remove all cells
241
rdel ENodeBFunction=1,EUtranCellFDD
242
rdel ENodeBFunction=1,Cdma2000Network
243
rdel ENodeBFunction=1,GeraNetwork
244
rdel ENodeBFunction=1,UtraNetwork
245
246
# clear old MO from EnodeBFunction to recreate the refMos
247
set ENodeBFunction=1 upIpAccessHostRef
248
set ENodeBFunction=1 sctpRef
249
250
del TransportNetwork=1,Sctp=1
251
252
# clean up synchronizsation
253
set TimingUnit gpsOutEnabled false
254
# get a list of activated synchronisations
255
get Synchronization=1
256
# remove all entries with `syncReference =`
257
accn Synchronization=1 removeSyncRefResource IpSystem=1,IpAccessHostEt=1,IpSyncRef=1
258
accn Synchronization=1 removeSyncRefResource Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=1
259
del TuSyncRef
260
del IpSyncRef
261
262
# remove remaining Ip Mo
263
del IpSystem=1,IpAccessSctp
264
del IpSystem=1,IpAccessHostEt
265
266
# ensure the NodeIp is set to 169.254.1.10
267
get IpOam=1,Ip=1,EthernetLink=1
268
# check ipv4Addresses => 169.254.1.10 prefix = 16
269
# if not, set it
270
# ensure the nodeInterfaceName is set to le0
271
get IpOam=1,Ip=1 nodeInterfaceName
272
set IpOam=1,Ip=1 nodeInterfaceName le0
273
# The IP now changing. exit moshell and reconnect.
274
275
del IpOam=1,Ip=1,IpHostLink
276
del Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface
277
del Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1
278
# clean up the equipment
279
del ENodeBFunction=1,SectorCarrier
280
bl SectorEquipmentFunction
281
del SectorEquipmentFunction
282
rdel Equipment=1,AntennaUnitGroup
283
284
# remove all connection of the DUL CPRI ports
285
get Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,RiPort remoteRiPortRef
286
set Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,RiPort remoteRiPortRef
287
288
# check for RRUS
289
lpr Equipment=1,AuxPlugInUnit
290
# if only RUS/RRUS appear, remove them
291
rdel Equipment=1,AuxPlugInUnit
292
293
# check for RUS
294
lpr Equipment=1
295
# remove other old RUS
296
</pre>
297
298
h3. setup an empty node
299
300
**It's unsure to what the license is bound. It's expected to bound to a uniqueName or the logicalName.
301
  License issues will show up in the alarm list `al`.**
302
303
<pre>
304 8 lynxis
# load full mom tree
305
lt all
306
307
# do not ask for confirmation
308
uv del_confirmation=0
309
uv bldebset_confirmation=0
310
311 6 lynxis
set ManagedElement=1 userLabel somesite-01
312 5 lynxis
313 6 lynxis
# create network interface. PortNo defines SFP or Ethernet
314
cr Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1
315
    Attribute 1 of 3, dscpPbitMap (sequence:structRef-DscpPbit): d
316
    Attribute 2 of 3, linkType (enumRef:LinkType):
317
    Enter one of the following integers: 0:FRONT_PORTS, 1:BACKPLANE_PORTS: 0
318
    Attribute 3 of 3, portNo (long): 2
319 5 lynxis
320 6 lynxis
cr Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface=1
321
    Attribute 1 of 2, networkPrefixLength (long): 24
322
    Attribute 2 of 2, defaultRouter0 (string): 10.23.0.1
323
    Following attributes are optional. Enter attribute value or "d" for default.
324
    Once the MO is created, these attributes cannot be changed (they are restricted).
325
    Attribute 1 of 5, ownIpAddressActive (string): d
326
    Attribute 2 of 5, ownIpAddressPassive (string): d
327
    Attribute 3 of 5, rps (boolean): false
328
    Attribute 4 of 5, vlanRef (moRef:ManagedObject):
329
        Enter mo LDN:
330
    Attribute 5 of 5, mtu (long): 1500
331 5 lynxis
332 6 lynxis
# set OAM IP
333
cr Ip=1,IpHostLink=1
334
    Attribute 1 of 1, ipInterfaceMoRef (moRef:ManagedObject):
335
    Enter mo LDN: Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface=1
336
set Ip=1,IpHostLink=1 ipv4Addresses 10.23.0.199
337 5 lynxis
338 6 lynxis
# set eNodeB IP
339
cr IpSystem=1,IpAccessHostEt=1
340
    Attribute 1 of 2, ipAddress (string): 10.23.0.198
341
    Attribute 2 of 2, ipInterfaceMoRef (moRef:ManagedObject):
342
       Enter mo LDN: Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface=1
343
    Following attributes are optional. Enter attribute value or "d" for default.
344
    Once the MO is created, these attributes cannot be changed (they are restricted).
345
    Attribute 1 of 1, networkPrefixLength (long): 24
346 5 lynxis
347 6 lynxis
cr IpSystem=1,IpAccessSctp=1
348
    Attribute 1 of 1, ipAccessHostEtRef1 (moRef:IpAccessHostEt):
349 5 lynxis
       Enter mo LDN: IpSystem=1,IpAccessHostEt=1
350
351 6 lynxis
352
# ntp settings
353
accn ManagedElementData createNtpPrimary 10.23.0.2 16 1024 true true
354 5 lynxis
accn ManagedElementData createNtpSecondary 10.23.0.3 16 1024 true true
355 1 lynxis
356 8 lynxis
# optional allow ntp sync for clock ref with low priority
357 6 lynxis
cr IpSystem=1,IpAccessHostEt=1,IpSyncRef=1
358
    Following attributes are optional. Enter attribute value or "d" for default.
359
    Once the MO is created, these attributes cannot be changed (they are restricted).
360
    Attribute 1 of 1, ntpServerIpAddress (string): 10.23.0.2
361 5 lynxis
362 6 lynxis
cr IpSystem=1,IpAccessHostEt=1,IpSyncRef=2
363
    Following attributes are optional. Enter attribute value or "d" for default.
364
    Once the MO is created, these attributes cannot be changed (they are restricted).
365
    Attribute 1 of 1, ntpServerIpAddress (string): 10.23.0.3
366
accn Synchronization=1 addSyncRefResource IpSystem=1,IpAccessHostEt=1,IpSyncRef=1 3
367
accn Synchronization=1 addSyncRefResource IpSystem=1,IpAccessHostEt=1,IpSyncRef=2 4
368
deb IpSystem=1,IpAccessHostEt=1,IpSyncRef=1
369 5 lynxis
deb IpSystem=1,IpAccessHostEt=1,IpSyncRef=2
370 6 lynxis
371
# only GPS or external clock can be used.
372
## external clock sync (untested). See `mom TuSyncRef` for more info about Tu
373
# cr Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=1
374
# accn Synchronization=1 addSyncRefResource Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=1 1
375 1 lynxis
# deb Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2
376 5 lynxis
377 8 lynxis
# gps sync with high priority
378 6 lynxis
cr Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2
379
accn Synchronization=1 addSyncRefResource Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2 2
380
deb Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2
381 5 lynxis
382
383 6 lynxis
# create sctp nodes
384
cr TransportNetwork=1,Sctp=1
385
    Attribute 1 of 2, numberOfAssociations (long): 10
386
    Attribute 2 of 2, rpuId (moRef:ReliableProgramUniter):
387
       Enter mo LDN: ReliableProgramUniter=sctp_host
388
set TransportNetwork=1,Sctp=1 ipAccessSctpRef IpSystem=1,IpAccessSctp=1
389 5 lynxis
390 6 lynxis
# setup ENodeBFunction
391
# there might be old values
392
get ENodeBFunction
393 5 lynxis
394 6 lynxis
# part of Cell Global Identity
395
set ENodeBFunction=1 eNBId 2342
396
set ENodeBFunction=1 sctpRef TransportNetwork=1,Sctp=1
397
set ENodeBFunction=1 eNodeBPlmnId mcc=901,mnc=70,mncLength=2
398
set ENodeBFunction=1 upIpAccessHostRef IpSystem=1,IpAccessHostEt=1
399 5 lynxis
400 6 lynxis
# s1 link
401
cr ENodeBFunction=1,TermPointToMme=1
402
# a second ip can be also set or an domainName
403
set ENodeBFunction=1,TermPointToMme=1 ipAddress1 10.23.0.2
404
deb ENodeBFunction=1,TermPointToMme=1
405 5 lynxis
406 6 lynxis
# setup the hardware equipment
407
# create a subrack
408
cr Equipment=1,RbsSubrack=1
409
    Following attributes are optional. Enter attribute value or "d" for default.
410
    Once the MO is created, these attributes cannot be changed (they are restricted).
411
    Attribute 1 of 1, noOfSlots (long): d
412 5 lynxis
413 6 lynxis
# should not be needed, this SwAllocation should be already present
414
get SwManagement=1,SwAllocation=RBS_RU
415
# cr SwManagement=1,SwAllocation=RBS_RU
416
# accn SwManagement=1,SwAllocation=RBS_RU addRepertoire SwManagement=1,Repertoire=LTE_RBS_RU
417 5 lynxis
418 6 lynxis
# the dul needs to support this specific RUS/RRUS. Take a look on the installed RUS/RRUS productNumber
419
# in this case KRC11875
420
# check if this RUS is supported
421
lpr KRC11875
422
# SwManagement=1,PiuType=KRC11875/1_*
423
# should return a MO, this MO is required when adding a new antenna setup
424
cr Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1
425
    Attribute 1 of 1, piuType (moRef:PiuType):
426
    Enter mo LDN: PiuType=KRC11875/1_*
427 5 lynxis
428 6 lynxis
# connect the RUS Data 1 port to the DUL RiPort A
429
set Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1,RiPort=DATA_1 remoteRiPortRef Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,RiPort=A
430 5 lynxis
431 6 lynxis
# create antennagroup
432
cr Equipment=1,AntennaUnitGroup=1
433 5 lynxis
434 6 lynxis
cr Equipment=1,AntennaUnitGroup=1,RfBranch=1
435
    Attribute 1 of 2, dlAttenuation (sequence:long):
436
    Enter value or sequence of values, separated by ,: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
437
    Attribute 2 of 2, ulAttenuation (sequence:long):
438
    Enter value or sequence of values, separated by ,: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
439
cr Equipment=1,AntennaUnitGroup=1,RfBranch=2
440
    Attribute 1 of 2, dlAttenuation (sequence:long):
441
    Enter value or sequence of values, separated by ,: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
442
    Attribute 2 of 2, ulAttenuation (sequence:long):
443
    Enter value or sequence of values, separated by ,: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
444
cr Equipment=1,AntennaUnitGroup=1,AntennaUnit=1
445 5 lynxis
446 6 lynxis
# connect the Antenna with the RUS
447
set Equipment=1,AntennaUnitGroup=1,RfBranch=1 rfPortRef Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1,DeviceGroup=ru,RfPort=A
448
set Equipment=1,AntennaUnitGroup=1,RfBranch=2 rfPortRef Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1,DeviceGroup=ru,RfPort=b
449 5 lynxis
450 6 lynxis
# unblock the RUS
451
deb Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1,DeviceGroup=ru,RfPort=A
452 5 lynxis
453 6 lynxis
# create sectorequipment function
454
cr SectorEquipmentFunction=1
455
# on older setup this is in W, on newer this is in mW ###
456
# use mom SectorEquipmentFunction configuredOutputPower to know it#
457
set SectorEquipmentFunction=1 confOutputPower 20
458 5 lynxis
459 6 lynxis
# connect Sector Function to the antenna
460
set SectorEquipmentFunction rfBranchRef Equipment=1,AntennaUnitGroup=1,RfBranch=1
461 5 lynxis
462 6 lynxis
cr ENodeBFunction=1,SectorCarrier=1
463
    Attribute 1 of 1, sectorFunctionRef (moRef:SectorEquipmentFunction):
464
    Enter mo LDN: SectorEquipmentFunction=1
465
set ENodeBFunction=1,SectorCarrier=1 noOfRxAntennas 1
466
set ENodeBFunction=1,SectorCarrier=1 noOfTxAntennas 1
467 5 lynxis
468 6 lynxis
# create cell
469
cr ENodeBFunction=1,EUtranCellFDD=1
470
    Attribute 1 of 6, earfcndl (long): 300
471
    Attribute 2 of 6, earfcnul (long): 18300
472
    Attribute 3 of 6, cellId (long): 1
473
    Attribute 4 of 6, physicalLayerCellIdGroup (long): 1
474
    Attribute 5 of 6, physicalLayerSubCellId (long): 1
475
    Attribute 6 of 6, tac (long): 1
476
    Following attributes are optional. Enter attribute value or "d" for default.
477
    Once the MO is created, these attributes cannot be changed (they are restricted).
478
    Attribute 1 of 5, sectorCarrierRef (sequence:moRef-SectorCarrier):
479
       Enter LDN, or sequence of LDNs (separated by spaces): ENodeBFunction=1,SectorCarrier=1
480
    Attribute 2 of 5, dlChannelBandwidth (long): d
481
    Attribute 3 of 5, ulChannelBandwidth (long): d
482
    Attribute 4 of 5, additionalPlmnList (sequence:structRef-PlmnIdentity): d
483
    Attribute 5 of 5, additionalPlmnReservedList (sequence:boolean):
484
       Enter value or sequence of values, separated by ,: d
485 5 lynxis
486 6 lynxis
# Check the status of all nodes
487
st
488 12 lynxis
489 6 lynxis
# most of the MO should be unlocked and enabled.
490
# ensure all important nodes are unlocked
491
ldeb ENodeBFunction=1,EUtranCellFDD=1
492
ldeb ENodeBFunction=1,TermPointToMme=1
493
ldeb SectorEquipmentFunction=1
494
ldeb Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1
495
ldeb Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2
496
ldeb Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1
497 12 lynxis
498
# check the alarm list
499
al
500 5 lynxis
501 6 lynxis
# finally create a new configuration version otherwise everything is lost after a restart
502
cvms singlecell moshell
503 5 lynxis
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)