Project

General

Profile

DUL 20 Configuration » History » Version 1

lynxis, 11/11/2020 10:07 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
37
<pre>
38
    OSE Delta PowerPC/BL410660
39
    Start of @(#)CXC1729957 R80L37 2013-02-01 10:34:51 GMT
40
    Plug-in Unit Product Name:   DUL2001
41
    Plug-in Unit Product No:     KDU137533/4
42
    Plug-in Unit Product rev:    R1F
43
    Plug-in Unit Product Date:   20120402
44
    Plug-in Unit Product Serial: XXXXXXXXXX
45
    Ethernet MAC_address 0:      0x3CCAFFEE2342
46
    RAM size:                    1024 Mbytes
47
</pre>
48
49
Press enter to show the login prompt `username`.
50
51
Login using username "rbs" and password "rbs".
52
<pre>
53
    username: rbs
54
    password:
55
    Welcome to OSE Shell OSE5.5.
56
    $
57
</pre>
58
Enter the recovery state:
59
60
<pre>
61
    $ reload --
62
    [..]
63
    Stop due to remain in basic/backup set
64
</pre>
65
66
Verify the address of the LMT B interface.
67
68
<pre>
69
    $ ifconfig
70
    le0: inet 169.254.1.10 netmask 255.255.0.0 broadcast 169.254.255.255
71
</pre>
72
73
If the address is not correct, the address can be set by:
74
75
<pre>
76
    $ ifconfig le0 169.254.1.10 netmask 255.255.0.0
77
</pre>
78
79
The DUL should be reachable by icmp/ping and ftp.
80
81
82
h3. Recover
83
84
h2. Understanding ManagedObjects
85
86
h2. Step-by-Step Configuration Howto using the moshell.
Add picture from clipboard (Maximum size: 48.8 MB)