Download as pdf or txt
Download as pdf or txt
You are on page 1of 23

TOPICS:

1) How to verify the help to COLI commands


2) Moshell introduction and commands
3) Check current CV and Upgrade Package
4) Verify alarms and logs ( events, restarts etc..)
5) Verify HW configuration in RNC
6) Check MOs state locked , disabled, enabled etc..
7) Check Iublink state
8) Verify Ethernet Configuration about CMXB
9) Verify the IP configuration in RNC
10) Check RANAP and RNSAP status
11) Check M3ua status in RNC
12) PM counters in RNC
13) Basic commands most used
14) Collect DCG log from RNC
15) Configuration & Monitoring of APP on EVO8200

1) How to verify the help to COLI commands

Use help or ?

man <command> manual about a specific command


help <command> help about a command
? > show all commands COLI
help

Example :
man cv

$ man cv
cv(1) cv(1)

Name
cv - administer configuration versions

Synopsis
cv cu
cv ls
cv set {name}

Description
This command administers the Configuration Versions (CV).

Limitations
- Do not use he command, cv mk . To create a CV, see instead the
document, Software Management.
- The command can be used only on the Core Main Processor (MP).
- A node can have a maximum of 50 CVs.

Subcommands
cu Shows: the startable CV (the next one to be started), the loaded
CV (the one currently used), the rollback status, the timer, the
counters and the rollback list. For setting a CV in the rollback
list, see the document Software Management.

ls Lists all CVs and states the number of CVs currently on the
node.

set Sets a CV as the startable CV. This CV will be loaded after the
next node restart.

Example :

$ help EtHostMo_startPing

NAME
EtHostMo_startPing - Start a ping session

SYNOPSIS
Command syntax:
EtHostMo_startPing -d <destIpAddr> -h <hostFroId> -c <noPings> -s <pktSize>
.
.where..

EtHostMo_startPing is mandatory and name of the COLI command

-d <destIpAddr> is mandatory (dotted decimal notation)


-h <hostFroId> is mandatory (integer > 0)
-c <noPings> is optional (default value 4)
-s <pktSize> is optional (default value 56 byte ICMP payload)

Example:
EtHostMo_startPing -d 192.168.1.2 -h 1 -c 25 -s 18

2. Moshell introduction and commands


The RNC is based in CPP Platform , using MO ( Managed Objects) structure.
The connections in SW has been done using fro for each MO.

momt Show MOs structure ( tree)


momt <mo> Structure from one MO
mom . < mo > Information about MO
pmom . <mo> Information about PM counter
get . <mo> search any MO
get <mo> print MO
hget <mo> print MO with horizontal structure
lget <mo> print MO Children
pget <mo> print counters about MO
hpget <mo> print counters about MO with horizontal
structure
lpget <mo> print counters from MO children
st <mo> print the MO state
pr <mo> print the MO proxy ID
lpr <mo> List all MOs tied in proxy
bl[s]/lbl[s] Locked / locked soft MO(s)
deb/ldeb Unlock MO(s)
acl/lacl List actions from MO
acc/lacc Execute action to MO
set Set parameter from MO (
warning with this command)
lset Set parameter from MO children ( warning
with this command)
lk <mo> Print all MOs linked to MO

Note: command “set” or “lset” can cause damage in Node.


3. Check current CV and Upgrade Package

Example:

RNCXXX> cvls
========================================================================================
150330-14:50 CV Name Upgrade Package Release
============================================================================
Startable: Ma_CXP9021776%2_R4FA11_150330_1142 CXP9021776/2_R4FA11
W14.1.2.5 (C14.2-EP19-1)
Loaded: SU_CXP9021776%2_R4FA11_150318_0349 CXP9021776/2_R4FA11
W14.1.2.5 (C14.2-EP19-1)
Executing: Ma_CXP9021776%2_R4FA11_150330_1142 CXP9021776/2_R4FA11
W14.1.2.5 (C14.2-EP19-1)
Last created: Ma_CXP9021776%2_R4FA11_150330_1142 CXP9021776/2_R4FA11
W14.1.2.5 (C14.2-EP19-1)
------------------------------------------------------------------------------------------------
-------------------
Current UpgradePkg: UpgradePackage=CXP9021776/2_R4FA11 CXP9021776/2_R4FA11
W14.1.2.5 (C14.2-EP19-1)
AutoCreatedCV: Enabled. Daily backup at 04:00
Ongoing CV activity: 0 (IDLE)
Rollback status: Rollback is on
Rollback init timer: 2880
Rollback init counter: 2
Rollback counter: 2
Rollback list: s[23] = Ma_CXP9021776%2_R4FA11_150330_1142
Au_CXP9021776%2_R4FA11_150329_0401 Ma_CXP9021776%2_R4FA11_150328_1253
Ma_CXP9021776%2_R4FA11_150327_1723 Ma_CXP9021776%2_R4FA11_150327_1521
Ma_CXP9021776%2_R4FA11_150327_1253 Ma_CXP9021776%2_R4FA11_150327_1032
Ma_CXP9021776%2_R4FA11_150327_0929 Ma_CXP9021776%2_R4FA11_150326_1341 Ma_20150326_2
Ma_CXP9021776%2_R4FA11_150324_1639 Ma_CXP9021776%2_R4FA11_150324_1156
Ma_CXP9021776%2_R4FA11_150324_1146 Ma_CXP9021776%2_R4FA11_150324_0813

RNCXXX> pr UpgradePackage
====================================================================
Proxy MO
====================================================================
7153 SwManagement=1,UpgradePackage=CXP9021775_R5TA14
7356 SwManagement=1,UpgradePackage=CXP9021776/2_R4FA11

get UpgradePackage=CXP9021776/2_R4FA11

Note: This command shows all data about UP loaded in RNC

Some CV commands:
cv cu Verify cv list and information about loaded,startable, Rollbacklist etc..
cv ls List more details about CVs
cv mk <cv name> Create a new CV
cv set <cv name> Set one specific cv to startable
cv rm <cv name> Remove one specific cv
cv rbset <cv name> Set the CV first in the rollback list.
cv rbrm <cv name> Remove the CV from the rollback list.

Actions available to MO UpgradePackage:

RNCXXX> acl UpgradePackage=CXP9021776/2_R4FA11

=============================================================================
Proxy MO Action Nr of Params
=============================================================================
7356 UpgradePackage=CXP9021776/2_R4FA11 cancelInstall 0
7356 UpgradePackage=CXP9021776/2_R4FA11 cancelUpgrade 0
7356 UpgradePackage=CXP9021776/2_R4FA11 confirmUpgrade 0
7356 UpgradePackage=CXP9021776/2_R4FA11 forcedInstall 0
7356 UpgradePackage=CXP9021776/2_R4FA11 install 0
7356 UpgradePackage=CXP9021776/2_R4FA11 nonBlockingForcedInstall 0
7356 UpgradePackage=CXP9021776/2_R4FA11 nonBlockingInstall 0
7356 UpgradePackage=CXP9021776/2_R4FA11 piuTypeForcedInstall 1
7356 UpgradePackage=CXP9021776/2_R4FA11 piuTypeInstall 1
7356 UpgradePackage=CXP9021776/2_R4FA11 readReferringCvInformation 0
7356 UpgradePackage=CXP9021776/2_R4FA11 readSupportedUpgradeTypesStatus 0
7356 UpgradePackage=CXP9021776/2_R4FA11 rebootNodeUpgrade 0
7356 UpgradePackage=CXP9021776/2_R4FA11 rebootNodeUpgradeWithStop 0
7356 UpgradePackage=CXP9021776/2_R4FA11 restoreSu 0
7356 UpgradePackage=CXP9021776/2_R4FA11 resumeSwUpgrade 0
7356 UpgradePackage=CXP9021776/2_R4FA11 setRequestedTypeOfUP 1
7356 UpgradePackage=CXP9021776/2_R4FA11 shrink 0
7356 UpgradePackage=CXP9021776/2_R4FA11 update 0
7356 UpgradePackage=CXP9021776/2_R4FA11 updateFTPServerData 4
7356 UpgradePackage=CXP9021776/2_R4FA11 upgrade 0
7356 UpgradePackage=CXP9021776/2_R4FA11 upgradeWithStop 0
7356 UgradePackage=CXP9021776/2_R4FA11 verifyUpgrade 0

