Project

General

Profile

DUL 20 Configuration » History » Version 13

matt9j, 08/06/2021 06:30 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 13 matt9j
**TODO** Expand this section
199
200
h3. The Configuration Version (CV)
201
202
The digital unit can store multiple configurations, known as configuration versions, and confguration is not automatically persisted/saved. The *cv* command provides low level access to operations for managing the loaded and applied CV. Moshell also provides higher-level commands for managing CVs. The *cvls* command shows the current configuration state and the list of all available configurations. The *cvget* command can be used to download a CV from the unit to the local terminal for backup. *cvmk* stores a new CV from the current configuration state, and *cvset* sets the CV which will be applied to all system components (including attached hardware) on next startup. *cvms* combines cvmk and cvset into a single command, persisting the current configuration and designating it to be applied on next startup.
203 1 lynxis
204
h2. Step-by-Step Configuration Howto using the moshell.
205 5 lynxis
206 7 lynxis
This howto is for **L13A release**. You can check the release of the DUL with the moshell.
207 5 lynxis
208
<pre>
209
moshell> cvls
210
211
[...]
212
===================================================================================================================
213
201111-16:36            CV Name                                   Upgrade Package       Release
214
===================================================================================================================
215
Startable:              selfconfig_autocreated1                   CXP102051/18_R23BM    L13A (C13.0-EP7)
216
Loaded:                 selfconfig_autocreated1                   CXP102051/18_R23BM    L13A (C13.0-EP7)
217 1 lynxis
Executing:              selfconfig_autocreated1                   CXP102051/18_R23BM    L13A (C13.0-EP7)
218 5 lynxis
Last created:           selfconfig_autocreated1                   CXP102051/18_R23BM    L13A (C13.0-EP7)
219
-------------------------------------------------------------------------------------------------------------------
220
[...]
221
</pre>
222
223 7 lynxis
h3. Cleanup old states
224 5 lynxis
225
The DUL doesn't support a factory reset method other than installing the software from the scratch using the Recovery method.
226
The following howto cleans up most of the old state.
227
228
<pre>
229
# load full mom tree
230
lt all
231
232
# do not ask for confirmation
233
uv del_confirmation=0
234
uv bldebset_confirmation=0
235
236
bl IpSystem=1,IpSec
237
del IpSystem=1,IpSec
238
239
# returns errors if no ntp is defined
240
acc ManagedElementData=1 deleteNtpThird
241
acc ManagedElementData=1 deleteNtpSecondary
242
acc ManagedElementData=1 deleteNtpPrimary
243
244
# remove all cells
245
rdel ENodeBFunction=1,EUtranCellFDD
246
rdel ENodeBFunction=1,Cdma2000Network
247
rdel ENodeBFunction=1,GeraNetwork
248
rdel ENodeBFunction=1,UtraNetwork
249
250
# clear old MO from EnodeBFunction to recreate the refMos
251
set ENodeBFunction=1 upIpAccessHostRef
252
set ENodeBFunction=1 sctpRef
253
254
del TransportNetwork=1,Sctp=1
255
256
# clean up synchronizsation
257
set TimingUnit gpsOutEnabled false
258
# get a list of activated synchronisations
259
get Synchronization=1
260
# remove all entries with `syncReference =`
261
accn Synchronization=1 removeSyncRefResource IpSystem=1,IpAccessHostEt=1,IpSyncRef=1
262
accn Synchronization=1 removeSyncRefResource Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=1
263
del TuSyncRef
264
del IpSyncRef
265
266
# remove remaining Ip Mo
267
del IpSystem=1,IpAccessSctp
268
del IpSystem=1,IpAccessHostEt
269
270
# ensure the NodeIp is set to 169.254.1.10
271
get IpOam=1,Ip=1,EthernetLink=1
272
# check ipv4Addresses => 169.254.1.10 prefix = 16
273
# if not, set it
274
# ensure the nodeInterfaceName is set to le0
275
get IpOam=1,Ip=1 nodeInterfaceName
276
set IpOam=1,Ip=1 nodeInterfaceName le0
277
# The IP now changing. exit moshell and reconnect.
278
279
del IpOam=1,Ip=1,IpHostLink
280
del Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface
281
del Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1
282
# clean up the equipment
283
del ENodeBFunction=1,SectorCarrier
284
bl SectorEquipmentFunction
285
del SectorEquipmentFunction
286
rdel Equipment=1,AntennaUnitGroup
287
288
# remove all connection of the DUL CPRI ports
289
get Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,RiPort remoteRiPortRef
290
set Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,RiPort remoteRiPortRef
291
292
# check for RRUS
293
lpr Equipment=1,AuxPlugInUnit
294
# if only RUS/RRUS appear, remove them
295
rdel Equipment=1,AuxPlugInUnit
296
297
# check for RUS
298
lpr Equipment=1
299
# remove other old RUS
300
</pre>
301
302
h3. setup an empty node
303
304
**It's unsure to what the license is bound. It's expected to bound to a uniqueName or the logicalName.
305
  License issues will show up in the alarm list `al`.**
