Project

General

Profile

DUL 20 Configuration » History » Version 2

lynxis, 11/11/2020 10:08 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
* moshell (a javabased command line utility - runs on linux)
8
* 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
See [[moshell]] for further information how to install and use it.
25
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
h3. Backup
32
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
h3. Recover
81
82
h2. Understanding ManagedObjects
83
84
h2. Step-by-Step Configuration Howto using the moshell.
Add picture from clipboard (Maximum size: 48.8 MB)