4. Verify alarms and logs ( events, restarts etc..)


Use the following commands:
( alt, lg and llog )

h alt -> check manual from this command

h lg -> help about lg command


man llog -> manual to command

Example:

RNCXXX> alt

=================================================================================
Date & Time (Local) S Specific Problem MO (Cause/AdditionalInfo)
=================================================================================
2015-03-18 01:00:24 M UtranCell_ServiceUnavailable UtranCell=XXX (unavailable)
2015-03-18 01:00:24 M UtranCell_ServiceUnavailable UtranCell=XXY (unavailable

Example 2:

Make filter using command alt , example filtering the string “Eul”:

RNCXXX> alt |grep -i "Eul"

2015-03-29 19:47:38 M Eul_NbapMessageFailure UtranCell=XXX,Hsdsch=1,Eul=1 (nbapCause:


hardware_failure)

Example 2:

Get alarms logged by date and time

lga -s 20160502.0800 -e 20160502.1000

Main filters used:

- a: Alarm log (AlarmLog)


- e: Notification Event log (NotificationLog)
- h: AutoIntegration log (AiLog)
- k: Ericsson Support Information log (EsiLog)
- l: COLI command log (AuditTrailLog)
- o: MO command log (AuditTrailLog)
- v: Availability log (RBS_CS_AVAILABILITY_LOG)
- s: System log (SystemLog)
- u: Upgrade log (SwmLog)
- y: Security log (SecurityLog)

Example 3 :

lgaoevsm –m 1 -> get logs from alarms, events, command log , system and availability merged printout:
lgaoevsm -m 1h -> one hour
lgaeovsm -m 30m -> 30 min

• Use the command “ llog” to get error log from an specific board:

$ man llog
llog(1) Shell Commands llog(1)

Name
llog - list error log

Synopsis
llog [-l | -s | -v] [-c] [<num>]

llog clear
Description
This command lists the error log.

Subcommands
clear Clears the error log.

Options
-c Clear the log after read.
-l Long (complete) error information. A specific entry can be listed.
-s Short error information. This is the default alternative.
-v Verbose error information. A specific entry can be listed.

Example:

RNCXXX> llog

$ llog
--------------------------------------------------------------------------------
1. [13-08-09 12:53:44] 0xB0AD0006 (2) Board manager restart.. Restart o
--------------------------------------------------------------------------------
2. [13-08-09 13:02:20] 0xF0F0F0F3 (2) DP was fault marked by LPDM.
--------------------------------------------------------------------------------

Example 2:

Get log list error using the option –l :

$ llog -l

----------------------------------------------------------------------------
1. Time : 13-08-09, 12:53:44
Error code : 0xB0AD0006 (Reported via CELLO:ERI IF)
Process : Cs_boardManager_proc
Queued signals : 0
Owned signals : 9
Restart type : Processor
OS Run Mode : BASIC
PMD identity : -
Restart rank : Cold with test

Error Information:
Board manager restart.
Restart ordered by system manager

• Verify logs in node about downtime log and history of node outages using the command “lgd”

Example:
RNCXXX> lgd

================================================================================================
Timestamp (UTC) RestartType/Reason Configuration Version SwRelease CPP Downtime Appl. Downtime JVM Downtime

11-14 2014-03-20 04:31:41 JvmRestart W13.1.1.1 (C13.2-EP5-2) 145s (2m25s)


2014-03-20 04:42:17 UpgradeNormal SU_CXP9021775_R5FA10_140320_0441 W13.1.2.5 (C13.2-EP13-1) 50s
475s (7m55s) 805s (13m25s)
2014-04-16 00:53:15 PartialOutage 86% availability W13.1.2.5 (C13.2-EP13-1) 213s (3m33s)
2014-04-16 01:05:39 PartialOutage -1% availability W13.1.2.5 (C13.2-EP13-1) 6s
2014-04-16 01:18:05 PartialOutage -1% availability W13.1.2.5 (C13.2-EP13-1) 5s
2014-04-16 04:34:21 ManualCold(0) Ma_CXP9021775_R5FA10_140416_0131 W13.1.2.5 (C13.2-EP13-1) 80s
(1m20s) 601s (10m1s) 437s (7m17s)
2014-04-16 14:48:53 JvmRestart W13.1.2.5 (C13.2-EP13-1) 247s (4m7s)
2014-07-25 12:49:07 JvmRestart W13.1.2.5 (C13.2-EP13-1) 230s (3m50s)
2014-10-10 04:42:08 JvmRestart W13.1.2.5 (C13.2-EP13-1) 139s (2m19s)
2014-10-10 04:56:49 UpgradeNormal SU_CXP9021775_R5TA14_141010_0455 W13.1.2.14 (C13.2-EP22) 58s
484s (8m4s) 515s (8m35s)
Node uptime since last restart: 1091883 seconds (12 days, 15 hours, 18 minutes, 3 seconds)
------------------------------------------------------------------------------------------------------
Period=719 days NodeUpgrade NodeManual NodeSpontaneous AllNodeRestarts PartialOutages
------------------------------------------------------------------------------------------------------
Number Of outages 9 22 21 52 6
Total downtime 1522277s (17d14h) 2722s (45m22s) 2025s (33m45s) 1527024s (17d16h) 1379s (22m59s)
Downtime per day 2117s (35m17s) 4s 3s 2124s (35m24s) 2s
Downtime per outage 169142s (1d22h) 124s (2m4s) 96s (1m36s) 29366s (8h9m) 230s (3m50s)

CPP Log Options used by command “ lg “ example above described using “lgd” system downtime.

***************
- 1: Print the list of logs from the node.
- 2: T&E disk log (/d/usr/cello/telogs)
- 3: RNC ANR log (/c/logfiles/SON/ANR_EVENTLOG.xml)
- 4: MGW BGF log (/c/logfiles/BGF)
- 5: MGW IPCS log (/c/logfiles/ipcs_logs)
- a: Alarm log (ALARM_LOG.xml). History of alarms raising and ceasing.
- j: Alarm durations (ALARM_LOG.xml). Same as option "a" except that raising and ceasing are
combined into one entry, together with the total duration of the alarm.
- x: Active alarms (ALARM_LOG.xml). Snapshot of alarms active on a specific date/time given in
-m/-s option.
- e: Event log (EVENT_LOG.xml). History of MO events.
- v: Availability log (CELLO_AVAILABILITY2_LOG.xml). History of node/board/program restarts.
- s: System log (/c/logfiles/systemlog). History of node/board/program restarts.
- p: Post Mortem Dumps (/c/pmd) and LTE ENodeB error files (/c/logfiles/troubleshooting/error).
History of board/program crashes. PMD files are saved permanently in
moshell_logfiles/logs_moshell/pmdfiles/<nodeaddress>/pmd .
- u: Upgrade log (Trace.log/Trace.txt). History of system upgrades.
- d: Downtime log. History of node outages.
- o: MO command log (CORBA_AUDITTRAIL_LOG.xml). History of MO write commands
(set/action/create/delete).
- q: MO command log in "trun" format (CORBA_AUDITTRAIL_LOG.xml). Useful for recovering
configuration data which was not saved to CV before node restart.
- l: COLI command log (SHELL_AUDITTRAIL_LOG.xml). History of COLI commands.
- n: Moshell command log. To specify different or all nodes, use the "-n <node-filter>" option.
If "-m" or "-s" option are not specified, the default is to show command history of the last 30
days.
- y: SecurityEvent log (CELLO_SECURITYEVENT_LOG.xml). History of O&M connection setups.
- w: Active O&M connections (CELLO_SECURITYEVENT_LOG.xml). Snapshot of O&M connections on a
specific date/time given in -m/-s option.
- z: IP Transport log (CELLO_IPTRAN_LOG.xml).
- t: T&E log (lh all te log read. to specify a different boardgroup than "all", use the "-g"
option). Trace and Error Log.
- g: Board Restart error log (lh allpd llog -l ; lh ru llog -l -n 5).
- h: HW Inventory log (CELLO_HWINVENTORY_LOG.xml). This file must first be generated with the
command "hili mk" on O&M MP.
- k: XB logs. Fetches CMXB logs (HCS and Evo nodes) and SCXB logs (Evo nodes). Use "-b <xb>" to
limit log fetching from a single board. Use "-x <xblogfilter>" to determine which logs are
processed (see below).
- b: RLIB log (/c/logfiles/Rlib/RLIB_PM_LOG.xml), applicable to RNC only.

5. Verify HW configuration in RNC

Use the commands cab and bo to get HW information:

h cab -> help from command cab


h bo -> help from command bo

Example:
RNCXXX> bo

=====================================================================================================
=====================
00 M BoardType Devs SwAllocation 01 M BoardType Devs SwAllocation 02 M
BoardType Devs SwAllocation
=====================================================================================================
=====================
01 SCXB3 SCXB 01 SCXB3 SCXB 01 SCXB3
SCXB
02 CMXB3 CMXB 02 CMXB3 CMXB 02 CMXB3
CMXB
03 EPB1 EPB_C1 03 2034 EPB1 CDDPDDDDDD EPB_BLADE_A 03 3034 EPB1
CDDPDDDDDD EPB_BLADE_A
04 EPB1 EPB_C2 04 2044 EPB1 CDDPDDDDDD EPB_BLADE_A 04 3044 EPB1
CDDPDDDDDD EPB_BLADE_A
05 1054 EPB1 CDDPDDDDDD EPB_BLADE_A 05 2054 EPB1 CDDPDDDDDD EPB_BLADE_A 05 3054 EPB1
CDDPDDDDDD EPB_BLADE_A
06 1064 EPB1 CDDPDDDDDD EPB_BLADE_A 06 2064 EPB1 CDDPDDDDDD EPB_BLADE_A 06 3064 EPB1
CDDPDDDDDD EPB_BLADE_A
07 1074 EPB1 CDDPDDDDDD EPB_BLADE_A 07 2074 EPB1 CDDPDDDDDD EPB_BLADE_A 07 3074 EPB1
CDDPDDDDDD EPB_BLADE_A
08 1084 EPB1 CDDPDDDDDD EPB_BLADE_A 08 2084 EPB1 CDDPDDDDDD EPB_BLADE_A 08 3084 EPB1
CDDPDDDDDD EPB_BLADE_A
09 1094 EPB1 CDDPDDDDDD EPB_BLADE_A 09 2094 EPB1 CDDPDDDDDD EPB_BLADE_A 09 3094 EPB1
CDDPDDDDDD EPB_BLADE_A
10 1104 EPB1 CDDPDDDDDD EPB_BLADE_A 10 2104 EPB1 CDDPDDDDDD EPB_BLADE_A 10 3104 EPB1
CDDPDDDDDD EPB_BLADE_A
11 1114 EPB1 CDDPDDDDDD EPB_BLADE_A 11 2114 EPB1 CDDPDDDDDD EPB_BLADE_A 11 3114 EPB1
CDDPDDDDDD EPB_BLADE_A
12 1124 EPB1 CDDPDDDDDD EPB_BLADE_A 12 2124 EPB1 CDDPDDDDDD EPB_BLADE_A 12 3124 EPB1
CDDPDDDDDD EPB_BLADE_A
13 1134 EPB1 CDDPDDDDDD EPB_BLADE_A 13 2134 EPB1 CDDPDDDDDD EPB_BLADE_A 13 3134 EPB1
CDDPDDDDDD EPB_BLADE_A
14 1144 EPB1 CDDPDDDDDD EPB_BLADE_A 14 2144 EPB1 CDDPDDDDDD EPB_BLADE_A 14 3144 EPB1
CDDPDDDDDD EPB_BLADE_A
15 1154 EPB1 CDDPDDDDDD EPB_BLADE_A 15 2154 EPB1 CDDPDDDDDD EPB_BLADE_A 15 3154 EPB1
CDDPDDDDDD EPB_BLADE_A
16 1164 EPB1 CDDPDDDDDD EPB_BLADE_A 16 2164 EPB1 CDDPDDDDDD EPB_BLADE_A 16 3164 EPB1
CDDPDDDDDD EPB_BLADE_A
17 1174 EPB1 CDDPDDDDDD EPB_BLADE_A 17 2174 EPB1 CDDPDDDDDD EPB_BLADE_A 17 3174 EPB1
CDDPDDDDDD EPB_BLADE_A
18 1184 EPB1 CDDPDDDDDD EPB_BLADE_A 18 2184 EPB1 CDDPDDDDDD EPB_BLADE_A 18 3184 EPB1
CDDPDDDDDD EPB_BLADE_A
19 1194 EPB1 CDDPDDDDDD EPB_BLADE_A 19 2194 EPB1 CDDPDDDDDD EPB_BLADE_A 19 3194 EPB1
CDDPDDDDDD EPB_BLADE_A
20 1204 EPB1 CDDPDDDDDD EPB_BLADE_A 20 2204 EPB1 CDDPDDDDDD EPB_BLADE_A 20 3204 EPB1
CDDPDDDDDD EPB_BLADE_A
21 1214 EPB1 CDDPDDDDDD EPB_BLADE_A 21 2214 EPB1 CDDPDDDDDD EPB_BLADE_A 21 3214 EPB1
CDDPDDDDDD EPB_BLADE_A
22 1224 EPB1 CDDPDDDDDD EPB_BLADE_A 22 2224 EPB1 CDDPDDDDDD EPB_BLADE_A 22 3224 EPB1
CDDPDDDDDD EPB_BLADE_A
23 1234 EPB1 CDDPDDDDDD EPB_BLADE_A 23 2234 EPB1 CDDPDDDDDD EPB_BLADE_A 23 3234 EPB1
CDDPDDDDDD EPB_BLADE_A
24 1244 EPB1 CDDPDDDDDD EPB_BLADE_A 24 2244 EPB1 CDDPDDDDDD EPB_BLADE_A 24 3244 EPB1
CDDPDDDDDD EPB_BLADE_A
25 EPB1 EPB_C1 25 2254 EPB1 CDDPDDDDDD EPB_BLADE_A 25 3254 EPB1
CDDPDDDDDD EPB_BLADE_A
26 EPB1 EPB_C2 26 2264 EPB1 CDDPDDDDDD EPB_BLADE_A 26 3264 EPB1
CDDPDDDDDD EPB_BLADE_A
27 SCXB3 SCXB 27 SCXB3 SCXB 27 SCXB3
SCXB
28 CMXB3 CMXB 28 CMXB3 CMXB 28 CMXB3
CMXB

• Printout from CABX

RNCXXX> cabx
====================================================================================================================
SMN APN BOARD FAULT OPER MAINT STAT FRO PRODUCTNUMBER REV SERIAL DATE TEMP COREMGR
=============================================================================================================
=======
0 1 SCXB3 OFF ON OFF OFF 2 ROJ208395/1 R6B A064958587 20130416
0 2 CMXB3 OFF ON OFF OFF 16 ROJ208392/1 R6A A064966777 20130502
0 3 EPB1 OFF ON OFF OFF 1 ROJ208394/1 R1C TU8GZF9593 20130306 +67C Active*
0 4 EPB1 OFF ON OFF OFF 10 ROJ208394/1 R1D CA71254805 20130517 +65C
0 5 EPB1 OFF ON OFF OFF 50 ROJ208394/1 R1D CA71254836 20130517 +64C
0 6 EPB1 OFF ON OFF OFF 172 ROJ208394/1 R1D CA71254911 20130517 +65C
0 7 EPB1 OFF ON OFF OFF 211 ROJ208394/1 R1E CA71736545 20140319 +67C
0 8 EPB1 OFF ON OFF OFF 181 ROJ208394/1 R1D CA71254835 20130517 +62C
0 9 EPB1 OFF ON OFF OFF 214 ROJ208394/1 R1E CA71736517 20140319 +68C
0 10 EPB1 OFF ON OFF OFF 223 ROJ208394/1 R1E CA71736551 20140319 +60C
0 11 EPB1 OFF ON OFF OFF 220 ROJ208394/1 R1E CA71736542 20140319 +59C
0 12 EPB1 OFF ON OFF OFF 23 ROJ208394/1 R1D CA71254841 20130517 +64C
0 13 EPB1 OFF ON OFF OFF 208 ROJ208394/1 R1D CA71452150 20130916 +63C
0 14 EPB1 OFF ON OFF OFF 29 ROJ208394/1 R1D CA71254834 20130517 +60C
0 15 EPB1 OFF ON OFF OFF 32 ROJ208394/1 R1D CA71254853 20130517 +68C
0 16 EPB1 OFF ON OFF OFF 35 ROJ208394/1 R1D CA71254910 20130517 +62C
0 17 EPB1 OFF ON OFF OFF 205 ROJ208394/1 R1D CA71452156 20130916 +62C
0 18 EPB1 OFF ON OFF OFF 190 ROJ208394/1 R1D CA71254828 20130517 +61C
0 19 EPB1 OFF ON OFF OFF 217 ROJ208394/1 R1E CA71736447 20140319 +60C
0 20 EPB1 OFF ON OFF OFF 187 ROJ208394/1 R1D CA71254831 20130517 +59C
0 21 EPB1 OFF ON OFF OFF 226 ROJ208394/1 R1E CA71736459 20140319 +61C
0 22 EPB1 OFF ON OFF OFF 229 ROJ208394/1 R1E CA71736559 20140319 +60C
0 23 EPB1 OFF ON OFF OFF 232 ROJ208394/1 R1E CA71736558 20140319 +59C
0 24 EPB1 OFF ON OFF OFF 44 ROJ208394/1 R1D CA71254884 20130517 +66C
0 25 EPB1 OFF ON OFF OFF 13 ROJ208394/1 R1C TU8GZG2381 20130313 +67C StandbyReady
0 26 EPB1 OFF ON OFF OFF 7 ROJ208394/1 R1D CA71252910 20130515 +65C
0 27 SCXB3 OFF ON OFF OFF 5 ROJ208395/1 R6B A064958560 20130416
0 28 CMXB3 OFF ON OFF OFF 6 ROJ208392/1 R6A A064958473 20130416

• Command vii can be used to get led information about one or more boards.

Example:

$ lhsh 000300 vii


----- VII SERVER INFO -----
registered clients:
client FAULT LOAD_START NO_POWER BOOTTEST MISSING_RESOURCE BOARD_LOCKED
BOARD_BUSY SHUTDOWN BACKUP MEDIUM_PRESS SHORT_PRESS ALARM_SUPPRESS NODE_FAULT
REMOTE_UNIT_FAULT BOARD_BLOCKED DISC_SYNC

LED State
GREEN CLS_LEDI_ON
RED CLS_LEDI_OFF
YELLOW CLS_LEDI_OFF
BLUE CLS_LEDI_OFF

6. Check MOs locked , disabled etc..

>> st
view all disabled MO's
>> st . dis
view all disabled MO's under "Equipment"
>> lst equip dis
view all MOs who are unlocked and disabled:
>> st . 1.*0
view all MOs who are locked:
>> st . ^0
view state of all MO's under "Sector" (in RBS)
>> lst sector
view state of all channels in all 3 cells in the RBS
>> lst cell
view state of all channels in cells starting with 120 (in RNC)
>> lst cell=120

Example:

• Verify all MOs unlocked and disabled in RNC

RNCXXX> st . 1.*0
150330-16:51:33 10.11.204.29 10.0r RNC_NODE_MODEL_V_3_3368 stopfile=/tmp/13255
===================================================================================
Proxy Adm State Op. State MO
===================================================================================
9124 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WHFL1A
9135 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WHFL1A,Fach=1
9137 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WHFL1A,Pch=1
9144 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WHFL1A,Rach=1
9169 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WHFL1A,Hsdsch=1
9170 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WHFL1A,Hsdsch=1,Eul=1
12447 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WSTN2I
12448 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WSTN2I,Hsdsch=1
12449 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WSTN2I,Hsdsch=1,Eul=1
12476 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WSTN2I,Rach=1
12481 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WSTN2I,Fach=1
12484 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WSTN2I,Pch=1
12625 1 (UNLOCKED) 0 (DISABLED) RncFunction=1,UtranCell=WSTN2L

Example 2:

• Verify all MOs locked and disabled in RNC


RNCXXX> st . ^0
150330-16:52:50 10.11.204.29 10.0r RNC_NODE_MODEL_V_3_3368 stopfile=/tmp/13255
===================================================================================
Proxy Adm State Op. State MO
===================================================================================
2316 0 (LOCKED) 0 (DISABLED) Equipment=1,Subrack=ES-
1,Slot=28,PlugInUnit=1,EthernetSwitchModule=1,EthernetSwitchModulePort=3
2318 0 (LOCKED) 0 (DISABLED) Equipment=1,Subrack=ES-
1,Slot=28,PlugInUnit=1,EthernetSwitchModule=1,EthernetSwitchModulePort=4
2320 0 (LOCKED) 0 (DISABLED) Equipment=1,Subrack=ES-
1,Slot=28,PlugInUnit=1,EthernetSwitchModule=1,EthernetSwitchModulePort=5
2322 0 (LOCKED) 0 (DISABLED) Equipment=1,Subrack=ES-
1,Slot=28,PlugInUnit=1,EthernetSwitchModule=1,EthernetSwitchModulePort=6

7. Check Iublink state

• Use the command str to get the state from all Iublinks, Cells available in the system
For help use < h str >
Example:
RNCXXX> strt

-----------------------------------------------------------------------------------------------------
----------------
MOD IUBLINK CELLNAMES CFRPHEU1 CFRPHEU2 CFRPHEU3 CFRPHEU4 CFRPHEU5 CFRPHEU6 ICDS
TN TNPORTS
-----------------------------------------------------------------------------------------------------
----------------
1054 Iub_WCAC1_0014 WCAC1-A/B/C/D/E/F 111111 111111 111111 111111 111111 111111 1111
I MS-5
1055 Iub_WSTR1_0075%1 WSTR1-D/E/F/A/B/C 111111 111111 111111 111111 111111 111111 1111
I MS-5
1055 Iub_WSTR1_0075%2 WSTR1-G/H/I 111111 111111 111111 1111
I MS-5
1056 Iub_WBMI2_0507 WBMI2-D/E/F 111111 111111 111111 1111
I MS-5
1056 Iub_WLGM2_0459 WLGM2-D/E/F 111111 111111 111111 1111
I MS-5

Cell availability: 1361 of 1439 cells are up (94.6 %)


Site availability: 242 of 260 sites are fully operational (93.1 %)
Unlocked Cell availability: 1361 of 1412 unlocked cells are up (96.4 %)
HS availability: 1361 of 1439 channels are up (94.6 %)
EUL availability: 1361 of 1439 channels are up (94.6 %)
MOD: this the RNC module that the site is defined in.
IUBLINK: this is the identity of the iublink that the site is using.
CELLNAME: this is the name of the cells that are connected to that IubLink.
the cell names correspond to the respective sectors.
eg: 6306-1/2/3 means that: cell 63061 is connected to SECT1
cell 63062 is connected to SECT2
cell 63063 is connected to SECT3.
CFRPHEM: the first digit is the state of the UtranCell.
the three following digits are the state of the common channels (Fach/Rach/Pch).
the fifth digit (if present) represents the state of the hsdpa channel (Hsdsch).
the sixth digit (if present) represents the state of the enhanced uplink channel (Eul).
the seventh digit (if present) represents the state of the Mbms channel (MbmsCch).
ICDS: the first digit is the state of the IubLink
the second digit is the state of NbapCommon
the third digit is the state of NbapDedicated
Up to P5, the final two digits are the states of NodeSynchTp 1 and 2.
From P6, the final digit is the state of NodeSynch.
TN: The type of transport network used by the IubLink. A=ATM, I=IP, AI=DualStack

States:
- L = Locked
- S = ShuttingDown
- 0 = Unlocked & Disabled
- 1 = Unlocked & Enabled

8. Verify Ethernet Configuration about CMXB

• Use the command ste to get these information


• For help use < h ste >

Example:

 ste
=========================================================================================================
Board Position Remote Speed Conf AutNg Ext STL Prio Cost RtCost Role-State
Edge PbitQMap UnIng Vlans
=========================================================================================================
=
CMXB3 MS-02-0 MS-02 1 0 BRIDGE
CMXB3 MS-02-1 MS-02 10G_F 10G_F false true 11 0 2000 0 DESIGNATED-FORWARDING
BPDU_FILTER 10234567 1:0 309
CMXB3 MS-02-2 MS-02 10G_F 10G_F false false 11 128 2000 0 DESIGNATED-FORWARDING
EDGE_OFF 10234567 1:0 2002,309,748,749,806,816
CMXB3 MS-02-3 MS-02 10G_F 10G_F false false 11 128 2000 0 DESIGNATED-FORWARDING
EDGE_OFF 10234567 1:0 2002,309,748,749,806,816
CMXB3 MS-02-4 MS-02 10G_F 10G_F false false 11 128 2000 0 DESIGNATED-FORWARDING
EDGE_OFF 10234567 1:0 2002,309,748,749,806,816
CMXB3 MS-02-5 MS-02 10G_F 10G_F false true 11 128 2000 0 DESIGNATED-FORWARDING
EDGE_OFF 10234567 1:0 748,806,816
CMXB3 MS-02-6 NOLINK 1G_F false false L1 128 2000 0 UNKNOWN-DISCARDING
EDGE_OFF 10234567 1:0
CMXB3 MS-02-7 NOLINK 10G_F false false L1 128 2000 0 UNKNOWN-DISCARDING
EDGE_OFF 10234567 1:0
CMXB3 MS-02-8 NOLINK 10G_F false false L1 128 2000 0 UNKNOWN-DISCARDING
EDGE_OFF 10234567 1:0
CMXB3 MS-28-0 MS-02 1 4096 BRIDGE
CMXB3 MS-28-1 MS-28 10G_F 10G_F false true 11 0 2000 2000 DESIGNATED-FORWARDING
BPDU_FILTER 10234567 1:0 309
CMXB3 MS-28-2 MS-02 10G_F 10G_F false false 11 128 2000 2000 ROOT-FORWARDING
EDGE_OFF 10234567 1:0 2002,309,748,749,806,816
CMXB3 MS-28-3 MS-28 10G_F 10G_F false false 11 128 2000 2000 DESIGNATED-FORWARDING
EDGE_OFF 10234567 1:0 2002,309,748,749,806,816
CMXB3 MS-28-4 MS-28 10G_F 10G_F false false 11 128 2000 2000 DESIGNATED-FORWARDING
EDGE_OFF 10234567 1:0 2002,309,748,749,806,816
CMXB3 MS-28-5 MS-28 10G_F 10G_F false true 11 128 2000 2000 DESIGNATED-FORWARDING
EDGE_OFF 10234567 1:0 749,806,816
CMXB3 MS-28-6 NOLINK 1G_F false false L1 128 2000 0 UNKNOWN-DISCARDING
EDGE_OFF 10234567 1:0
CMXB3 MS-28-7 NOLINK 10G_F false false L1 128 2000 0 UNKNOWN-DISCARDING
EDGE_OFF 10234567 1:0
CMXB3 MS-28-8 NOLINK 10G_F false false L1 128 2000 0 UNKNOWN-DISCARDING
EDGE_OFF 10234567 1:0

List the switch in EVO about CMXB boards.


exs_esmro list-all

Example MAIN subrack slot 02 ( A plane ) and slot 28 ( B plane)

$ exs_esmro list-all
LIST ESMRE SWITCHES
==================
ESMRE SWITCH 0
froId 1
smn 0
apn 28
opState 1
admState 1
------------------
ESMRE SWITCH 1
froId 2
smn 0
apn 2
opState 1
admState 1

Where :

SMN = subrack
APN = slot

List the backplane about switch involving thel EPBs Blade defined in subrack

exs_esmro print-all

Example MAIN subrack slot 02 ( A plane ) and slot 28 ( B plane)

$ exs_esmro print-all
ESMRE SWITCH DATA [0]
==================
froId 1
piuId 6
smn 0
apn 28
hwType 2
virtualCmxbPv R3A
opState 1
admState 1
hwAuditDone True
pushed True
linkRedundancy Passive
SwitchSTP created True
linkSelection 5
MAC Address 3C:19:7D:DF:D5:16
Ports opening state PORT_OPEN_ANY
Back Plane Port 0 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_NOT_CONNECTED
Back Plane Port 1 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_NOT_CONNECTED
Back Plane Port 2 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_NOT_CONNECTED
Back Plane Port 3 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 4 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 5 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 6 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 7 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 8 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 9 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 10 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 11 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 12 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 13 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 14 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 15 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 16 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 17 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 18 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 19 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 20 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 21 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 22 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 23 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 24 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 25 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 26 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 27 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_NOT_CONNECTED
ESMRE SWITCH DATA [1]
==================
froId 2
piuId 13
smn 0
apn 2
hwType 2
virtualCmxbPv R3A
opState 1
admState 1
hwAuditDone True
pushed True
linkRedundancy Passive
SwitchSTP created True
linkSelection 5
MAC Address 3C:19:7D:DF:B0:3B
Ports opening state PORT_OPEN_ANY
Back Plane Port 0 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_NOT_CONNECTED
Back Plane Port 1 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_NOT_CONNECTED
Back Plane Port 2 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_NOT_CONNECTED
Back Plane Port 3 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 4 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 5 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 6 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 7 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 8 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 9 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 10 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 11 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 12 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 13 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 14 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 15 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 16 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 17 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 18 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 19 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 20 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 21 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 22 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 23 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 24 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 25 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 26 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_ENABLED
Back Plane Port 27 State = EXS_ESMREGI_BACKPLANE_PORT_STATE_NOT_CONNECTED

9. Verify the IP configuration in RNC

• Use the command sti to get these information


• For help use < h sti >

Example:

RNCVVJA> sti
=====================================================================================================
Board Interface Vid Subnet DefaultRouter Rps IRP H IpHosts
=====================================================================================================
EPB1 MS-03-1 748 10.89.24.96/29 (0) 10.89.24.102 false 1- 1 Et=MS-03-1
EPB1 MS-03-2 749 10.89.28.96/29 (0) 10.89.28.102 false 1- 1 Et=MS-03-2
EPB1 MS-03-3 309 172.16.200.0/24 (0) 172.16.200.253 false 1- 1 Et=MS-03-3
EPB1 MS-04-1 748 10.89.24.96/29 (0) 10.89.24.102 false 1- 1 Et=MS-04-1
EPB1 MS-04-2 749 10.89.28.96/29 (0) 10.89.28.102 false 1- 1 Et=MS-04-2
EPB1 MS-05-1 309 172.16.200.0/24 (0) 172.16.200.253 false 1- 1 Et=MS-05-1 (Iub-1)
EPB1 MS-05-2 816 10.187.3.0/24 (0) 10.187.3.254 false 1- 1 Et=MS-05-2 (Iu_CS_Iur)
EPB1 MS-05-3 309 172.16.200.0/24 (0) 172.16.200.253 false 1- 1 Et=MS-05-3 (Iub-1)
EPB1 MS-05-4 806 10.190.3.0/25 (0) 10.190.3.126 false 1- 1 Et=MS-05-4 (Iu_PS)
EPB1 MS-05-5 816 10.187.3.0/24 (0) 10.187.3.254 false 1- 1 Et=MS-05-5 (Iu_CS_Iur)
ET Host MOName Lnh Ntp Fro HostIp Vid HIRP IpAccessHostPool/IpAccessSctp
=====================================================================================================
EPB1 Et=MS-03-1 MS-3_Sigtran_A 000300 - 10.89.24.97 748 11- MS-03
EPB1 Et=MS-03-2 MS-3_Sigtran_B 000300 - 10.89.28.97 749 11- MS-03
EPB1 Et=MS-03-3 MS-3_Ntp 000300/d00001 46 172.16.200.1 309 11-
EPB1 Et=MS-04-1 MS-4_Sigtran_A 000400 - 10.89.24.98 748 11- MS-04
EPB1 Et=MS-04-2 MS-4_Sigtran_B 000400 - 10.89.28.98 749 11- MS-04
EPB1 Et=MS-05-1 MS-5-3 000500 - 172.16.200.3 309 11- Iub-1 MS-05
EPB1 Et=MS-05-2 MS-5_IuCS_Iur_1 000500 - 10.187.3.1 816 11- Iu_CS_Iur
EPB1 Et=MS-05-3 MS-5-2 000500/d00001 - 172.16.200.47 309 11- Iub-1
EPB1 Et=MS-05-4 MS-5_IuPS 000500/d00001 - 10.190.3.1 806 11- Iu_PS
EPB1 Et=MS-05-5 MS-5_IuCS_Iur_2 000500/d00001 - 10.187.3.2 816 11- Iu_CS_Iur

=====================================================================================================
HostGpb Sctp M3uA Assoc GS12 MUP A LocalInterface,Ip:Port RemInterface,Ip:Port User
=====================================================================================================
MS-25_Sigtran MS-25_Sigtran 1.*m3_2_RNCJAIC 0025:17 1111 11 A (-) 10.89.24.99:2906 (-)
10.89.24.172:2906 Iur.*=Iur_RNCJAIC,Rnsap=RNCJAIC
MS-25_Sigtran MS-25_Sigtran 1.*m3_MGCVVJC_3 0025:360 1111 11 A (-) 10.89.24.99:3905 (-)
10.105.16.92:3905 Cn.*=1,Iu.*=cs,Ranap=cs
MS-25_Sigtran MS-25_Sigtran 1.*m3_RNCAFLA_2 0025:19 1111 11 A (-) 10.89.24.99:2906 (-)
10.105.244.1:2906 Iur.*=Iur_RNCAFLA,Rnsap=RNCAFLA
MS-25_Sigtran MS-25_Sigtran 1.*m3_RNCARIB_2 0025:4 1111 11 A (-) 10.89.24.99:2906 (-)
10.105.243.121:2906 Iur.*=Iur_RNCARIB,Rnsap=RNCARIB
MS-25_Sigtran MS-25_Sigtran 1.*m3_RNCATSA_1 0025:26 1111 11 A (-) 10.89.24.99:2905 (-)
10.105.64.29:2905 Iur.*=Iur_RNCATSA,Rnsap=RNCATSA
MS-25_Sigtran MS-25_Sigtran 1.*m3_RNCATSB_2 0025:5 1111 11 A (-) 10.89.24.99:2906 (-)
10.105.64.20:2906 Iur.*=Iur_RNCATSB,Rnsap=RNCATSB
MS-25_Sigtran MS-25_Sigtran 1.*m3_RNCBONB_2 0025:349 1111 11 A (-) 10.89.24.99:2906 (-)
10.105.244.73:2906 Iur.*=Iur_RNCBONB,Rnsap=RNCBONB
MS-25_Sigtran MS-25_Sigtran 1.*m3_RNCCTNA_1 0025:25 1111 11 A (-) 10.89.24.99:2905 (-)
10.89.24.67:2905 Iur.*=Iur_RNCCTNA,Rnsap=RNCCTNA

=====================================================================================================
Sctp Mod Host Interf1 Interf2 LocalIp1 LocalIp2 RemoteIp IubLink GS12 ISPP NbapC_Assoc
NbapD_Assoc
=====================================================================================================
MS-05 1055 Et MS-05-1 172.16.200.3 172.16.55.251 Iub_WCUI1_0764 111
11-- 3:5113:446(1) 4:5114:445(1)
MS-05 1056 Et MS-05-1 172.16.200.3 172.16.55.253 Iub_WCUI2_0765 111
11-- 5:5113:441(1) 6:5114:442(1)
MS-05 1056 Et MS-05-1 172.16.200.3 172.16.36.195 Iub_WSEP1_0808 111
11-- 5:5113:8 (1) 6:5114:5 (1)
MS-05 1054 Et MS-05-1 172.16.200.3 172.16.57.5 Iub_WVSV2_0357 111
11-- 1:5113:351(1) 2:5114:350(1)
-----------------------------------------------------------------------------------------------------
------------------------------------
MS-06 1066 Et MS-06-1 172.16.200.4 172.16.57.125 Iub_WAUL2_0379 111
11-- 5:5113:184(1) 6:5114:183(1)
MS-06 1064 Et MS-06-1 172.16.200.4 172.16.36.76 Iub_WBDR1_0074 111
11-- 3:5113:497(1) 4:5114:496(1)
MS-06 1065 Et MS-06-1 172.16.200.4 172.16.57.243 Iub_WMOH1_0790 111
11-- 1:5113:156(1) 2:5114:157(1)
MS-06 1066 Et MS-06-1 172.16.200.4 172.16.33.21 Iub_WSEP4_0811 111
11-- 5:5113:8 (1) 6:5114:4 (1)

10. Check RANAP and RNSAP status

• Use the command ranapaggregate and rnsapaggregate in EVO

Example:

$ lhsh 000400 ranapaggregate


0004: Now printing for instance with Id 0
0004: // NumConnected denotes connections with SccpState==CONN and ueCtxtState==CONN
0004: // NumPending denotes connections not yet fully connected
0004: | FroId Link Domain cnId NumConnected NumPending
0004: |--------------------------------------------------------------------
0004: | 0 OK CS -1 5564 15
0004: | 1 OK PS 16 113158 27
0004: | 2 OK PS 20 73 82
0004: |=====================================================================

$ lhsh 000400 rnsapaggregate


0004: Now printing for instance with Id 0
0004: // NumConnected denotes connections with SccpState==CONN and ueCtxtState==CONN
0004: // NumPending denotes connections not yet fully connected
0004: State for RNSAP Fros:
0004: | FroId RncId IurLink NumConnected NumPending
0004: |---------------------------------------------------------
0004: | 0 116 OK 0 0
0004: | 2 112 OK 0 0
0004: | 3 119 OK 0 0
0004: | 4 319 OK 0 0
0004: | 5 1411 OK 0 0
0004: | 6 114 OK 0 0
0004: | 7 311 OK 1661 5
0004: | 8 1011 OK 2 0
0004: | 9 611 OK 1 0
0004: | 10 811 OK 28 0
0004: | 11 214 OK 0 0
0004: | 12 216 OK 2 0
0004: | 13 219 OK 0 0

• For to get the ranap traffic just to one module use the command “ranap status”
• For to get the rnsap traffic just to one module use the command “rnsap status”

Example:
$ lhsh 000500 ranap status
Now printing for instance with Id 5

// NumConnected denotes connections with SccpState==CONN and ueCtxtState==CONN


// NumPending denotes connections not yet fully connected
// RelCap denotes relative capacity as used in random selection
// Routed denotes RNC-originated signalling connections routed by NRI
// Random denotes RNC-originated signalling connections routed by random selection

==================================== Ranap RO Table


===================================================
| FroId SccpLink Synch UeLink Domain cnId BusTrace NumConnected NumPending RelCap Routed
Random
|-----------------------------------------------------------------------------------------
| 0 OK Synched Available CS -1 disabled 70 0 50 0
0
| 1 OK Synched Available PS 16 disabled 1433 1 255 8066014
1588359
| 2 OK Synched Available PS 20 disabled 1 2 1 41525
6367

11. Check M3ua status in RNC

st m3ua
st mtp3b
st epb
st hostet
st pool
st giga
st ipinterface
get mtp code
get m3ua

• Make connectivity test to one specific M3ua Association


• For this kind of test use the command EtHostMo_startPing

Use this help to get all commands about EtHostMo:

Example:

$ lhsh 000X00 help EtHost*


Command Description
EtHostDump List internal data for the Et Host SWB
EtHostMo_getPmCounters Get PM counters for a specified host
EtHostMo_startPing Start a ping session
EtHostMo_startTraceRoute Start a trace route session
EtHostMo_stopPing Stop an active ping or trace route session
EtHostPrintProc List active print processes
EtHostResetPortNoPool Manipulates the Port Number Pool for testing
EtHostTrafIndReport Change report parameters

RNCVXXX> st M3uAssociation=m3_SGSXXX
===================================================================================
Proxy Adm State Op. State MO
===================================================================================
874 1 (ENABLED)
TransportNetwork=1,Mtp3bSpItu=1,M3uAssociation=m3_SGSXXX_1

RNCXXX> lk M3uAssociation=m3_SGSXXX_1
===================================================================================
Proxy Adm State Op. State MOs linked to 874:Mtp3bSpItu=1,M3uAssociation=m3_SGSBARA_1
===================================================================================
75608 1 (ENABLED) CnOperator=1,IuLink=ps2,Ranap=ps2
768 1 (ENABLED) SccpSp=1,SccpScrc=1,SccpApRemote=SGSXXX
968 1 (ENABLED) Mtp3bSpItu=1,Mtp3bAp=ps_SGSXXX
949 1 (ENABLED) Mtp3bSpItu=1,Mtp3bSrs=ps_SGSXXX
950 1 (ENABLED) Mtp3bSpItu=1,Mtp3bSrs=ps_SGSXXX,Mtp3bSr=SGSXXX_1
874 1 (ENABLED) Mtp3bSpItu=1,M3uAssociation=m3_SGSXXX_1
1099 1 (ENABLED) Sctp=MS-3_Sigtran
1119 1 (ENABLED) Sctp=MS-3_Sigtran,SctpAssociation=6370-10.89.24.97_6370-
10.173.68.146
8924 1 (ENABLED) IpAccessSctp=MS-3_Sigtran
8902 1 (UNLOCKED) 1 (ENABLED) IpAccessHostEt=MS-3_Sigtran_A
8903 1 (UNLOCKED) 1 (ENABLED) IpAccessHostEt=MS-3_Sigtran_B
5632 1 (ENABLED)
Subrack=MS,Slot=3,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface=MS-3_Sigtran_A
5633 1 (ENABLED)
Subrack=MS,Slot=3,PlugInUnit=1,ExchangeTerminalIp=1,GigaBitEthernet=1,IpInterface=MS-3_Sigtran_B

$ help EtHostMo_startPing
NAME
EtHostMo_startPing - Start a ping session

SYNOPSIS
Command syntax:
EtHostMo_startPing -d <destIpAddr> -h <hostFroId> -c <noPings> -s <pktSize>
..where..
EtHostMo_startPing is mandatory and name of the COLI command
-d <destIpAddr> is mandatory (dotted decimal notation)
-h <hostFroId> is mandatory (integer > 0)
-c <noPings> is optional (default value 4)
-s <pktSize> is optional (default value 56 byte ICMP payload)
Example:
EtHostMo_startPing -d 192.168.1.2 -h 1 -c 25 -s 18

• For to get the froid about hostet used in M3ua use the command below:

$ lhsh 000300 oncdrhost info


Configured Hosts:
================
HOST: ipIf=1, hostIdx=0, hostIP=10.89.24.97, dhFroId=1, hostFroId=1 (0x1)
HOST: ipIf=2, hostIdx=1, hostIP=10.89.28.97, dhFroId=2, hostFroId=5 (0x5)
$

RNCXXX> get M3uAssociation=m3_xxx ipa

=======================================================================================
MO Attribute Value
=======================================================================================
Mtp3bSpItu=1,M3uAssociation=m3_xxx remoteIpAddress1 10.173.68.146
Mtp3bSpItu=1,M3uAssociation=m3_xxy remoteIpAddress2 10.173.68.153

000300> EtHostMo_startPing -d 10.173.68.146 -c 3 -s 100 -h 1


000300> (10.89.24.97) received echo reply from (10.173.68.146). icmpSeq=0 time=21 ms
(10.89.24.97) received echo reply from (10.173.68.146). icmpSeq=1 time=23 ms
(10.89.24.97) received echo reply from (10.173.68.146). icmpSeq=2 time=26 ms

----- 10.89.24.97 PING statistics -----


3 packets transmitted from (10.89.24.97) to (10.173.68.146).
Packets received/timed-out: 3/0 (Packet loss 0%)
round-trip (ms) min/avg/max: 21/23/26

000300> EtHostMo_startPing -d 10.173.68.153 -c 3 -s 100 -h 5


000300> (10.89.28.97) received echo reply from (10.173.68.153). icmpSeq=0 time=17 ms
(10.89.28.97) received echo reply from (10.173.68.153). icmpSeq=1 time=17 ms
(10.89.28.97) received echo reply from (10.173.68.153). icmpSeq=2 time=18 ms

----- 10.89.28.97 PING statistics -----


3 packets transmitted from (10.89.28.97) to (10.173.68.153).
Packets received/timed-out: 3/0 (Packet loss 0%)
round-trip (ms) min/avg/max: 17/17/18

• In RNC EVO this command can be used to make the tests about Control plane and User plane

12 . PM counters in RNC

• Some counters in RNC can be seen using the commands below:


pmr / pmx / pget and pdiff

• For help use command < h >

h pmr
h pmx
h pget
h pdiif

Example:

RNCXXX> pmr -m 1

1) RNC Node Traffic Performance, Whole Period