306
307
<pre>
308 8 lynxis
# load full mom tree
309
lt all
310
311
# do not ask for confirmation
312
uv del_confirmation=0
313
uv bldebset_confirmation=0
314
315 6 lynxis
set ManagedElement=1 userLabel somesite-01
316 5 lynxis
317 6 lynxis
# create network interface. PortNo defines SFP or Ethernet
318
cr Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1
319
    Attribute 1 of 3, dscpPbitMap (sequence:structRef-DscpPbit): d
320
    Attribute 2 of 3, linkType (enumRef:LinkType):
321
    Enter one of the following integers: 0:FRONT_PORTS, 1:BACKPLANE_PORTS: 0
322
    Attribute 3 of 3, portNo (long): 2
323 5 lynxis
324 6 lynxis
cr Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface=1
325
    Attribute 1 of 2, networkPrefixLength (long): 24
326
    Attribute 2 of 2, defaultRouter0 (string): 10.23.0.1
327
    Following attributes are optional. Enter attribute value or "d" for default.
328
    Once the MO is created, these attributes cannot be changed (they are restricted).
329
    Attribute 1 of 5, ownIpAddressActive (string): d
330
    Attribute 2 of 5, ownIpAddressPassive (string): d
331
    Attribute 3 of 5, rps (boolean): false
332
    Attribute 4 of 5, vlanRef (moRef:ManagedObject):
333
        Enter mo LDN:
334
    Attribute 5 of 5, mtu (long): 1500
335 5 lynxis
336 6 lynxis
# set OAM IP
337
cr Ip=1,IpHostLink=1
338
    Attribute 1 of 1, ipInterfaceMoRef (moRef:ManagedObject):
339
    Enter mo LDN: Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface=1
340
set Ip=1,IpHostLink=1 ipv4Addresses 10.23.0.199
341 5 lynxis
342 6 lynxis
# set eNodeB IP
343
cr IpSystem=1,IpAccessHostEt=1
344
    Attribute 1 of 2, ipAddress (string): 10.23.0.198
345
    Attribute 2 of 2, ipInterfaceMoRef (moRef:ManagedObject):
346
       Enter mo LDN: Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface=1
347
    Following attributes are optional. Enter attribute value or "d" for default.
348
    Once the MO is created, these attributes cannot be changed (they are restricted).
349
    Attribute 1 of 1, networkPrefixLength (long): 24
350 5 lynxis
351 6 lynxis
cr IpSystem=1,IpAccessSctp=1
352
    Attribute 1 of 1, ipAccessHostEtRef1 (moRef:IpAccessHostEt):
353 5 lynxis
       Enter mo LDN: IpSystem=1,IpAccessHostEt=1
354
355 6 lynxis
356
# ntp settings
357
accn ManagedElementData createNtpPrimary 10.23.0.2 16 1024 true true
358 5 lynxis
accn ManagedElementData createNtpSecondary 10.23.0.3 16 1024 true true
359 1 lynxis
360 8 lynxis
# optional allow ntp sync for clock ref with low priority
361 6 lynxis
cr IpSystem=1,IpAccessHostEt=1,IpSyncRef=1
362
    Following attributes are optional. Enter attribute value or "d" for default.
363
    Once the MO is created, these attributes cannot be changed (they are restricted).
364
    Attribute 1 of 1, ntpServerIpAddress (string): 10.23.0.2
365 5 lynxis
366 6 lynxis
cr IpSystem=1,IpAccessHostEt=1,IpSyncRef=2
367
    Following attributes are optional. Enter attribute value or "d" for default.
