Anda di halaman 1dari 19

Alcatel-Lucent LTE eNB CLI Tips and Tricks

TDD / FDD

Created by: Mina Adel,


Alcatel-Lucent LTE eNB Tips and Tricks (TDD / FDD) Outline

1- How to connect CLI to eNBs from SAM:


2- How to check the active alarms by CLI:
3- How to check GPS status by CLI:
4- How to check GPS chipset by CLI:
5- How to check OSC-24 Type/SN/PN by CLI:
6- How to check eCCM, bCEM, RRHs and RET SN / PN by
CLI:
7- How to check the active UEs on the eNB/Cell by CLI:
8- How to ping bCEM and RRHs by CLI:
9- How to check the RRH status by CLI:
10- How to check the database by CLI:
11- How to check the PM files by CLI:
12- How to check the reset reason by CLI:
13- How to check the IP configuration on eNB by CLI:
14- How to ping SAM, MME and S-GW by CLI:
1- How to connect CLI to eNBs from SAM:
(TDD / FDD)

-bash-3.00$ ssh enb0dev@IP_address


User name: enb0dev password: Qwe*90op
Starting CLI Process
Read number of records from file =
/active/config/bci_menu.conf.0
>
> sh
eCCM-enb0dev-enb0dev> su - root
Password: #edcVfr4%t
eCCM-root-root>
2- How to check the active alarms by CLI:
(TDD / FDD)
> (eCCM sCliSh)
> /OAM-C/oamctrl/AlarmController-0/ShowActiveAlarms/
>
alarm(4007027,critical,Unit(type=X2,label=_420_01_TTBA007_0x
3- How to check GPS status by CLI: (TDD /
0009FA73))
FDD)
> (eCCM sCliSh)
> cd /pltf/pltf/grip/
> /pltf/pltf/grip> IntgetVisibleSatellites
INTERNAL Receiver : Number of Visible satellites 11
> /pltf/pltf/grip> IntgetTrackedSatellites
INTERNAL RECEIVER: Number of Tracked satellites 8
> /pltf/pltf/grip>

Useful GPS commands on eCCM sCliSh in case of GPS


synchronization issue:
> /pltf/hral/CB-1/show
> /pltf/pltf/drvclock/clock
> /pltf/pltf/drvclock/priority
> /pltf/pltf/syn/info
> /pltf/pltf/syn/synh
4- How to check GPS chipset by CLI: (TDD /
FDD)
> (eCCM sCliSh)
> cd /pltf/pltf/grip/
> /pltf/pltf/grip> IntgetInventory
INTERNAL Receiver :GPS inventory
COPYRIGHT 2008 Trimble Navigation Ltd.
SFTW P/N # 0000
SOFTWARE VER # 1.34.0
SOFTWARE REV # 00
SOFTWARE DATE 10/26/2011
MODEL # 3011
HDWR P/N # 0000
SERIAL # 31501902
MANUFACTUR DATE 07/10/2012
OPTIONS LIST 0000
u81_1D
> /pltf/pltf/grip>
5- How to check OSC-24 Type/SN/PN by CLI:
(TDD / FDD)
> (eCCM sCliSh)
> cd /pltf/pltf/drvom/
/pltf/pltf/drvom > present
OMhwPi:omPresent:: sibFPGA Ver= 2.8
OMhwPi:omPresent: yes
-----------------------------------
10M Plugin OSC is Present
10M Plugin OSC is Ready
10M Plugin Inventory:
OM-24 12CP08616523DD/026696 1.5 S1:011AB397790001
VECTRON
10M Plugin OSC Vendor is Vectron
-----------------------------------
-----------------------------------
OMhw:i2cInit: freq= 2 fd= 182
OMhwOb:readOmInv: FAIL size=-1
26M Onboard Inventory:

26M Onboard OSC is NOT Present


5- How to check OSC-24 Type/SN/PN by CLI:
(TDD / FDD)
/pltf/pltf/drvom > inventory
OMhwPi:omPresent:: sibFPGA Ver= 2.8
OMhwPi:omPresent: yes
-----------------------------------
10M Plugin Inventory:
OM-24 12CP08616523DD/026696 1.5 S1:011AB397790001
VECTRON
10M Plugin OSC Vendor is Vectron
-----------------------------------
-----------------------------------
OMhw:i2cInit: freq= 2 fd= 182
OMhwOb:readOmInv: FAIL size=-1
26M Onboard Inventory:

26M Onboard OSC is NOT Present


-----------------------------------
6- How to check eCCM, bCEM, RRHs and RETs
SN / PN by CLI: (TDD / FDD)

> (eCCM sCliSh)

eCCM:
> /OAM-C/oamctrl/CfgMgrCB-641/show/

bCEM:
> /OAM-C/oamctrl/CfgMgrBB-642/show/

RRHs:
> /OAM-C/oamctrl/CfgMgrRRH-1100/show/
> /OAM-C/oamctrl/CfgMgrRRH-2100/show/
> /OAM-C/oamctrl/CfgMgrRRH-3100/show/

RETs:
> /OAM-C/oamctrl/CfgMgrRET-1111/show/
> /OAM-C/oamctrl/CfgMgrRET-2111/show/
> /OAM-C/oamctrl/CfgMgrRET-3111/show/
7- How to check the active UEs on the
eNB/Cell by CLI: (TDD / FDD)

> (eCCM sCliSh)

Per eNB:
> /uecallp/uecallp/alluectxt/
List of UE contexts:
Ue Context Instance = 2148
Ue Cell index ID = 1
Ue Context Instance = 1361
Ue Cell index ID = 3
Ue Context Instance = 1029
Ue Cell index ID = 0
Ue Context Instance = 471
Ue Cell index ID = 2
Ue Context Instance = 329
Ue Cell index ID = 0
>
7- How to check the active UEs on the
eNB/Cell by CLI: (TDD / FDD)
> (eCCM sCliSh)

Per Cells:
Cell_A
> /uecallp/uecallp/CellCacParam 0/
Cell_B
> /uecallp/uecallp/CellCacParam 1/
Cell_C
> /uecallp/uecallp/CellCacParam 2/

Example for the output:


cell CAC parameters :
lteCellIndex =0
currentNbOfUes = 5
dlConsumedRsr = 3

alarm L1L2ConfigMeasFailure not raised


8- How to ping bCEM and RRHs by CLI: (TDD /
FDD)
> eCCM-root-root>(eCCM root)

bCEM:
eCCM-root-root> ping 192.168.2.1

RRHs (TDD)
RRH#1:
eCCM-root-root> ping 192.168.129.1
RRH#3:
eCCM-root-root> ping 192.168.130.1
RRH#3:
eCCM-root-root> ping 192.168.131.1

RRHs (FDD)
RRH#1:
eCCM-root-root> ping 192.168.145.1
RRH#3:
eCCM-root-root> ping 192.168.146.1
RRH#3:
eCCM-root-root> ping 192.168.147.1
9- How to check the RRH status by CLI: (TDD /
FDD)
> eCCM-root-root>(eCCM root)

TDD:
eCCM-root-root> telnet 192.168.129.1

Entering character mode