Report from 2015-03-30 20:00 UTC to 2015-03-30 20:59 UTC (4 ropfiles)
Node SW: CXP9021776/2_R4FA11 (W14.1.2.5 (C14.2-EP19-1))

Start Time: 2015-03-30 20:00:00 End Time: 2015-03-30 20:45:00


Object Counter
NoRrcConnReq 2778476
NoRrcConnSuc 2744445
PSAccFailRate 2.18
PSAccess 97.75
PSCCSR 95.72
PSDCHRetransRate 23.91
PSDrop 2.07
PSIuSigSuc 99.75
PSNoRabEstAtt 1018833
PSRabSucc 99.13
PSRrcSucRate 98.68
PsAvgNoUsers 15.75
PsDCHFACHDropRate 1.30
PsDCHFACHRabSucc 103.29
PsIRATU2GCCSucc 100
RrcSuc 98.78
SHOSuccess 99.51
SpchAccFailRate 0.83
SpchAccess 98.71
SpchCCSR 97.38
SpchDrop 1.34
SpchIRATU2GHOSucc 92.61
SpchNoRabEstAtt 172130
SpchRabSuc 99.65
SpchRrcSucRate 99.51

Example 2:
RNCXX> pmxh Sctp=MS-25_Sigtran pmSctpStatRetransChunks -m 1