368
    Once the MO is created, these attributes cannot be changed (they are restricted).
369
    Attribute 1 of 1, ntpServerIpAddress (string): 10.23.0.3
370
accn Synchronization=1 addSyncRefResource IpSystem=1,IpAccessHostEt=1,IpSyncRef=1 3
371
accn Synchronization=1 addSyncRefResource IpSystem=1,IpAccessHostEt=1,IpSyncRef=2 4
372
deb IpSystem=1,IpAccessHostEt=1,IpSyncRef=1
373 5 lynxis
deb IpSystem=1,IpAccessHostEt=1,IpSyncRef=2
374 6 lynxis
375
# only GPS or external clock can be used.
376
## external clock sync (untested). See `mom TuSyncRef` for more info about Tu
377
# cr Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=1
378
# accn Synchronization=1 addSyncRefResource Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=1 1
379 1 lynxis
# deb Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2
380 5 lynxis
381 8 lynxis
# gps sync with high priority
382 6 lynxis
cr Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2
383
accn Synchronization=1 addSyncRefResource Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2 2
384
deb Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2
385 5 lynxis
386
387 6 lynxis
# create sctp nodes
388
cr TransportNetwork=1,Sctp=1
389
    Attribute 1 of 2, numberOfAssociations (long): 10
390
    Attribute 2 of 2, rpuId (moRef:ReliableProgramUniter):
391
       Enter mo LDN: ReliableProgramUniter=sctp_host
392
set TransportNetwork=1,Sctp=1 ipAccessSctpRef IpSystem=1,IpAccessSctp=1
393 5 lynxis
394 6 lynxis
# setup ENodeBFunction
395
# there might be old values
396
get ENodeBFunction
397 5 lynxis
398 6 lynxis
# part of Cell Global Identity
399
set ENodeBFunction=1 eNBId 2342
400
set ENodeBFunction=1 sctpRef TransportNetwork=1,Sctp=1
401
set ENodeBFunction=1 eNodeBPlmnId mcc=901,mnc=70,mncLength=2
402
set ENodeBFunction=1 upIpAccessHostRef IpSystem=1,IpAccessHostEt=1
403 5 lynxis
404 6 lynxis
# s1 link
405
cr ENodeBFunction=1,TermPointToMme=1
406
# a second ip can be also set or an domainName
407
set ENodeBFunction=1,TermPointToMme=1 ipAddress1 10.23.0.2
408
deb ENodeBFunction=1,TermPointToMme=1
409 5 lynxis
410 6 lynxis
# setup the hardware equipment
411
# create a subrack
412
cr Equipment=1,RbsSubrack=1
413
    Following attributes are optional. Enter attribute value or "d" for default.
414
    Once the MO is created, these attributes cannot be changed (they are restricted).
415
    Attribute 1 of 1, noOfSlots (long): d
416 5 lynxis
417 6 lynxis
# should not be needed, this SwAllocation should be already present
418
get SwManagement=1,SwAllocation=RBS_RU
419
# cr SwManagement=1,SwAllocation=RBS_RU
420
# accn SwManagement=1,SwAllocation=RBS_RU addRepertoire SwManagement=1,Repertoire=LTE_RBS_RU
421 5 lynxis
422 6 lynxis
# the dul needs to support this specific RUS/RRUS. Take a look on the installed RUS/RRUS productNumber
423
# in this case KRC11875
424
# check if this RUS is supported
425
lpr KRC11875
426
# SwManagement=1,PiuType=KRC11875/1_*
427
# should return a MO, this MO is required when adding a new antenna setup
428
cr Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1
429
    Attribute 1 of 1, piuType (moRef:PiuType):
430
    Enter mo LDN: PiuType=KRC11875/1_*
431 5 lynxis
432 6 lynxis
# connect the RUS Data 1 port to the DUL RiPort A
433
set Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1,RiPort=DATA_1 remoteRiPortRef Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,RiPort=A
434 5 lynxis
435 6 lynxis
# create antennagroup
436
cr Equipment=1,AntennaUnitGroup=1
437 5 lynxis
438 6 lynxis
cr Equipment=1,AntennaUnitGroup=1,RfBranch=1
439
    Attribute 1 of 2, dlAttenuation (sequence:long):