Escape character is '^]'.
cdrs login: root
Password: axis
BusyBox v1.1.0 (2013.02.15-19:09+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ # (check the below commands)
dstat
get alarms
get txpwr
get rfmvswr
get rxrfpwr 1
get rxrfpwr 2
reboot
9- How to check the RRH status by CLI: (TDD /
FDD)
> eCCM-root-root>(eCCM root)

FDD:
eCCM-root-root> telnet 192.168.145.1 / 192.168.146.1 /
192.168.146.1
Entering character mode
Escape character is '^]'.
VxWorks login: newclass
Password: nc_tmxda
MCRRH1-1> (check the below commands)
swShow
swShow 2,-1
bhFpgaShow
cpriShow
fpgaDump
showAlarm
resetPowerOn
10- How to check the database by CLI: (TDD /
FDD)
> eCCM-root-root>(eCCM root)
> eCCM-root-root> more /data/db/active/mim/database.xml

To Edit:
> eCCM-root-root> vi /data/db/active/mim/database.xml

11- How to check the PM files by CLI: (TDD /


FDD)
> eCCM-root-root>(eCCM root)
> eCCM-root-root> cd /pmfs/
> eCCM-root-/pmfs> ls -lst
12 -rw------- 1 root enbDev 8990 Apr 13 16:30
A20140413.1615+0000-1630+0000_eNodeB-TTBA007.gz
12 -rw------- 1 root enbDev 8959 Apr 13 16:15
A20140413.1600+0000-1615+0000_eNodeB-TTBA007.gz
12 -rw------- 1 root enbDev 8907 Apr 13 16:00
12- How to check the reset reason by CLI:
(TDD / FDD)
> eCCM-root-root>(eCCM root)
> eCCM-root-root> cd /store/
> eCCM-root-/store> more eccmUnexpectResetReason

ECCMU RESET - RESEON : RESET_POWER_ON


2012-12-30 19:50:50 ECCMU RESET - RESEON :
RESET_POWER_ON

ECCMU RESET - RESEON : RESET_POWER_ON


2013-2-10 13:12:44 ECCMU RESET - RESEON :
RESET_POWER_ON

ECCMU RESET - RESEON : RESET_POWER_ON


2013-3-6 17:12:35 ECCMU RESET - RESEON : RESET_POWER_ON

OR:
> eCCM-root-root> cd /store/1
> eCCM-root-1> ls
flr.708.2014-04-08T12:37:21.tgz (get this file through SFTP)
Unzip it and check rmem/ EEC_RESET_CAUSE
13- How to check the IP configuration on eNB
by CLI: (TDD / FDD)
> eCCM-root-root>(eCCM root)
> eCCM-root-root> ifconfig a
eth0 Link encap:Ethernet HWaddr 18:80:F5:F6:60:EA
inet addr:192.168.10.1 Bcast:192.168.10.255 Mask:255.255.255.0
inet6 addr: fe80::1a80:f5ff:fef6:60ea/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:1 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:90 (90.0 B)
Base address:0x8000

eth1 Link encap:Ethernet HWaddr 18:80:F5:F6:60:EB


BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Base address:0xa000

eth2 Link encap:Ethernet HWaddr 18:80:F5:F6:60:EC


inet6 addr: fe80::1a80:f5ff:fef6:60ec/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:2000 Metric:1
RX packets:2248907 errors:0 dropped:0 overruns:0 frame:1
TX packets:2522496 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:251672276 (240.0 MiB) TX bytes:323913369 (308.9 MiB)
Base address:0xc000

eth2.3520 Link encap:Ethernet HWaddr 18:80:F5:F6:60:EC


inet addr:10.226.131.249 Bcast:10.226.131.251 Mask:255.255.255.252
inet6 addr: fe80::1a80:f5ff:fef6:60ec/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1496 Metric:1
RX packets:2021398 errors:0 dropped:0 overruns:0 frame:0
TX packets:1967816 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:175083565 (166.9 MiB) TX bytes:173843136 (165.7 MiB)
13- How to check the IP configuration on eNB
by CLI: (TDD / FDD)
eth2.3521 Link encap:Ethernet HWaddr 18:80:F5:F6:60:EC
inet addr:10.140.131.249 Bcast:10.140.131.251 Mask:255.255.255.252
inet6 addr: fe80::1a80:f5ff:fef6:60ec/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1496 Metric:1
RX packets:213477 errors:0 dropped:0 overruns:0 frame:0
TX packets:554664 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:25122538 (23.9 MiB) TX bytes:150069465 (143.1 MiB)

eth3 Link encap:Ethernet HWaddr 18:80:F5:F6:60:ED


inet addr:192.168.1.2 Bcast:192.168.255.255 Mask:255.255.0.0
inet6 addr: fe80::1a80:f5ff:fef6:60ed/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4043751 errors:0 dropped:0 overruns:0 frame:0
TX packets:2908543 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:541732282 (516.6 MiB) TX bytes:392705274 (374.5 MiB)
Base address:0xe000

lo Link encap:Local Loopback


inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:230776 errors:0 dropped:0 overruns:0 frame:0
TX packets:230776 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:74521363 (71.0 MiB) TX bytes:74521363 (71.0 MiB)
14- How to ping SAM, MME and S-GW by CLI:
(TDD / FDD)
> eCCM-root-root>(eCCM root)

Ping SAM:
> eCCM-root-root> ping < IP @ of SAM>

Ping MME:
> eCCM-root-root> ping -I <eNB IP@ of S1c> <IP @ of MME>

Ping S-GW:
> eCCM-root-root> ping -I <eNB IP@ of S1u> <IP @ of S-GW>
Alcatel-Lucent LTE Solution
Thank You
Mina Adel Tadross

Created by: Mina Adel,

Anda mungkin juga menyukai