Report from 2015-03-30 20:15 UTC to 2015-03-30 21:14 UTC (4 ropfiles)


Node SW: CXP9021776/2_R4FA11 (W14.1.2.5 (C14.2-EP19-1))

Date: 2015-03-30
Time Object pmSctpStatRetransChunks
20:15 Sctp=MS-25_Sigtran 414121
20:30 Sctp=MS-25_Sigtran 414897
20:45 Sctp=MS-25_Sigtran 416094
21:00 Sctp=MS-25_Sigtran 417049

Example 3:
RNCVVJA> pget sccp

==========================================================================================
MO Attribute Value
==========================================================================================
SccpSp=1 pmNoOfCREFRecFromNL 11154
SccpSp=1 pmNoOfCREFSentToNL 0
SccpSp=1 pmNoOfCRRec 93535795
SccpSp=1 pmNoOfCRSent 944705321
SccpSp=1 pmNoOfDT1Rec 637636809
SccpSp=1 pmNoOfDT1Sent 1495146140
SccpSp=1 pmNoOfERRRec 9
SccpSp=1 pmNoOfERRSent 21569
SccpSp=1 pmNoOfLUDTRec 0
SccpSp=1 pmNoOfLUDTSRec 0
SccpSp=1 pmNoOfLUDTSSent 0
SccpSp=1 pmNoOfLUDTSent 0
SccpSp=1 pmNoOfRLSDRecFromNL 925209007
SccpSp=1 pmNoOfRLSDSentToNL 109833436
SccpSp=1 pmNoOfSubsysAllowedSent 40
SccpSp=1 pmNoOfUDTRec 192599342
SccpSp=1 pmNoOfUDTSRec 0
SccpSp=1 pmNoOfUDTSSent 2
SccpSp=1 pmNoOfUDTSent 77808175
SccpSp=1 pmNoOfXUDTRec 73
SccpSp=1 pmNoOfXUDTSRec 0
SccpSp=1 pmNoOfXUDTSSent 0
SccpSp=1 pmNoOfXUDTSent 64
SccpSp=1,SccpScrc=1 pmNoOfConnectFailure 3078603
SccpSp=1,SccpScrc=1 pmNoOfHopCounterViolation 0
SccpSp=1,SccpScrc=1 pmNoOfRoutingFailNetworkCongest 0
SccpSp=1,SccpScrc=1
pmNoOfRoutingFailNoTransAddrOfSuchNature 0
SccpSp=1,SccpScrc=1
pmNoOfRoutingFailNoTransSpecificAddr 0
SccpSp=1,SccpScrc=1 pmNoOfRoutingFailReasonUnknown 0
SccpSp=1,SccpScrc=1 pmNoOfRoutingFailSubsysUnavail 0
SccpSp=1,SccpScrc=1 pmNoOfRoutingFailure 6711
SccpSp=1,SccpScrc=1
pmNoOfRoutingFailurePointCodeUnAvail 6709