440
    Enter value or sequence of values, separated by ,: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
441
    Attribute 2 of 2, ulAttenuation (sequence:long):
442
    Enter value or sequence of values, separated by ,: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
443
cr Equipment=1,AntennaUnitGroup=1,RfBranch=2
444
    Attribute 1 of 2, dlAttenuation (sequence:long):
445
    Enter value or sequence of values, separated by ,: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
446
    Attribute 2 of 2, ulAttenuation (sequence:long):
447
    Enter value or sequence of values, separated by ,: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
448
cr Equipment=1,AntennaUnitGroup=1,AntennaUnit=1
449 5 lynxis
450 6 lynxis
# connect the Antenna with the RUS
451
set Equipment=1,AntennaUnitGroup=1,RfBranch=1 rfPortRef Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1,DeviceGroup=ru,RfPort=A
452
set Equipment=1,AntennaUnitGroup=1,RfBranch=2 rfPortRef Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1,DeviceGroup=ru,RfPort=b
453 5 lynxis
454 6 lynxis
# unblock the RUS
455
deb Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1,DeviceGroup=ru,RfPort=A
456 5 lynxis
457 6 lynxis
# create sectorequipment function
458
cr SectorEquipmentFunction=1
459
# on older setup this is in W, on newer this is in mW ###
460
# use mom SectorEquipmentFunction configuredOutputPower to know it#
461
set SectorEquipmentFunction=1 confOutputPower 20
462 5 lynxis
463 6 lynxis
# connect Sector Function to the antenna
464
set SectorEquipmentFunction rfBranchRef Equipment=1,AntennaUnitGroup=1,RfBranch=1
465 5 lynxis
466 6 lynxis
cr ENodeBFunction=1,SectorCarrier=1
467
    Attribute 1 of 1, sectorFunctionRef (moRef:SectorEquipmentFunction):
468
    Enter mo LDN: SectorEquipmentFunction=1
469
set ENodeBFunction=1,SectorCarrier=1 noOfRxAntennas 1
470
set ENodeBFunction=1,SectorCarrier=1 noOfTxAntennas 1
471 5 lynxis
472 6 lynxis
# create cell
473
cr ENodeBFunction=1,EUtranCellFDD=1
474
    Attribute 1 of 6, earfcndl (long): 300
475
    Attribute 2 of 6, earfcnul (long): 18300
476
    Attribute 3 of 6, cellId (long): 1
477
    Attribute 4 of 6, physicalLayerCellIdGroup (long): 1
478
    Attribute 5 of 6, physicalLayerSubCellId (long): 1
479
    Attribute 6 of 6, tac (long): 1
480
    Following attributes are optional. Enter attribute value or "d" for default.
481
    Once the MO is created, these attributes cannot be changed (they are restricted).
482
    Attribute 1 of 5, sectorCarrierRef (sequence:moRef-SectorCarrier):
483
       Enter LDN, or sequence of LDNs (separated by spaces): ENodeBFunction=1,SectorCarrier=1
484
    Attribute 2 of 5, dlChannelBandwidth (long): d
485
    Attribute 3 of 5, ulChannelBandwidth (long): d
486
    Attribute 4 of 5, additionalPlmnList (sequence:structRef-PlmnIdentity): d
487
    Attribute 5 of 5, additionalPlmnReservedList (sequence:boolean):
488
       Enter value or sequence of values, separated by ,: d
489 5 lynxis
490 6 lynxis
# Check the status of all nodes
491
st
492 12 lynxis
493 6 lynxis
# most of the MO should be unlocked and enabled.
494
# ensure all important nodes are unlocked
495
ldeb ENodeBFunction=1,EUtranCellFDD=1
496
ldeb ENodeBFunction=1,TermPointToMme=1
497
ldeb SectorEquipmentFunction=1
498
ldeb Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1
499
ldeb Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,TimingUnit=1,TuSyncRef=2
500
ldeb Equipment=1,RbsSubrack=1,RbsSlot=1,AuxPlugInUnit=1
501 12 lynxis
502
# check the alarm list
503
al
504 5 lynxis
505 6 lynxis
# finally create a new configuration version otherwise everything is lost after a restart
506
cvms singlecell moshell
507 5 lynxis
</pre>
Add picture from clipboard (Maximum size: 48.8 MB)