• Some commands very useful to verify scanners in RNC:


pgets
pst
pgetsn

RNCVVJA> get pmservice


==========================================================================================
3 SystemFunctions=1,PmService=1
PmServiceId 1
maxNoOfCounters 4800000
maxNoOfMonitors 30
maxNoOfPmFiles 100
minorAlarmCeasingDelta 5
performanceDataPath /p002600/pm_data
performanceDataVolume /p002600/
transactionTimeOut 60
userLabel
warningAlarmCeasingDelta 5
warningAlarmLimitPercent 80

13 . Basic commands most used

get 0
cvls
pr upgradepackage
get managed
get rncfunction
get channelswitching
license server
invh
invh
get rncfunction mcc|mnc
get locationarea lac|t3212
cedr
cedh
ced -r IubLink=<iub>
uer -r IubLink=<iub>
uer -i <imsi>
uer -i <imsi> all
get synchronization
st tusync
st ControlInterSwitchLink
get ControlInterSwitchLink
st EthernetSwitchModule
st SwitchStp
st m3ua
st ranap
st sccp
st sctp
lst iurlink
lst iulink
lst mtp
lst iublink
strt
stda
lh sccpmp rof_info_esig errcodes
lh sctpmp sctphost –errcodes

14) Collect DCG log

Use de command dcgm will be collected the mandatory logs in RNC, generating automatically a
file inside OSS .

Example :

>dcgm

For more info use the help command

h dcg

15) Configuration & Monitoring of APP on EVO8200

APP Connector Layouts

Figure 1. APP Connector Layouts

Table 1 below shows the position and function of APP ports.

Table 1. APP Port Description

APP Position Connector Type Connection Type Interface Type


APP
18 SFP 10 Gpbs Node External
21 DensiShield Node Internal
24 DensiShield 10 Gpbs Node Internal
28 SFP Node External
32 SFP 10 Gpbs Node External
35 DensiShield Node Internal
38 DensiShield 10 Gpbs Node Internal
42 SFP Node External
47(1) RJ-45 Ethernet, RS232 Node External
51 (1) RJ-45 Node External
55 (1) DensiShield Node Internal
61 RJ-45 Ethernet (O&M) Node External
65 RJ-45 Node External
68 DensiShield Node Internal
72 DensiShield Supervision Node Internal
74 DensiShield Node Internal/External
CLI
79 Sofix Power Node External

According to the table above, APP Port 72/74 are used as the configuration & supervision function of
APP.
2, CLI Configuration:

The Command Line Interface (CLI) is used to configure and monitor the APP. To use the CLI, a Client
needs to be connected to the APP using the NTM 503 46/180 cable kit. Table 2 provides serial settings
for the CLI.

Table 2 Serial Settings for CLI

Baud rate 9600


Data bits 8
Parity None
Stop bits 1
Flow control None

3, APP Command Line:


Commands used to configure and monitor the APP are typed in the HyperTerminal window.

Appinfo:
- shows information about the products within the APP system, such as: APP HW and FW data,
temperature, up-time since last restart, power on or off

Syntax > appinfo

Help:
- prints a description of available commands

Syntax > help

Lsalarm:
- lists all currently active alarms

Syntax > lsalarm

Lsport:
- prints port status, including: card, port label, port position as shown on the APP front, interface type,
port status for both Tx and Rx, mode and link propagation status

Syntax > lsport


lsport2:
- prints port status, including: port label, port position as shown on the APP front, interface type,
duplex type, speed, link status

Syntax > lsport2

Restart:
- restarts the APP system

Syntax > restart {f} (f-force restart)

Lssfpconf:
- prints information about the configuration and status of SFP modules and slots

Syntax > lssfpconf

Setmode:
- changes the mode of a specific port on the APP; requires a restart

Syntax > setmode <xcoord> <mode>

You might also like