+ All Categories
Home > Documents > Mo Shell Commands

Mo Shell Commands

Date post: 29-Nov-2023
Category:
Upload: independent
View: 1 times
Download: 0 times
Share this document with a friend
125
AMOS / Moshell Operation Overview
Transcript

AMOS / Moshell Operation

Overview

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva2

WarningWARNING! Advanced Managed Object Scripting (AMOS) is

an extremely powerful command line utility that may cause substantial damage to a Network Element. It is the operator’s responsibility to ensure that they have read and fully understood all AMOS command descriptions and that they have proficient training in the usage of AMOS commands before attempting to execute any commands against Network Elements.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva3

AMOS or Moshell??????AMOS is a feature of OSS-RC which is available from OSS-RC

5.3. It has been developed as the customer version of Moshell. The AMOS and Moshell commands are the same, except the lab commands and internal ericsson commands which are not available in AMOS.

Some Ericsson internal commands: fget, fset, facc - Not available in AMOSSome Lab Commands: pset, pcr, pdeb, pbl, pdel - Not available in AMOS

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva4

Services provided by AMOS / Moshell

Alarm Service (AS) Configuration Service (CS) File Transfer (FTP/HTTP) Inventory Service (IS) Log Service (LS) Notification OSE Shell (COLI) Performance Measurement Service (PM)

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva5

Secure and non-secure access

NODE

OSE shell (COLI)

File service

MIB

CS (Configuration Service) AS (Alarm Service) PM (Performance Mgmt)

HTTP (80) FTP (21) / SFTP (22)

TELNET (23) / SSH (22)

IIOP/ SSL IIOP

TCP/IP

Ethernet or IPoverATM

AMOS

Scanners

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva6

Starting AMOS

Step Comment Action 1 In WRAN Explorer

Workspace Menu, select<tools> -> <AMOS>

This opens the AMOS main command shell.

2 Run the UNIX commandmoshell <node name>

This will launch AMOS against the specified Network Element.

Alternatively2 Run the UNIX command

moshell <node ipaddress>

This will launch AMOS against the specified IP Address.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva7

Stopping AMOS

Step Comment Action

1 In AMOS main command shell run the command q, quit, exit or bye

This stops AMOS running.

AMOS / Moshell Operation

Managed Object

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva9

AMOS Concepts

AMOS Command Line Command Piping Regular Expression Managed Object Managed Object Model MO Tree and MO Naming Conventions Services and Protocols User Specific Settings

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva10

AMOS Command Line-Supported function keys

Ctrl+F or right arrow Move forward one characterCtrl+B or left arrow Move backward one characterup arrow Previous command in history buffer down arrow Next command in history buffer backspace Delete one character backward Ctrl+D or delete Delete one character forwardCtrl+A or home Go to beginning of line Ctrl+E or end Go to end of lineCtrl+U Erase all characters backward Ctrl+K Erase all characters forwardCtrl+F Move forward one word Ctrl+B Move backward one wordCtrl+INSERT Copy to clipboard Shift-INSERT Paste from clipboard

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva11

Command Piping

The Piping command is used to filter an expecific string in the output.

Examples:

str | grep CBE22A – Shows the status of the cell CBE22A. cabx | grep RAX – Shows all RAX boards installed in the

NodeB.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva12

Regular Expressions

. Match any single character* Match 0 or more occurrences of the previous character [ ] Match a character or range of characters inside the brackets[^] Do NOT match character or character range inside the brackets | Or^ Match from the beginning of the string$ Match from the end of the string! Negation; do not match% Match in reverse order() Group regular expressions

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva13

Regular Expressions, cont.

a* Match a or aa or aaa

.*Wildcard that matches 0 or more occurrences of any character

[a-z] Matches all letters from a to z

[abe] Matches letters a, b and e

[^3] Matches any character but not 3

3|5|6 Matches 3 or 5 or 6

^a.*4$ Matches a string beginning with a and finishing with 4, with anycharacter in the middle.

cell(11|23|45) Group regular expressions together using brackets this matchescell11 or cell23 or cell45

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva14

Managed Object Model

The MOM is a document describing for each particular node SW version:

– All the different types of MOs (MO classes) – Attributes contained in each MO class– Relationships (parents/children) between the MO classes.– Actions supported by each MO class

The MOM can be found in ALEX and in the links below: CPP MOMs: https://extinfo.uab.ericsson.se/cpp_mom/ RNC MOMs: http://wrn.ericsson.se/~emogroup/mom/ RBS MOMs: http://wrn.ericsson.se/~enrbsmom/mom/

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva15

MO tree and naming conventions

Local Distinguished Name (LDN)

The MOs are organized in a hierarchical structure. Each MO instance is uniquely identified in the node by its Local Distinguished Name (LDN).

ManagedElement=1ManagedElement=1,Equipment=1ManagedElement=1,Equipment=1,Subrack=MSManagedElement=1,Equipment=1,Subrack=MS,Slot=19ManagedElement=1,Equipment=1,Subrack=MS,Slot=19,PlugInUnit=1ManagedElement=1,Equipment=1,Subrack=MS,Slot=19,PlugInUnit=1,Program=DbmFpgaLoader

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva16

MO tree and naming conventions, cont.

Relative Distinguished Name (RDN)

The string located at the far right of an LDN, just after the last comma, is called a Relative Distinguished Name (RDN). It is a relative way of addressing an MO instance

ManagedElement=1,Equipment=1,Subrack=MS,Slot=19, PlugInUnit=1, Program=DbmFpgaLoader ManagedElement=1,Equipment=1,Subrack=MS,Slot=23, PlugInUnit=1, Program=DbmFpgaLoader

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva17

MO tree and naming conventions, cont.

Full Distinguished Name (FDN)

The Full Distinguished Name (FDN) adds a network element prefix in front of the LDN of each MO instance in order to specify to which node this MO belongs.

SubNetwork=AUS, SubNetwork=H2RG_0201, MeContext=St_Leonards_Station_2065010, ManagedElement=1, TransportNetwork=1, AtmPort=MS-24-1

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva18

Service Layer

Management Information Base (MIB)

MIB

ManagedElement=1

Equipment=1

TransportNetwork=1

Subrack=MS

Slot=1

AtmPort=MS-6-1

Slot=2

Subrack=ES-1

Slot=1

Slot=2

RDN: Slot=2 LDN: ManagedElement=1,Equipment=1,Subrack=MS,Slot=2

MOClass MO Identity

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva19

Managed Object Class

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva20

Ipdatabase

The ipdatabase is a file where you can store for each node of the network:

– nodename (arbitrary)– ipaddress or dns name– password (optional)

The ipdatabase file should be saved as /home/youruser/moshell/sitefiles/ipdatabase

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva21

The O&M client can access the MOs through a number of services: Configuration Service (CS): Read and change configuration data;

configuration data is stored in the MO attributes Alarm Service (AS): Retrieve the list of alarms currently active on each

MO Notification Service (NS): Subscribe and receive notifications from the

node, informing about parameter/alarm changes in the MOs Inventory Service (IS): Get a list of all HW and SW defined in the node Log Service (LS): Save a log of certain events such as changes in the

configuration, alarms raising and ceasing, node and board restarts and JVM events

Performance Measurement (PM): Setup statistics scanners or event filters; statistics counters are stored in MO pm-attributes and output to an XML file every 15 minutes. The events are output into binary files every 15 minutes

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva22

MO Attributes (States Attributes)

Operation State– Enable– Disable

Administrative State– Locked– Unlocked– Shutting_down

Availability Status– No_Status– In_Test– Failed– Power_Off– Off_Line

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva23

MO Actions

Some MOs have defined actions that are used to execute particular operations related to the MO

Some actions do not involve any MO attributes

Other actions involve one or more of the MO attributes

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva24

Command DescriptionsRNCSM10> h

---------------------- BASIC MO COMMANDS -----------------------------mom[tc] Print description of MO classes, CM/FM attributes, actions, enums and structs.lt/ltc[1-9] Load MO tree (full or partial) and build proxy table.lc[1-9]/lcc Load MO tree (full or partial) and build proxy table.….

--------------------- OTHER MO COMMANDS --------------------------cvls/cvmk/cvms/cvset Configuration Version (CV) handling.inv[hr] Complete HW/SW inventory. Includes information about RPUs, licensing, JVM, devices,

XPs, etc.cab[slxradgtm] Display of miscellaneous COLI printouts relating to hw, sw, restarts, leds, cpu load,

errors,disk….. ------------------------ OTHER COMMANDS -------------------------------uv Print or change moshell configuration settings (also called "user variables").pv Print scripting variables.!/l Execute a unix command on the PC/workstation.l….. ---------------------- PM COMMANDS --------------------------------pmom[ac]/lmom[c] Print description of PM counters (pmom) or log attributes.pget/lpget Read PM attribute(s) from MO(s).hpget[c]/lhpget[c] Read PM attribute(s) from MO(s), print horizontally one line per MO ….. ----------------------HELP CHAPTERS ---------------------------------0 Installation, security, and user settings1 Revision History2 Tutorial3 Command syntax, regular expressions

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva25

Command Descriptions, cont

RNCSM01> h pget********************************************************************************pget/lpget [<moGroup>|<moFilter>|<proxy(s)>|all] [<attribute-filter>|all] [<value-filter>]*********************************************************************************

Read PM attribute(s) from MO(s).

USMSNE18> h inv

*******************************************************inv[hr] [<Filter>] [<stateFilter>]*******************************************************Complete HW/SW inventory. Includes information about RPUs, licensing,JVM, devices, XPs, ISL, etc.

This command performs a complete HW/SW inventory via the MO interface. All SW including JVM, RPU, and Device SW (spm,dsp,fpga) is shown. Licensing (features and capacity) as well as overview of the ISL links is also shown.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva26

Browsing MOM from AMOS

There are currently two variations of the mom command

– mom shows all attributes except for PM attributes– pmom is used for viewing PM attributes

RNCSM10> h mom************************************************************************mom[tc] [<moclass/struct/enum>|all] [<attribute/action>|all] [<attr- type>|all] [<attr-flags>|all] [<attr-desc>]************************************************************************

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva27

Browsing MOM from AMOS, cont View the MOM tree structure:

RNCSM01> momt imagroup

090317-14:57:33 10.108.240.8 7.0q stopfile=/tmp/9974Checking MOM version...RNC_NODE_MODEL_G_5_30Parsing MOM (cached): /home/U1310656/moshell//jarxml/RNC_NODE_MODEL_G_5_30.xml.cache.gz ......................................Done.

--------------------------------MO classes over ImaGroup--------------------------------TransportNetwork[1],ImaGroup[0-800]

--------------------------------MO classes under ImaGroup--------------------------------

ImaLink[0-8]

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva28

MO servicesCONFIGURATION MANAGEMENT SERVICE

Operation Purpose Related Moshell command(s) Protocol

GetChildren To list the LDNs of the MOs currently present in the MIB lt, lc corba (CM)

GetAttribute To read the value of one or more attribute(s) get, hget, pget, st, prod, inv, etc.

CallAction To call an action on an MO acc (acl)

SetAttribute To change the value of an attribute (provided it is not restricted or readonly)

set, bl, deb

CreateMO To create an MO cr

DeleteMO To delete an MO del, rdel

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva29

MO services, cont

FAULT MANAGEMENT SERVICE

Operation Purpose Related moshell command Protocol

GetAlarms List active alarms al corba (FM)

Acknowledge/unacknowledge Acknowledge/unacknowledge an alarm not supported in moshell

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva30

pr/lpr Command*******************************************************pr/lpr [<moGroup>|<moFilter>|<proxy(s)>]*******************************************************Print MO LDNs and proxy ids for all or part of the MO tree currently loaded in moshell.

USMSNE18> pr Carrier

090205-17:05:37 10.107.245.49 7.1f RBS_NODE_MODEL_J_5_17 stopfile=/tmp/25075===================================================================================Proxy MO===================================================================================

959 NodeBFunction=1,Sector=3,Carrier=1 978 NodeBFunction=1,Sector=2,Carrier=1 997 NodeBFunction=1,Sector=1,Carrier=1

===================================================================================Total: 3 MOs

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva31

mo-filterMO(s) whose LDN/RDN match the pattern will be operated upon. If the command starts with "l" then the pattern will match against the LDN. If the command doesn't start with "l", then the pattern will match against the RDN.

RNCSM01> pr ms-27-4090317-15:11:48 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176=============================================================================Proxy MO=================================================================================== 8667 TransportNetwork=1,AtmPort=MS-27-4===================================================================================

RNCSM01> lpr ms-27-4090317-15:12:11 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176===================================================================================Proxy MO=================================================================================== 8667 TransportNetwork=1,AtmPort=MS-27-4 8668 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1 8669 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1 8670 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc1444 8671 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc1443 8672 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc1442 8673 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc1441 8674 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc4544 8675 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc4543 8676 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc4542 8677 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc4541 8678 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc3644 8679 TransportNetwork=1,AtmPort=MS-27-4,VplTp=vp1,VpcTp=1,VclTp=vc3643

pr/lpr Command, cont

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva32

Using Regular Expressions

RNCSM02> lpr ES-1-27-1.*vc12043

090206-14:49:02 10.107.240.8 7.1f RNC_NODE_MODEL_G_5_30 stopfile=/tmp/8944===================================================================================Proxy MO=================================================================================== 9178 TransportNetwork=1,AtmPort=ES-1-27-1,VplTp=vp1,VpcTp=1,VclTp=vc12043===================================================================================Total: 1 MOs

RNCSM02> lpr ES-1-27-1.*vc1204[1-4]

090206-14:51:12 10.107.240.8 7.1f RNC_NODE_MODEL_G_5_30 stopfile=/tmp/8944===================================================================================Proxy MO=================================================================================== 9177 TransportNetwork=1,AtmPort=ES-1-27-1,VplTp=vp1,VpcTp=1,VclTp=vc12044 9178 TransportNetwork=1,AtmPort=ES-1-27-1,VplTp=vp1,VpcTp=1,VclTp=vc12043 9179 TransportNetwork=1,AtmPort=ES-1-27-1,VplTp=vp1,VpcTp=1,VclTp=vc12042 9180 TransportNetwork=1,AtmPort=ES-1-27-1,VplTp=vp1,VpcTp=1,VclTp=vc12041===================================================================================Total: 4 MOs

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva33

Using Regular Expressions, Cont

RNCSM02> lpr ExternalGsmCell=1PIN47 $

090206-14:58:18 10.107.240.8 7.1f RNC_NODE_MODEL_G_5_30 stopfile=/tmp/8944===================================================================================Proxy MO===================================================================================24890 RncFunction=1,ExternalGsmNetwork=40,ExternalGsmCell=1PIN47B24891 RncFunction=1,ExternalGsmNetwork=40,ExternalGsmCell=1PIN47A24904 RncFunction=1,ExternalGsmNetwork=40,ExternalGsmCell=1PIN47C===================================================================================Total: 3 MOs

RNCSM02> pr ExternalGsmCell=1PIN47

090206-14:58:38 10.107.240.8 7.1f RNC_NODE_MODEL_G_5_30 stopfile=/tmp/8944===================================================================================Proxy MO===================================================================================24890 RncFunction=1,ExternalGsmNetwork=40,ExternalGsmCell=1PIN47B24891 RncFunction=1,ExternalGsmNetwork=40,ExternalGsmCell=1PIN47A24904 RncFunction=1,ExternalGsmNetwork=40,ExternalGsmCell=1PIN47C===================================================================================Total: 3 MOs

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva34

Using Regular Expressions, contRNCSM01> lpr Subrack=MS,Slot=28,PlugInUnit=1

090317-15:16:24 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176===================================================================================Proxy MO=================================================================================== 159 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1 160 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1321120_R51HV02 161 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1322250_R51TK01 162 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1321409_R51SZ01 163 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,SwitchCoreUnit=1 164 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1322166/3_R51SZ01 165 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1321407_R51SZ01 166 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1321121_R51GD01 167 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1322165/12_R51SZ01===================================================================================Total: 9 MOs

RNCSM01> lpr %Subrack=MS,Slot=28,PlugInUnit=1

090317-15:17:20 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176===================================================================================Proxy MO=================================================================================== 167 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1322165/12_R51SZ01 166 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1321121_R51GD01 165 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1321407_R51SZ01 164 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1322166/3_R51SZ01 163 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,SwitchCoreUnit=1 162 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1321409_R51SZ01 161 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1322250_R51TK01 160 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1,Program=CXC1321120_R51HV02 159 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1===================================================================================Total: 9 MOs

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva35

*******************************************************st/lst [<moGroup>|<moFilter>|<proxy(s)>|all] [<state-filter>]*******************************************************Print state of MOs (operationalState and administrativeState when applicable).

RNCSM01> lst Utrancell=AITU01A

090210-12:11:11 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315===================================================================================Proxy Adm State Op. State MO=================================================================================== 492 1 (UNLOCKED) 1 (ENABLED) RncFunction=1,UtranCell=AITU01A,Rach=1 1366 1 (UNLOCKED) 1 (ENABLED) RncFunction=1,UtranCell=AITU01A 1993 1 (UNLOCKED) 1 (ENABLED) RncFunction=1,UtranCell=AITU01A,Hsdsch=1 2620 1 (UNLOCKED) 1 (ENABLED) RncFunction=1,UtranCell=AITU01A,Pch=1 3247 1 (UNLOCKED) 1 (ENABLED) RncFunction=1,UtranCell=AITU01A,Fach=1 3873 1 (UNLOCKED) 1 (ENABLED) RncFunction=1,UtranCell=AITU01A,Hsdsch=1,Eul=1===================================================================================Total: 6 MOs

st/lst Command

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva36

*******************************************************str[12ft] [<csvfile>] [<filter-options>] [ | <unix cmds>]*******************************************************Print status of the IubLinks/AbisLinks and their associated Cells and Channels (RNC/BSC only).RNCSM01> str

090210-12:18:41 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315

Logging to file: /home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20090210-120114_271/strLog3150% ~50% ~100%..................................................................................................Log close: /home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20090210-120114_271/strLog315

Following 183 sites are up:----------------------------------------------------------------------------------------------------MOD IUBLINK CELLNAMES CFRPHEM1 CFRPHEM2 CFRPHEM3 CFRPHEM4 CFRPHEM5 CFRPHEM6 ICD12 ATMPORTS---------------------------------------------------------------------------------------------------- 1 Iub_USMBRE80_0147 ABRE80-A/B 111111 111111 11111 1 Iub_USMLAP10_0049 ALAP10-A/B/C 111111 111111 111111 11111 1 Iub_USMLAP28_0053 ALAP28-A/B/C 111111 111111 111111 11111 1 Iub_USMLAP29_0054 ALAP29-A/B/C 111111 111111 111111 11111 1 Iub_USMLAP37_0056 ALAP37-A/B/C 111111 111111 111111 11111 1 Iub_USMMRB01_0059 AMRB01-A/B/C 111111 111111 111111 11111 1 Iub_USMMRB06_0062 AMRB06-A/B/C 111111 111111 111111 11111 1 Iub_USMMRB18_0068 AMRB18-A/B/C 111111 111111 111111 11111 1 Iub_USMMRB22_0070 AMRB22-A/B/C 111111 111111 111111 11111 1 Iub_USMMRB24_0071 AMRB24-A/B/C 111111 111111 111111 11111 1 Iub_USMMRB26_0072 AMRB26-A/B/C 111111 111111 111111 11111 1 Iub_USMMRB27_0073 AMRB27-A/B/C 111111 111111 111111 11111 1 Iub_USMMRB35_0076 AMRB35-A/B/C 111111 111111 111111 11111

str Command

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva37

str –m 3 Shows the status of the cells on the module 3 only

RNCSM01> str -m 3

090210-13:24:50 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315

Logging to file: /home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20090210-120114_271/strLog315.......................Log close: /home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20090210-120114_271/strLog315

Following 13 sites are up:----------------------------------------------------------------------------------------------------MOD IUBLINK CELLNAMES CFRPHEM1 CFRPHEM2 CFRPHEM3 CFRPHEM4 CFRPHEM5 CFRPHEM6 ICD12 ATMPORTS---------------------------------------------------------------------------------------------------- 3 Iub_USMJAI09_0028 AJAI09-A/B/C 111111 111111 111111 11111 3 Iub_USMMRB10_0065 AMRB10-A/B/C 111111 111111 111111 11111 3 Iub_USMMRB13_0067 AMRB13-A/B/C 111111 111111 111111 11111 3 Iub_USMMRB28_0074 AMRB28-A/B/C 111111 111111 111111 11111 3 Iub_USMMRB54_0085 AMRB54-A/B/C 111111 111111 111111 11111 3 Iub_USMMRB81_0155 AMRB81-A/B/C 111111 111111 111111 11111 3 Iub_USMOCO07_0093 AOCO07-A/B/C 111111 111111 111111 11111 3 Iub_USMPINIA_0160 APINIA-A/B 111111 111111 11111 3 Iub_USMPIR03_0120 APIR03-A/B/C 111111 111111 111111 11111 3 Iub_USMPIR08_0123 APIR08-A/B/C 111111 111111 111111 11111 3 Iub_USMSAM83_0158 ASAM83-A/B/C 111111 111111 111111 11111 3 Iub_USMSPB06_0141 ASPB06-A/B/C 111111 111111 111111 11111 3 Iub_USMVMN02_0146 AVMN02-A/B/C 111111 111111 111111 11111 ----------------------------------------------------------------------------------------------------

Following 2 sites are totally or partially unavailable:----------------------------------------------------------------------------------------------------MOD IUBLINK CELLNAMES CFRPHEM1 CFRPHEM2 CFRPHEM3 CFRPHEM4 CFRPHEM5 CFRPHEM6 ICD12 ATMPORTS---------------------------------------------------------------------------------------------------- 3 Iub_USMOCO80_0152 AOCO80-A/B/C 100011 100011 100011 11111 3 Iub_USMPINI1_0116 APINI1-A/B/C 111111 LLLLLL LLLLLL 11111 ----------------------------------------------------------------------------------------------------

str Command, cont

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva38

get/lget command

get/lgetThis command fetches one or several attributes from one or several MO's. The syntax of the command is:

get/lget [<moGroup>|<moFilter>|<proxy(s)>|all] [<attribute-filter>|all] [<value-filter>]

Example:

RNCSM01> lget utrancell=AMRB10A primaryscramblingcode

090317-15:19:59 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176===================================================================MO Attribute Value===================================================================UtranCell=AMRB10A primaryScramblingCode 50

===================================================================Total: 1 MOs

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva39

kget

kget “kget” is identical to “get” except that the output has slightly different format in order to allow importing of data in some external tools like MCOM. “kget” should mainly be used when taking MO dumps (lt all ; kget)

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva40

set/lset set commandset/lsetThe set/lset command sets an attribute on one or several MO(s).The syntax of the command is:

set/lset <moGroup>|<moFilter>|<proxy(s)> <attribute> <value>

To set an attribute on one or several MO(s). set cell primarycpichpower 310

To set attributes of type Struct, use:set sid sib11 sib11repperiod=128,sib11startpos=20

RNCSM01> set 159 administrativestate 1

090317-15:43:35 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176Set administrativestate on following MOs ?==================================================================== 159 Equipment=1,Subrack=MS,Slot=28,PlugInUnit=1====================================================================Are you Sure [y/n] ? n

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva41

rset commandThe command sets an attribute that is restricted (Use the mom command to see

if an attribute is restricted).RNCSM01> lset utrancell=AMRB10A utrancellid 0985080313-11:37:55 138.85.80.46 7.0t RNC_NODE_MODEL_G_5_24 stopfile=/tmp/1816Set utrancellid on following MOs ?=================================================================================== 5263 RncFunction=1,UtranCell=AMRB10A===================================================================================Are you Sure [y/n] ? y=================================================================================== Id MO UtranCellId Result=================================================================================== 5263 UtranCell=AMRB10A 0985 !!!! Processing failure :se.ericsson.cello.moframework.AttrNotSettableException TAG :"AttrNotSettable"

VARIABLES :"$moType" = "UtranCell", "$attrName" = "UtranCellId"===================================================================================Total: 1 MOs attempted, 0 MOs set

RNCSM01> mom utrancell utrancellid080313-11:42:07 138.85.80.46 7.0t RNC_NODE_MODEL_G_5_24 stopfile=/tmp/1816#######################################################################################MO Class Attribute Type Flags#######################################################################################ExternalUtranCell ExternalUtranCellId string restricted,noNotification,mandatory----------------------------------------------------------------------------------------------------------------------------------------------Naming attribute. Contains the value part of the RDN.***************************************************************************************************************************UtranCell UtranCellId string restricted,noNotification,mandatory----------------------------------------------------------------------------------------------------------------------------------------------Naming attribute. Contains the value part of the RDN.***************************************************************************************************************************

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva42

rset command, contRNCSM01> rset utrancell=AMRB10A utrancellid 0985

080313-11:44:14 138.85.80.46 7.0t RNC_NODE_MODEL_G_5_24 stopfile=/tmp/1816Set restricted attribute utrancellid on following MOs ?=================================================================================== 5263 RncFunction=1,UtranCell=AMRB10A===================================================================================Are you Sure [y/n] ? y

Logging del(get)/set/bl/deb commands to file: /home/euseeca/moshell_logfiles/logs_moshell/undo/undo_RNC4_080313-114423.log

Recursive Delete following MOs ?=================================================================================== 5263 RncFunction=1,UtranCell=AMRB10A===================================================================================.Delete following MOs ?=================================================================================== 5267 RncFunction=1,UtranCell=AMRB10A,Fach=1 5266 RncFunction=1,UtranCell=AMRB10A,Hsdsch=1 5265 RncFunction=1,UtranCell=AMRB10A,Pch=1 5264 RncFunction=1,UtranCell=AMRB10A,Rach=1 5263 RncFunction=1,UtranCell=AMRB10A===================================================================================

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva43

bl/lbl block command, cont

bl/lblThe bl/lbl commands set the administrativeState of an MO to 0. This is the same as executing set/lset <mo> administrativestate 0.

The syntax of the command is:bl/lbl <moGroup>|<moFilter>|<proxy(s)>

bl aal2.*ca[246] block aal2paths ca2, ca4, ca6 lbl USMSNE08 block all MO’s of the site USMSNE08 ( Utrancell, Control Channels and Iub Link).bl 234 256 248 block proxys 234, 256, and 248 bl 001500 block a board. Same as

lbl subrack=ms,slot=15,pluginunit=1$

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva44

bls / lbls Soft Lock command

The "s" option is for soft-lock. The administrativestate is set to 2 ("shutting down") which means that the resource will have around 30 seconds grace period to handover traffic to other resources, before it gets locked. The administrativestate will automatically go over to 0 after the grace period of around 30 seconds.

RNCSM01> bls 530=============================================================================== Id MO AdministrativeState Result=============================================================================== 530 Subrack=MS,Slot=5,PlugInUnit=1 2 >>> Set.===============================================================================Total: 1 MOs attempted, 1 MOs set

RNCSM01> st 530===============================================================================Proxy Adm State Op. State MO=============================================================================== 530 2 (SHUTTINGDOWN) 1 (ENABLED) Equipment=1,Subrack=MS,Slot=5,PlugInUnit=1===============================================================================Total: 1 MOs

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva45

deb/ldeb deblock command

deb Command: Unlock MO(s).Example : Unlocking the Cell BCAS01A

RNCSI01> ldeb BCAS01A

080805-16:38:55 10.119.240.8 7.0q RNC_NODE_MODEL_G_5_28 stopfile=/tmp/27874Deblock following MOs ?=================================================================================== 362 RncFunction=1,UtranCell=BCAS01A,Rach=1 980 RncFunction=1,UtranCell=BCAS01A 1438 RncFunction=1,UtranCell=BCAS01A,Hsdsch=1 1896 RncFunction=1,UtranCell=BCAS01A,Pch=1 2354 RncFunction=1,UtranCell=BCAS01A,Fach=1 2812 RncFunction=1,UtranCell=BCAS01A,Hsdsch=1,Eul=1===================================================================================Are you Sure [y/n] ? y

========================================================================================================== Id MO AdministrativeState Result========================================================================================================== 362 UtranCell=BCAS01A,Rach=1 1 >>> Set. 980 UtranCell=BCAS01A 1 >>> Set. 1438 UtranCell=BCAS01A,Hsdsch=1 1 >>> Set. 1896 UtranCell=BCAS01A,Pch=1 1 >>> Set. 2354 UtranCell=BCAS01A,Fach=1 1 >>> Set. 2812 UtranCell=BCAS01A,Hsdsch=1,Eul=1 1 >>> Set.==========================================================================================================Total: 6 MOs attempted, 6 MOs set

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva46

Hidden attributes and actions

fget - Read attributes that are not described in the MOM ("Force" get).

RNCSM01> get pluginunit resourceid==============================================================================MO Attribute Value=============================================================================================================================================================Total: 0 MOs

RNCSM01> fget pluginunit resourceid===============================================================================MO Attribute Value===============================================================================Subrack=MS,Slot=28,PlugInUnit=1 resourceid 23Subrack=MS,Slot=27,PlugInUnit=1 resourceid 22Subrack=MS,Slot=26,PlugInUnit=1 resourceid 21

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva47

cr, create command

cr This command creates an MO, given its LDN. The LDN doesn't need to contain ManagedElement=1 at the start.

The syntax of the command is:cr <ldn>

Note:– If there are any mandatory attributes to fill in, the function will prompt for

them. – If there are optional restricted attributes to fill in, the function will prompt

for them. Type d to use the default value (which is often blank). The reason that d is needed is that by entering nothing the command is aborted.

– To specify an attribute of type Struct, use the following syntax: attr1=val1,attr2=val2,attr3=val3...

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva48

cr, create command, example

RNCSM01>cr rncfunction=1,Iublink=1

071119-09:19:20 138.85.80.46 7.0r RNC_NODE_MODEL_G_5_24 stopfile=/tmp/3284Attribute 1 of 4, rbsId (long): 1Attribute 2 of 4, preferredSubrackRef (moRef:Subrack): Enter mo LDN: Subrack=ES-1Attribute 3 of 4, userPlaneTransportOption (structRef:TrasportOprtionDef): atm=1,ipv4=0Attribute 4 of 4. controlPlaneTransportOption (structRef:TransportOptDef): atm=1,ipv4=0Attribute 1 of 1, userPlaneIpResourceRef (moRef:IpAccessHostPool): dEnter mo LDN:>>> [Proxy ID = 5468] MO name :ManagedElement=1,RncFunction=1,IubLink=1

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva49

del/rdel command

The “del” command deletes one or several MO(s) The “rdel” command deletes MO(s) together with children and reserving MOs.

An MO can only be deleted when its reservedBy list is empty and when it does not have any children. If the MO does have children and/or a non-empty reservedBy attribute, it is possible to use the rdel/lrdel command instead. The syntax of the command is:del/ldel <moGroup>|<moFilter>|<proxy(s)>

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva50

del/rdel command, exampleRNCSM01> del 5155Delete following MOs ?=============================================================================== 5155 RncFunction=1,IubLink=99===============================================================================Warning: Undo Mode is currently inactive !!!!Are you Sure [y/n] ? yDeleting ...=============================================================================== 5155 RncFunction=1,IubLink=99 >>> Mo deleted===============================================================================Total: 1 MOs attempted, 1 MOs deleted

RNCSM01> del iublink=1$Delete following MOs ?=============================================================================== 4691 RncFunction=1,IubLink=1===============================================================================Warning: Undo Mode is currently inactive !!!!Are you Sure [y/n] ? yDeleting ...=============================================================================== 4691 RncFunction=1,IubLink=1 !!!! Processing failure :se.ericsson.wcdma.rnc.roam.mao.commonmo.ProcessingFailureException

TAG :"ProcessingFailureException" VARIABLES :"$Message" = "IubLink could not be deleted, there are still references to cell(s)"===============================================================================Total: 1 MOs attempted, 0 MOs deleted

RNCSM01> rdel iublink=1$Recursive Delete following MOs ?=============================================================================== 4691 RncFunction=1,IubLink=1===================================================================================Warning: Undo Mode is currently inactive !!!!Are you Sure [y/n] ? n

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva51

acl/lacl command

acl/laclThe acl/lacl commands list actions that can be performed on an MO.The syntax of the command is:

acl/lacl <moGroup>|<moFilter>|<proxy(s)>|all [<action-filter>]

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva52

acl/lacl command, exampleUSMCBE21> acl retdevice

090209-16:51:28 10.107.240.213 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/12469

========================================================================================================Proxy MO Action Nr of Params======================================================================================================== 266 SectorAntenna=3,AuxPlugInUnit=2,RetuDeviceGroup=1,RetDeviceSet=1,RetDevice=1 forceCalibration 0 271 SectorAntenna=2,AuxPlugInUnit=2,RetuDeviceGroup=1,RetDeviceSet=1,RetDevice=1 forceCalibration 0 281 SectorAntenna=1,AuxPlugInUnit=2,RetuDeviceGroup=1,RetDeviceSet=1,RetDevice=1 forceCalibration 0=======================================================================================================

RNCSM01> lacl AtmPort=MS-26-1,VplTp=16,VpcTp=1,VclTp=vc44=====================================================================================Proxy MO Action Nr of Params===================================================================================== 1505 AtmPort=MS-26-1,VplTp=16,VpcTp=1,VclTp=vc44 eteLoopBack 0=====================================================================================

RNCSM01> lacl Mtp3bSpItu=Iu1,Mtp3bSls=Iup-2-2810-3,Mtp3bSlItu=1=====================================================================================Proxy MO Action Nr of Params===================================================================================== 1722 Mtp3bSpItu=Iu1,Mtp3bSls=Iup-2-2810-3,Mtp3bSlItu=1 activate 0 1722 Mtp3bSpItu=Iu1,Mtp3bSls=Iup-2-2810-3,Mtp3bSlItu=1 deactivate 0 1722 Mtp3bSpItu=Iu1,Mtp3bSls=Iup-2-2810-3,Mtp3bSlItu=1 emergencyActivate 0 1722 Mtp3bSpItu=Iu1,Mtp3bSls=Iup-2-2810-3,Mtp3bSlItu=1 localInhibit 0 1722 Mtp3bSpItu=Iu1,Mtp3bSls=Iup-2-2810-3,Mtp3bSlItu=1 localUninhibit 0

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva53

u+/u- commandHandling of undo mode (for undo of del/rdel/set commands). Can be used for generation of MO scripts as well. u+ To start the "undo mode" u+s To start the "simulated undo mode" u- To stop the "undo mode" (or simulated undo mode) u? To check if "undo mode" is active or not u! To convert moshell command files to trun/emas format or undo logfiles to command filesWhile running in "undo mode", the MO data is saved in a special logfile for all MOs on which the following commands are run: - del/ldel - rdel/lrdel - bl/lbl - deb/ldeb - set

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva54

u+/u- commandRNCSM01> u+Logging del(get)/set/bl/deb commands to file: /home/eanzmagn/moshell_logfiles/logs_moshell/undo/undo_RNCSM01_060709-001748.log

RNCSM01> rdel iublink=1$Recursive Delete following MOs ?=============================================================================== 4691 RncFunction=1,IubLink=1===============================================================================Are you Sure [y/n] ? y..Delete following MOs ?=================================================================================== 3776 RncFunction=1,UtranCell=30101,UtranRelation=30101_30103_softer_wo… 1684 TransportNetwork=1,AtmPort=MS-26-1,VplTp=1,VpcTp=1,VclTp=vc45===================================================================================Are you Sure [y/n] ? yDeleting ...=================================================================================== 3776 RncFunction=1,UtranCell=30101,UtranRelation=30101_30103_softer_wo >>> Mo deleted…RNCSM01> u-To undo, execute command: run /home/eanzmagn/moshell_logfiles/logs_moshell/undo/undo_RNCSM01_060709-001748.mos

RNCSM01> l cat $undocommandfile #### Undo Script ####confb+gs+cr TransportNetwork=1,AtmPort=MS-26-1,VplTp=1,VpcTp=1,VclTp=vc4545 #externalVciAtmTrafficDescriptor=U3P1000M80 #atmTrafficDescriptorIdlset TransportNetwork=1,AtmPort=MS-26-1,VplTp=1,VpcTp=1,VclTp=vc45$ userLabel cr TransportNetwork=1,AtmPort=MS-26-1,VplTp=1,VpcTp=1,VclTp=vc4444 #externalVcietc.....

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva55

u+/u- command, cont.

SIMULATED UNDO MODE FOR SCRIPT GENERATION

RNCSM01> u+sLogging del(get)/set/bl/deb commands to file:

/home/eanzmagn/moshell_logfiles/logs_moshell/undo/undo_RNCSM01_060709-002556.log

RNCSM01> del iublink=10Delete following MOs ?=================================================================================== 4879 RncFunction=1,IubLink=10===================================================================================Note: Running in Simulated Undo mode. No actual deletion will be performed !!!!Are you Sure [y/n] ? yGetting Attributes...===================================================================================...<cut>...Deleting ...=================================================================================== 4879 RncFunction=1,IubLink=10 >>> Simulated MO deletion===================================================================================Total: 1 MOs attempted, 1 MOs deleted

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva56

u+/u- command, cont.

RNCSM01> u-

Delete file: /home/eanzmagn/moshell_logfiles/logs_moshell/undo/undo_RNCSM01_060709-002556_del.mosTo undo, execute command: run /home/eanzmagn/moshell_logfiles/logs_moshell/undo/undo_RNCSM01_060709-

002556.mos

RNCSM01> u! /home/eanzmagn/moshell_logfiles/logs_moshell/undo/undo_RNCSM01_060709-002556.mosResult saved to: /home/eanzmagn/moshell_logfiles/logs_moshell/undo/undo_RNCSM01_060709-002556.mo ($undotrunfile).

RNCSM01> l cat /home/eanzmagn/moshell_logfiles/logs_moshell/undo/undo_RNCSM01_060709-002556.moCREATE( parent "ManagedElement=1,Equipment=1,Subrack=MS,Slot=28" identity "1" moType PlugInUnit exception none nrOfAttributes 1 piuType Ref "ManagedElement=1,SwManagement=1,PiuType=ROJ1192108/2_R6")SET………

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva57

al command

*******************************************************al[atkc] [-a|-u <alarm_id>] [ | <unix cmds>]*******************************************************Print the list of active alarms. Acknowledge/Unacknowledge an alarm.

Output can be piped through external unix utilities like "sort", "grep", "less", "more", etc.

It is possible to combine several options, eg: al, ala, altk, alatk, altkc, etc. al: active alarm list is printed in overview format, only four fields are shown per alarm. ala: same as al, but the full detailed list is added underneath the overview table. alt: same as al, but the time field is added to the table and the alarms are sorted chronologically. alk: same as al, but the list is separated in two parts, one for the unacknowledged alarms, and one for the acknowledged alarms. alc: same as al, but each alarm is displayed in CSV format and all fields are shown for each alarm.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva58

al command

USIPGE07> alt

090209-18:11:25 10.113.241.29 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/4924Connecting to 10.113.241.29:56834 (CorbaSecurity=OFF, corba_class=1)Trying file=/home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20090209-180900_4899/ior4899C601731_DEBUG: We are going to create the SSL Listener on port of 0C601731_DEBUG: InetAddress is /10.121.3.11C601731_DEBUG: going to create the listener socket using _serverSocket = new ServerSocket(_port, 50, inetAddr)Resolving the alarm service in OMS...Simple Alarm Client initialized...Starting to retrieve active alarmsNr of active alarms are: 2===========================================================================================Date & Time (Local) S Specific Problem Cause Mo-Reference===========================================================================================1969-12-31 21:00:59 w Auto-Configuration of Board Not Possible unavailable Subrack=1,Slot=2 1969-12-31 21:04:33 M OpticalInterfaceLink_OpticalInterfaceLinkFailure equipment_malfunction OpticalInterfaceLink=3-UL >>> Total: 2 Alarms (0 Critical, 1 Major)

USIPGE07> alt | grep OpticalInterfaceLink=3-UL

090209-18:11:32 10.113.241.29 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/49241969-12-31 21:04:33 M OpticalInterfaceLink_OpticalInterfaceLinkFailure equipment_malfunction OpticalInterfaceLink=3-UL

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva59

run commandRun a command file in moshell formatThis applies to commands such as "lt/ltc", "lc/lcc", "del", "bl", "set", where confirmation is automatically entered when running a command file.Comments can be put in the command file using the # sign.The command file should be one command per line

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva60

run command cont.Examples:Updating the primaryCpichPower parameter for some cells in the same RNC

Create the “MyCommandFile.txt” and upload it to Moshell Server lt all lset utrancell=amrb10A primaryCpichPower 300 lset utrancell=amrb10B primaryCpichPower 290 lset utrancell=amrb10C primaryCpichPower 310 lset utrancell=asee01A primaryCpichPower 320 lset utrancell=asee01B primaryCpichPower 300 lset utrancell=asee01C primaryCpichPower 315

run /home/U1310656/scripts/MyCommandFile.txt

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva61

MOBATCH

Mobatch is used for running moshell sessions on several nodes in parallel.The list of nodes must be defined in a “sitefile”. Each node can be listed by its node name.There is no limit on how many nodes can be listed inside a sitefile.Mobatch will execute one moshell session per node listed in the sitefile. Up to 10 sessions will run in parallel at any time. This limit can be changed with the “-p” option

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva62

MOBATCH, exampleSend moshell commands to several nodes in parallel.

Usage: mobatch SiteFile.txt CommandFile.txt LogDirectoryExample: mobatch

U1310656@rjmas1o> bash[~/moshell]$[~/moshell]$ mobatch /home/U1310656/scripts/RNC_File.txt /home/U1310656/scripts/Get_UtranRelation.txt /home/U1310656/scripts/Neighbour

Sitefile = /home/U1310656/scripts/RNC_File.txt. Number of sites = 4Command file = /home/U1310656/scripts/Get_UtranRelation.txtTimeout set to 20 minutes (default value)Maximum number of parallel processes set to 10 (default value)

Logfiles stored in /home/U1310656/scripts/Neighbour

###########################################################################################>>>>> STARTED (pid)** FINISHED (result) STATUS (started, finished, queue, running, sites running)###########################################################################################>>>>> RNCSM01 (22365) 1s 0f 3q 1r: RNCSM01 >>>>> RNCSM02 (22367) 2s 0f 2q 2r: RNCSM01 RNCSM02 >>>>> RNCSM03 (22369) 3s 0f 1q 3r: RNCSM01 RNCSM02 RNCSM03 >>>>> RNCSM04 (22372) 4s 0f 0q 4r: RNCSM01 RNCSM02 RNCSM03 RNCSM04 ** RNCSM04 (OK) 4s 1f 0q 3r: RNCSM01 RNCSM02 RNCSM03 ** RNCSM03 (OK) 4s 2f 0q 2r: RNCSM01 RNCSM02 ** RNCSM01 (OK) 4s 3f 0q 1r: RNCSM02 ** RNCSM02 (OK) 4s 4f 0q 0r: ###########################################################################################

RNCSM01 OKRNCSM02 OKRNCSM03 OKRNCSM04 OK

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva63

*******************************************************ma/lma <moGroup> <moGroup>|<moFilter>|<proxy(s)>|all [<attribute-filter>] [<value-filter>]*******************************************************Add MO(s) to an MO group.

*******************************************************mp*******************************************************Print all defined MO groups.

*******************************************************mr/lmr <moGroup> [<moGroup>|<moFilter>|<proxy(s)>|all] [<attribute-filter>] [<value-filter>]*******************************************************Remove an MO group or remove MOs from an MO group (MOs will NOT be deleted, only the group).

MO-Groups commands

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva64

USIPGE07> ma TestGorup E1PhysPathTerm

090209-17:58:30 10.113.241.29 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/29288

Added 4 MOs to group: TestGorup

USIPGE07> pr TestGorup

090209-17:58:40 10.113.241.29 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/29288===================================================================================Proxy MO=================================================================================== 136 Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,Cbu=1,ExchangeTerminal=1,E1PhysPathTerm=pp4 137 Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,Cbu=1,ExchangeTerminal=1,E1PhysPathTerm=pp3 138 Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,Cbu=1,ExchangeTerminal=1,E1PhysPathTerm=pp2 139 Equipment=1,Subrack=1,Slot=1,PlugInUnit=1,Cbu=1,ExchangeTerminal=1,E1PhysPathTerm=pp1===================================================================================Total: 4 MOs

USIPGE07> mp

090209-17:58:47 10.113.241.29 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/29288====================================================MO-Group Nr of MOs==================================================== 1. TestGorup 4 2. moclass_group 123

To view the contents of an MO group, type "pr <mogroup>"

MO-Groups commands

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva65

Exemples:

RNCSM01> pr ms-6-1RNCSM01> ma test ms-6-1RNCSM01> pr testRNCSM01> lpr ms-6-1RNCSM01> lma test1 ms-6-1RNCSM01> pr test1RNCSM01> mpRNCSM01> mr test

MO-Groups commands

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva66

Examples:RNCSM01> get atmport operational 0RNCSM01> ma test atmport operational 0RNCSM01> st test

MO-Groups commands

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva67

To put all cells belonging to module 9 in a group in order to lock them

RNCSM01> get iublink moduleRNCSM01> get iublink module =9$RNCSM01> ma iubmod9 iublink module =9$RNCSM01> get iubmod9 moduleRNCSM01> get iublink reservedRNCSM01> ma cellmod9 iubmod9 reservedRNCSM01> bl cellmod9

MO-Groups commands

Performance Management

AMOS / Moshell Operation

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva69

PM commands

PM access

– Instantaneous counter values for Cello and RBS MOs can be read via the CM Service “GetAttribute” operation (amos command “pget”).

– It is not possible to read instantaneous counters for RNC MOs via the CM Service.

– Counter values for a given ROP (Result Output Period) can be read from the XML ROP files, provided there is an active statistics scanner containing these values.

– Events that occurred in a given ROP can be read from the binary ROP files, provided there is an active event scanner containing these events.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva70

PM commands, cont NODE

MoShell

Statistics Scanner

Events Scanner

XML ROP file

Binary ROP file

CORBA (PM)

FTP/SFTP

CORBA (CM)

MIB

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva71

PM commands, contOperation Related moshell

command(s)Protocol

List Scanners and Event Filters

pst

corba (PM)Create Statistics Scanner pcr

Stop Scanner pbl

Resume Scanner pdeb

Delete Scanner pdel

Set Event Filter pset

View Scanner contents pgets

Read instantaneous counter value

pget corba (CM)

Fetch and parse Statistics ROP files (xml)

pmr/pmxftp/sftp

Fetch and parse Event ROP files (binary)

pme

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva72

PM commands, cont

RNCSM01> h pmom

*******************************************************pmom[acd]/lmom[c] [<moclass>] [<counter>] [<counter-description>] [<counter-type>]*******************************************************Print description of PM counters (pmom) or log attributes (lmom, CDMA only).

RNCSM01> pmom vcltp#######################################################################MO Class Pm Counters#######################################################################VclTp 2

currentPmRegister pmBwUtilizationRx pmBwUtilizationTx

pmReceivedAtmCells pmTransmittedAtmCells---------------------------------------------------------------------------------------------------------------------

RNCSM01> pmom vcltp rec#######################################################################MO Class Pm Counter#######################################################################VclTp pmReceivedAtmCells---------------------------------------------------------------------------------------------------------------------Performance monitoring counter for number of received ATM cells.*****************************************************************************************************

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva73

PM commands, cont

USMCBE22> pmom Carrier pmAverageRssi

090210-13:45:25 10.107.240.225 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/667

##########################################################################################################MO Class Pm Counter Type##########################################################################################################Carrier pmAverageRssi sequence:long----------------------------------------------------------------------------------------------------------Received Signal Strength RSSI.Measured on TR device(s) every 100 ms, and the average value is calculated at the same rate.Stored as PDF, with 0.5 dB resolution for the first 61 values and range [-110.0..-80.0],followed by a range [-80..-65] with a 5 db resolution.averageRssi[0] number of sampled values less than -110.0averageRssi[1] number of sampled values in range [-110.0..-109.5[averageRssi[2] number of sampled values in range [-109.5..-109.0[averageRssi[3] number of sampled values in range [-109.0..-108.5[ . . .averageRssi[59] number of sampled values in range [-81.0..-80.5[averageRssi[60] number of sampled values in range [-80.5..-80.0[averageRssi[61] number of sampled values in range [-80.0..-75.0[averageRssi[62] number of sampled values in range [-75.0..-70.0[averageRssi[63] number of sampled values in range [-70.0..-65.0[averageRssi[64] number of sampled values greater than or equal to -65.0UNDEFINED VALUE=-1USE CASES=PM_100, PM_101REQUIREMENT=CONGESTION_CONTROL_RBS_OBS:10MaxLength=65 **********************************************************************************************************

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva74

PM commands, cont

Viewing the list of events:

RNCSM01> h emom*******************************************************emom [uetr|gpeh|ctr|all] [<event-filter>]*******************************************************Display list of events available for each kind of event-based scanner....<cut>...

RNCSM01> emom uetr The node's MOM version is: G_1_4_COMPLETE. Using following event files: - /var/opt/ericsson/amos/jarxml/event/EVENT_RNC_UETR_E_1_0.txt - /var/opt/ericsson/amos/jarxml/event/EVENT_RNC_CTR_E_1_0.txt - /var/opt/ericsson/amos/jarxml/event/EVENT_RNC_GPEH_G_1_0.txt=====================================================================UETR EVENTS=====================================================================MEASUREMENT 5 MEASUREMENT_DOWNLINK_TRANSPORT_CHANNEL_BLER MEASUREMENT_MAXIMUM_UE_TX_POWER MEASUREMENT_TRANSMITTED_CODE_POWER MEASUREMENT_UE_TRANSMITTED_POWER MEASUREMENT_UPLINK_SIR

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva75

Counter-based measurementsReading individual counter values from pget

– pget/pdiff can be used for reading instantaneous counter values. It uses the corba CM service, like “get”. It works on most MOs except RNC MOs (UtranCell).

RNCSM01> h pget**********************************************************************************************************************pget/lpget [<moGroup>|<moFilter>|<proxy(s)>|all] [<attribute-filter>|all] [<value-filter>]**********************************************************************************************************************Like get/lget, but only for viewing pm attributes.....

RNCSM01> pget atmport=ms-27-1090317-15:58:14 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176===========================================================================================MO Attribute Value===========================================================================================AtmPort=MS-27-1 pmReceivedAtmCells 596521682AtmPort=MS-27-1 pmSecondsWithUnexp 1197343AtmPort=MS-27-1 pmTransmittedAtmCells 1684375003===========================================================================================Total: 1 MOs

RNCSM01> h hpget************************************************************************************************************************hpget[c]/lhpget[c] <moGroup>|<moFilter>|<proxy(s)> [<attribute-filter>] [<value1-filter>] [<value2-filter>] [<value3-filter>] etc...************************************************************************************************************************Similar to "pget" but attribute values are printed horizontally, one line per MO (instead of one line per counter)....

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva76

Counter-based measurements, cont.

For reading PM counter incrementations use “PDIFF”.

RNCSM01> pdiff os155 pmmsses

090317-16:00:30 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176

Logging to file: /home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20090317-150544_12148/boLog12176...waiting 23 seconds before next check.....Log close: /home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20090317-150544_12148/boLog12176

============================================================================================================MO Counter DiffValue

============================================================================================================Subrack=MS,Slot=6,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp4 pmMsSes 0Subrack=MS,Slot=6,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp3 pmMsSes 0Subrack=MS,Slot=6,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp2 pmMsSes 0Subrack=MS,Slot=6,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp1 pmMsSes 0Subrack=MS,Slot=27,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp4 pmMsSes 0Subrack=MS,Slot=27,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp3 pmMsSes 0Subrack=MS,Slot=27,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp2 pmMsSes 0Subrack=MS,Slot=27,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp1 pmMsSes 0Subrack=ES-5,Slot=2,PlugInUnit=1,ExchangeTerminal=1,Os155SpiTtp=pp4 pmMsSes 0

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva77

Reading individual counter values from ROP files RNCSM01> h pmx*********************************************************************************- pmx[hfdn] [<mofilter>|<mogroup>] [<counter-filter>] [-l <PMfiles-

directory>] [-m <minushours>] [-p <plushours>] [-s <startdate>[.<starttime>]] [-e <enddate>[.<endtime>]] [-a|-d|-h] [| <unix-command>]

*********************************************************************************To display counter values, extracted from the XML files. This command is

calling the pmExtract/pmXtab/pmDiff utilities.....

Important: Only counters that are defined in an active scanner are saved in a ROP file

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva78

PM COMMANDS “pmx[hfdn]”Example: Getting the Speech dropped call number during the last two hours

RNCSM01> pmxh utrancell=amrb01a pmNoNormalRabReleaseSpeech -m 2

080805-14:55:17 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12837.................................................gzip -dc /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.108.240.8/pm_data/A20080805.1545-1600.1.xml.gz/home/

U1310656/moshell_logfiles/logs_moshell/pmfiles/10.108.240.8/pm_data/A20080805.1600-1615.1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.108.240.8/pm_data/A20080805.1615-1630.1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.108.240.8/pm_data/A20080805.1630-1645.1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.108.240.8/pm_data/A20080805.1645-1700.1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.108.240.8/pm_data/A20080805.1700-1715.1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.108.240.8/pm_data/A20080805.1715-1730.1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.108.240.8/pm_data/A20080805.1730-1745.1.xml.gz | /home/U1310656/moshell/./pmExtract -u "utrancell=amrb01a" "pmnonormalrabreleasespeech" | grep -v ";$" | /home/U1310656/moshell/./pmXtab -cols ctr -fmt txt -m "(?:\w+=[^,]+,){1,2}((\w+=[^,]+,*)+$)"

Report from 2008-08-05 15:45 UTC to 2008-08-05 17:44 UTC

Date: 2008-08-05Time Object pmNoNormalRabReleaseSpeech15:45 UtranCell=AMRB01A 416:00 UtranCell=AMRB01A 216:15 UtranCell=AMRB01A 116:30 UtranCell=AMRB01A 316:45 UtranCell=AMRB01A 317:00 UtranCell=AMRB01A 417:15 UtranCell=AMRB01A 217:30 UtranCell=AMRB01A 3

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva79

PM COMMANDS “pmr[ag]”Produce PM KPI reports, based on counter values in statistics ROP files and formulas in CPI documentation .Usage: pmr

Example:

USMSNE18> pmr

****

$mobrowser_pid = 6604

Connected to 10.107.245.49 (SubNetwork=ONRM_RootMo_R,SubNetwork=RNCSM02,MeContext=USMSNE18,ManagedElement=1).........................get /c/pm_data/A20080805.1730-1745:1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.107.245.49/pm_data/

A20080805.17301745.1.xml.gz ... OKget /c/pm_data/A20080805.1745-1800:1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.107.245.49/pm_data/A20080805.1745-1800.1.xml.gz ... OKget /c/pm_data/A20080805.1800-1815:1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.107.245.49/pm_data/A20080805.1800-1815.1.xml.gz ... OKget /c/pm_data/A20080805.1815-1830:1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.107.245.49/pm_data/A20080805.1815-1830.1.xml.gz ... OK

Using formulafile /home/U1310656/moshell/./commonjars/pm/FORMULA_RBS_J_5_0.txtUsing configfile /home/U1310656/moshell/./commonjars/pm/CONFIG_RBS_C_1_0.txt

gzip -dc /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.107.245.49/pm_data/A20080805.1730-1745.1.xml.gz/home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.107.245.49/pm_data/A20080805.1745-1800.1.xml.gz "^(WeightedAverage|pmAckReceived|pmAverageRssi|pmCapAllocIubHsLimitingRatio|pmHsDataFramesLost|pmHsDataFramesReceived|pmIubMacdPduRbsR64|pmSetupFailuresSf8|pmSumAckedBits|pmSumAckedBitsCellEul|pmSumNackedBitsCellEul|pmSumNonEmptyUserBuffers|pmSumNumHsPdschCodesAdded|pmSumOfHsScchUsedPwr|pmTargetHsRate|pmTransmittedCarrierPower|pmTransmittedCarrierPowerNonHs|pmUsedCqi)$"

1) Carrier Average Rssi and Transmitted Power 2) Downlink TXB RadioLink Setup Success Rate 3) Uplink TXB RadioLink Setup Success Rate 4) HSPA Throughput 5) HSDPA Congestion 6) HSDPA Measurements HsDschResources 7) HsDschResources AckNack 8) HSDPA Measurements IubDataStreams 9) HSDPA Test 110) HSDPA Test 2Enter the report number followed by a piping command if postprocessing required.Eg "1" (no piping) or "3 | sort +2n". Type "m" to view the menu, type "x" to exit.Your Choice:

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva80

PM COMMANDS “pmr” - cont.Selecting option 4

1) Carrier Average Rssi and Transmitted Power 2) Donlink TXB RadioLink Setup Success Rate 3) Uplink TXB RadioLink Setup Success Rate 4) HSPA Throughput 5) HSDPA Congestion 6) HSDPA Measurements HsDschResources 7) HsDschResources AckNack8) HSDPA Measurements IubDataStreams 9) HSDPA Test 110) HSDPA Test 2Enter the report number followed by a piping command if postprocessing required.Eg "1" (no piping) or "3 | sort +2n". Type "m" to view the menu, type "x" to exit.Your Choice: 4gzip -dc /home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20080805-154459_1908/pmrbuffer1908.gz | grep -v ";$"

|/home/U1310656/moshell/./pmXtab -fdef /home/U1310656/moshell/./commonjars/pm/FORMULA_RBS_J_5_0.txt -x "^(PSEulEfficiency|PSHsAvgTputPerCell|PSHsAvgTputPerUser|PSHsEfficiency)$" -i "PSEulEfficiency|PSHsAvgTputPerCell|PSHsAvgTputPerUser|PSHsEfficiency" -m "(Sector=\w,Carrier=\w)" -a -p 6.1 -fmt txt

4) HSPA ThroughputReport from 2008-08-05 17:30 UTC to 2008-08-05 18:29 UTC

Start Time: 2008-08-05 17:30:00 End Time: 2008-08-05 18:15:00 Object PSEulEfficiency PSHsAvgTputPerCell PSHsAvgTputPerUser PSHsEfficiency Sector=1,Carrier=1 N/A 1205.9 1015.1 97.3 Sector=2,Carrier=1 N/A 1482.9 985.6 98.9 Sector=3,Carrier=1 N/A 730.8 688.2 98.6

Enter the report number followed by a piping command if postprocessing required.Eg "1" (no piping) or "3 | sort +2n". Type "m" to view the menu, type "x" to exit.Your Choice:

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva81

PM COMMANDS “pmr” - cont.It is possible to select the period of time that you want the report in the same way as pmx commandExample: Generate the report for the last four hours

USMSNE18> pmr -m 4

080805-15:48:36 10.107.245.49 7.0q RBS_NODE_MODEL_J_5_17 stopfile=/tmp/1965.........................get /c/pm_data/A20080805.1430-1445:1.xml.gz /home/U1310656/moshell_logfiles/logs_moshell/pmfiles/10.107.245.49/pm_data/A20080805.14301445.1.xml.gz ... OKUsing formulafile /home/U1310656/moshell/./commonjars/pm/FORMULA_RBS_J_5_0.txtUsing configfile /home/U1310656/moshell/./commonjars/pm/CONFIG_RBS_C_1_0.txt

"ManagedElement" "^( 1) Carrier Average Rssi and Transmitted Power 2) Downlink TXB RadioLink Setup Success Rate 3) Uplink TXB RadioLink Setup Success Rate 4) HSPA Throughput 5) HSDPA Congestion 6) HSDPA Measurements HsDschResources 7) HsDschResources AckNack 8) HSDPA Measurements IubDataStreams 9) HSDPA Test 110) HSDPA Test 2Enter the report number followed by a piping command if postprocessing required.Eg "1" (no piping) or "3 | sort +2n". Type "m" to view the menu, type "x" to exit.Your Choice: 1gzip -dc /home/U1310656/moshell_logfiles/logs_moshell/tempfiles/20080805-154459_1908/pmrbuffer1908.gz | grep -v ";$" | /home/U1310656/moshell/./pmXtab -fdef /home/U1310656/moshell/./commonjars/pm/FORMULA_RBS_J_5_0.txt -cols time -h -x "^(AvgRssi|AvgTxPwr)$" -i "AvgRssi|AvgTxPwr" -m "(Sector=\w+,Carrier=\w+)" -p 6.1 -fmt txt

1) Carrier Average Rssi and Transmitted PowerReport from 2008-08-05 14:30 UTC to 2008-08-05 18:29 UTC

Date: 2008-08-05Object Counter 14:00 15:00 16:00 17:00 18:00Sector=1,Carrier=1 AvgRssi -102.3 -99.2 -99.6 -101.9 -102.6Sector=1,Carrier=1 AvgTxPwr 34.9 37.3 38.1 35.8 35.4Sector=2,Carrier=1 AvgRssi -102.4 -101.4 -101.0 -101.0 -101.2Sector=2,Carrier=1 AvgTxPwr 35.8 36.8 39.7 38.3 39.0Sector=3,Carrier=1 AvgRssi -102.6 -100.9 -98.5 -99.6 -101.3Sector=3,Carrier=1 AvgTxPwr 35.2 35.2 36.9 35.3 35.5

Enter the report number followed by a piping command if postprocessing required.Eg "1" (no piping) or "3 | sort +2n". Type "m" to view the menu, type "x" to exit.Your Choice:

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva82

PM commands, cont*******************************************************pst [<scan-filter>|<scan-proxy>] [<scan-state>]*******************************************************List all PM scanners and their state.

RNCSM01> pst

090210-14:13:38 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315================================================================================ PROXY SCANNER-NAME STATE================================================================================ 43 PREDEF.PRIMARY.STATS ACTIVE 87 PREDEF.SECONDARY.STATS ACTIVE 651 PREDEF.10000.UETR ACTIVE 660 PREDEF.10009.UETR SUSPENDED 661 PREDEF.10010.UETR ACTIVE 662 PREDEF.10011.UETR ACTIVE663 PREDEF.10012.UETR SUSPENDED 664 PREDEF.10013.UETR ACTIVE 665 PREDEF.10014.UETR SUSPENDED 666 PREDEF.10015.UETR SUSPENDED 667 PREDEF.20000.CTR SUSPENDED 668 PREDEF.20001.CTR SUSPENDED 669 PREDEF.30000.GPEH SUSPENDED 670 PREDEF.30001.GPEH SUSPENDED687 PREDEF.30018.GPEH SUSPENDED 688 PREDEF.30019.GPEH SUSPENDED 689 PREDEF.30020.GPEH SUSPENDED 690 PREDEF.30021.GPEH SUSPENDED 691 PREDEF.30022.GPEH SUSPENDED 692 PREDEF.30023.GPEH SUSPENDED 697 USERDEF.RNC_InterCell_Counters.Profile=SP_ID_119575282d740bb3355f8433cab49.Continuous=Y.STATS ACTIVE 699 USERDEF.All_RNC_Counters.Profile=SP_ID_11952f37c693cb1ababcd941c96ee.Continuous=Y.STATS ACTIVE================================================================================>>> Total: 46 Scanners

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva83

PM commands, contpst . act --> list all active scanners

RNCSM01> pst . act

090210-14:17:34 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315================================================================================ PROXY SCANNER-NAME STATE================================================================================ 43 PREDEF.PRIMARY.STATS ACTIVE 87 PREDEF.SECONDARY.STATS ACTIVE 651 PREDEF.10000.UETR ACTIVE 654 PREDEF.10003.UETR ACTIVE 656 PREDEF.10005.UETR ACTIVE 657 PREDEF.10006.UETR ACTIVE 659 PREDEF.10008.UETR ACTIVE 661 PREDEF.10010.UETR ACTIVE 662 PREDEF.10011.UETR ACTIVE 664 PREDEF.10013.UETR ACTIVE 697 USERDEF.RNC_InterCell_Counters.Profile=SP_ID_119575282d740bb3355f8433cab49.Continuous=Y.STATS ACTIVE 699 USERDEF.All_RNC_Counters.Profile=SP_ID_11952f37c693cb1ababcd941c96ee.Continuous=Y.STATS ACTIVE================================================================================>>> Total: 12 Scanners

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva84

PM commands, cont

*******************************************************pcr[cfd]/lpcr[cfd] <scannerName> <moclass-filter>|<moinstance-filter>|<mo-group>|<counter-file> [<counter-filter>] [<granularity>]*******************************************************Create a statistics scanner.

RNCSM01> pcrc RLSUCC utrancell pmRlAddSuccessBestCell

090210-15:18:30 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315

>>> scannerId:703

RNCSM01> pgets RLSUCC

090210-16:26:51 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315================================================================================703 USERDEF.RLSUCC.STATS ACTIVE 900 6================================================================================UtranRelation 6 pmRlAddSuccessBestCellCsConvers pmRlAddSuccessBestCellPacketHigh pmRlAddSuccessBestCellPacketLow pmRlAddSuccessBestCellSpeech pmRlAddSuccessBestCellStandAlone pmRlAddSuccessBestCellStream================================================================================>>> Total: 1 Scanners

THIS COMMAND IS NOT AVAILABLE IN AMOS

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva85

PM commands, cont

*******************************************************pbl <scan-filter>|<scan-proxy>*******************************************************Suspend a scanner.

RNCSM01> pbl RLSUCC090210-16:33:32 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315Suspend following scanners?================================================================================ 703 USERDEF.RLSUCC.STATS ACTIVE================================================================================Are you Sure [y/n] ? y

================================================================================ 703 USERDEF.RLSUCC.STATS >>> Done.================================================================================>>> Total: 1 Scanners

RNCSM01> pgets RLSUCC

090210-16:33:41 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315================================================================================703 USERDEF.RLSUCC.STATS SUSPENDED 900 6================================================================================UtranRelation 6 pmRlAddSuccessBestCellCsConvers pmRlAddSuccessBestCellPacketHigh pmRlAddSuccessBestCellPacketLow pmRlAddSuccessBestCellSpeech pmRlAddSuccessBestCellStandAlone pmRlAddSuccessBestCellStream================================================================================>>> Total: 1 Scanners

THIS COMMAND IS NOT AVAILABLE IN AMOS

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva86

PM commands, cont*******************************************************pdeb <scan-filter>|<scan-proxy>*******************************************************Resume a scanner.

RNCSM01> pdeb 703

090210-16:37:40 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315Resume following scanners?================================================================================ 703 USERDEF.RLSUCC.STATS SUSPENDED================================================================================Are you Sure [y/n] ? y

================================================================================ 703 USERDEF.RLSUCC.STATS >>> Done.================================================================================>>> Total: 1 Scanners

RNCSM01> pgets 703

090210-16:37:52 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315================================================================================703 USERDEF.RLSUCC.STATS ACTIVE 900 6================================================================================UtranRelation 6 pmRlAddSuccessBestCellCsConvers pmRlAddSuccessBestCellPacketHigh pmRlAddSuccessBestCellPacketLow pmRlAddSuccessBestCellSpeech pmRlAddSuccessBestCellStandAlone pmRlAddSuccessBestCellStream================================================================================>>> Total: 1 Scanners

THIS COMMAND IS NOT AVAILABLE IN AMOS

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva87

PM commands, cont

*******************************************************pdel <scan-filter>|<scan-proxy>*******************************************************Delete a scanner.

RNCSM01> pdel RLSUCC

090210-17:10:30 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315Delete following scanners?================================================================================ 703 USERDEF.RLSUCC.STATS ACTIVE================================================================================Are you Sure [y/n] ? y

================================================================================ 703 USERDEF.RLSUCC.STATS >>> Done.================================================================================>>> Total: 1 Scanners

RNCSM01> pgets RLSUCC

090210-17:10:42 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315================================================================================>>> Total: 0 Scanners

THIS COMMAND IS NOT AVAILABLE IN AMOS

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva88

PM commands, cont

*******************************************************pset[d]*******************************************************Set the contents of an event-based scanner (RNC/RBS/LTE only).

RNCSM01> pset PREDEF.30023.GPEH handover SLO090210-17:07:00 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315================================================================================ 692 PREDEF.30023.GPEH >>> Done.================================================================================

RNCSM01> pgets PREDEF.30023.GPEH

090210-17:07:07 10.108.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/315================================================================================692 PREDEF.30023.GPEH SUSPENDED 5================================================================================CELL ManagedElement=1,RncFunction=1,UtranCell=ASLO04ACELL ManagedElement=1,RncFunction=1,UtranCell=ASLO04BCELL ManagedElement=1,RncFunction=1,UtranCell=ASLO04CCELL ManagedElement=1,RncFunction=1,UtranCell=ASLO03CCELL ManagedElement=1,RncFunction=1,UtranCell=ASLO03BCELL ManagedElement=1,RncFunction=1,UtranCell=ASLO03ACELL ManagedElement=1,RncFunction=1,UtranCell=ASLO01CCELL ManagedElement=1,RncFunction=1,UtranCell=ASLO01B--------------------------------------------------------------------------------RRC 2 RRC_HANDOVER_FROM_UTRAN_COMMAND RRC_HANDOVER_FROM_UTRAN_FAILUREGPEH_INTERNAL 3 INTERNAL_SOFT_HANDOVER_REPORT_RECEPTION INTERNAL_SOFT_HANDOVER_EVALUATION INTERNAL_SOFT_HANDOVER_EXECUTION================================================================================>>> Total: 1 Scanners

THIS COMMAND IS NOT AVAILABLE IN AMOS

HW/SW Configuration

AMOS / Moshell Operation

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva90

HW/SW overview command: “inv”

RNCSM01> inv

========================================================================================SMN APN BOARDTYPE M SWALLOCATION ST PRODUCTNUMBER REV MO======================================================================================== 0 1 SCB SCB 1 ROJ1192108/2 R6F Subrack=MS,Slot=1, PlugInUnit=1, 0 4 TUB TUB 1 ROJ1192104/3 R4E Subrack=MS,Slot=4, PlugInUnit=1 0 5 TUB TUB 1 ROJ1192104/3 R4E Subrack=MS,Slot=5, PlugInUnit=1….….

Example: RBS========================================================================================SMN APN BOARDTYPE SWALLOCATION ST PRODUCTNUMBER REV MO======================================================================================== 0 1 CBU1 Main_CBU 1 ROJ1192209/1 R4B/A Subrack=1,Slot=1, PlugInUnit=1 0 2 ET-M4 RBS_ETM4 1 ROJ1192102/22 R1B Subrack=1,Slot=2, PlugInUnit=1 0 7 RAX13 RBS_RAXB 1 ROJ1192187/4 R1E Subrack=1,Slot=7, PlugInUnit=1(128 CE) 0 8 RAX13 RBS_RAXB 1 ROJ1192187/4 R1E Subrack=1,Slot=8, PlugInUnit=1(128CE) 0 9 RAX13 RBS_RAXB 1 ROJ1192187/4 R1E Subrack=1,Slot=9, PlugInUnit=1(128CE) 0 11 TX6HS-04 RBS_TXB 1 ROJ1192254/4 R1E Subrack=1,Slot=11, PlugInUnit=1(384CE) 0 12 RUIF RBS_RUIFB 1 ROJ1192245/2 R2A Subrack=1,Slot=12, PlugInUnit=1------------------------------------------------------------------------------------------------------------------------------------------------------------……

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva91

HW/SW overview command: “inv”

Example: view only RNC application SWRNCSM01> inv rnc

Example: view only HW/SW that is locked or disabledRNCSM01> inv . 0|L

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva92

HW/SW overview command: “bo”

*******************************************************bo[r]/ba[swdp]/br[wd]/be[0-50]/bp*******************************************************Manage board groups that can be used for running COLI commands on multiple boards.RNCSM02> boCreated following board-groups: all, allp, mp, bp, tu, coremp, ommp, scx, sccpmp, aal2ap, aal2ncc, aal2cpsrc, aal2rh, xp, ranapmp, rnsapmp, mod, modact, modsb, mod<sr>, mod<mod>, cc, cc<sr>, cc<mod>, dc, dc<sr>, dc<mod>, pdr, pdr<sr>, pdr<mod>, spb, spb<sr>, spb<mob>.>>> Type "bp" to view available board-groups and "bp <group>" to view group contents.

Created following MO-groups: cc[0-9]dev, dc[0-9]dev, pdr[0-9]dev.>>> Type "mp" to view available MO-groups and "pr <group>" to view group contents.

090212-13:57:51 10.107.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/22187

================================================================================================================================00 M BoardType Devs SwAllocation 01 M BoardType Devs SwAllocation 02 M BoardType Devs SwAllocation ================================================================================================================================00 SCB3 SCB 00 SCB3 SCB 00 SCB3 SCB 01 SCB3 SCB 01 SCB3 SCB 01 SCB3 SCB 02 SXB3 SXB 02 ET-MF4 ETMF4 02 ET-MF4 ETMF4 03 SXB3 SXB 04 TUB TUB 05 TUB TUB 06 ET-MF4 ETMF4 06 9 SPB21 CDDDD SPB_TYPE_B 06 11 SPB21 CDDDD SPB_TYPE_B 07 ET-MFG ETMFG 07 9 SPB21 CDDDD SPB_TYPE_B 07 11 SPB21 CDDDD SPB_TYPE_B 08 GPB53 GPB_SCCP_ITU 08 2 SPB21 CDDDD SPB_TYPE_B 08 5 SPB21 CDDDD SPB_TYPE_B 09 GPB53 GPB_SCCP_ITU 09 2 SPB21 CDDDD SPB_TYPE_B 09 5 SPB21 CDDDD SPB_TYPE_B 10 GPB53 GPB_Central_E1_ITU 10 3 SPB21 CDDDD SPB_TYPE_B 10 6 SPB21 CDDDD SPB_TYPE_B 11 GPB53 GPB_Central_E1_ITU

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva93

HW/SW overview command: “bo”

RNCSM02> bp

090212-14:00:11 10.107.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/22187

====================================================Board-Group Nr of Boards====================================================aal2ap 35aal2cpsrc 35aal2ncc 33aal2nccadm 2aal2rh 33all 401allp 126bp 85cc 55cc1 3cc10 2cc11 2cc12 2cc2 2cc3 2cc30 2cc31 2cc32 2cc33 2cc34 2cc4 2cc40 2cc41 2cc42 2cc43 2cc44 2cc5 2cc50 2

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva94

HW/SW overview command: “bo”

RNCSM02> pr cc1

090212-14:01:46 10.107.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/22187

===================================================================================Proxy MO=================================================================================== 382 Equipment=1,Subrack=MS,Slot=19,PlugInUnit=1,Spu=1,Spm=2 340 Equipment=1,Subrack=MS,Slot=20,PlugInUnit=1,Spu=1,Spm=2 311 Equipment=1,Subrack=MS,Slot=21,PlugInUnit=1,Spu=1,Spm=2===================================================================================Total: 3 MOs

RNCSM02> pr spbes1

090212-14:02:09 10.107.240.8 7.1d RNC_NODE_MODEL_G_5_30 stopfile=/tmp/22187

===================================================================================Proxy MO=================================================================================== 3518 Equipment=1,Subrack=ES-1,Slot=6,PlugInUnit=1 3478 Equipment=1,Subrack=ES-1,Slot=7,PlugInUnit=1 3438 Equipment=1,Subrack=ES-1,Slot=8,PlugInUnit=1 3398 Equipment=1,Subrack=ES-1,Slot=9,PlugInUnit=1 3358 Equipment=1,Subrack=ES-1,Slot=10,PlugInUnit=1 3196 Equipment=1,Subrack=ES-1,Slot=19,PlugInUnit=1 3156 Equipment=1,Subrack=ES-1,Slot=20,PlugInUnit=1 3116 Equipment=1,Subrack=ES-1,Slot=21,PlugInUnit=1 3076 Equipment=1,Subrack=ES-1,Slot=22,PlugInUnit=1 3036 Equipment=1,Subrack=ES-1,Slot=23,PlugInUnit=1===================================================================================Total: 10 MOs

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva95

HW/SW overview command: “cab”

*******************************************************cab[slxradgtme] [ | <unix cmds>]*******************************************************Display of miscellaneous COLI printouts relating to hw, sw, restarts, leds, cpu load, errors, disk/ram usageOptions: cab : prints MP/BP HW info and led status, MP temperature, and coreMgr status cabt : same as cab but without the temperature cabx : same as cab plus led and hw info for the XP boards (eg: TMA, MCPA, Fans, etc.) cabl : same as cab but plus MP/BP processor load cabs : same as cab plus list of programs running in all MP/BP cabr : prints all MP/BP restarts. Abnormal restarts are shown in red. caba : prints only abnormal MP/BP restarts. cabd : print disk usage. Disks that are getting over a certain limit will appear in color. The limit can be defined in cabview file. cabg : print MP/BP HW errors (e.g. faulty disk, faulty RAM, etc). cabm : print MP/BP RAM memory usage. cabe : print MP/BP added T&E trace conditions.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva96

HW/SW overview command: “cab”

02 14 00 SMN

(SwitchModuleNumber =Subrack Position)

APN (AtmswitchPortNumber

=Slot Position)

ERN (ExecutionResourceNumber

=Processor Position)

Link Handler value (LNH)

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva97

USMSNE18> cab090212-14:59:00 10.107.245.49 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/28853Trying password from ipdatabase file: /home/U1310656/moshell//sitefiles/ipdatabase.......=====================================================================================================SMN APN BOARD GREEN YELLOW RED PRODUCT NR REV DATE SERIAL NR TEMP COREMGR===================================================================================================== 0 1 CBU1 ON 16HZ OFF ROJ 119 2209/1 R5E 20071107 TU8G015363 +46C Active* 0 3 RAX ON 16HZ OFF ROJ 119 2187/14 R1C 20081014 TU8G527420 0 4 RAX13 ON 16HZ OFF ROJ 119 2187/4 R1E 20080128 TM15032794 0 5 RAX13 ON 16HZ OFF ROJ 119 2187/4 R1E 20080128 TM15032789 0 6 RAX13 ON 16HZ OFF ROJ 119 2187/4 R1E 20071108 TU8G016168 0 8 TX6HS-06 ON 16HZ OFF ROJ 119 2254/6 R1D 20070929 AE55726938 0 9 OBIF ON 16HZ OFF ROJ 119 2238/23 R1D 20071123 TB39509344 -----------------------------------------------------------------------------------------------------

USMSNE18> cabl090212-15:00:15 10.107.245.49 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/28853........=====================================================================================================SMN APN BOARD GREEN YELLOW RED PRODUCT NR REV DATE SERIAL NR TEMP COREMGR===================================================================================================== 0 1 CBU1 ON 16HZ OFF ROJ 119 2209/1 R5E 20071107 TU8G015363 +46C Active* 0 3 RAX ON 16HZ OFF ROJ 119 2187/14 R1C 20081014 TU8G527420 0 4 RAX13 ON 16HZ OFF ROJ 119 2187/4 R1E 20080128 TM15032794 0 5 RAX13 ON 16HZ OFF ROJ 119 2187/4 R1E 20080128 TM15032789 0 6 RAX13 ON 16HZ OFF ROJ 119 2187/4 R1E 20071108 TU8G016168 0 8 TX6HS-06 ON 16HZ OFF ROJ 119 2254/6 R1D 20070929 AE55726938 0 9 OBIF ON 16HZ OFF ROJ 119 2238/23 R1D 20071123 TB39509344 -----------------------------------------------------------------------------------------------------

============================================================================================SMN APN BOARD TOTLOAD SPPROCLOAD============================================================================================ 0 1 CBU1 11.8 0 3 RAX 5.4 0 4 RAX13 5.0 0 5 RAX13 5.5 0 6 RAX13 4.8 0 8 TX6HS-06 4.8 0 9 OBIF 48.7 --------------------------------------------------------------------------------------------

HW/SW overview command: “cab”

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva98

Print SW informationRNCSM01> lhsh 001400 pglist$ lhsh 001400 pglistProgram Information:Handle : 1Status : runResident : TrueName : CXC1320787_R50HX02 (SystemManage)Argv : Program Information:Handle : 2Status : runResident : TrueName : CXC1320742_R50HC03 (spas_connect)Argv : Program Information:...<cut>...Handle : 14Status : runResident : TrueName : CXC1329858_R4J09 (RncLmModOm)Argv : $ RNCSM01> lhsh 001400 listloaded

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva99

Disk information

RNCSM01> hdinfo

090317-16:07:00 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176$ hdinfo

Hard Disk parameters:

Size in MB: 2079Sector size: 512No of cyl.: 4029No of heads: 16Sectors/Track: 63No of sectors: 4061232HD PIO mode: 4Model: SMART CF Serial number: 2007071200EA3C1C0000Firmware rev: 20060811

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva100

Configuration Version (CV) handlingConfiguration Version (CV) handling.Cvls: List CV’s

Cvmk: make local CVExample: cvmk CVname identification comment

Cvms: make remote CVExample: cvms CVname identification comment

Cvset: setstartableExample: cvset CVname

Cvrm: removeExample: cvrm CVname

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva101

Configuration Files

RNCSM01> ftree /d/configuration/cv

090317-16:08:14 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176 /d/configuration/cv/

drwxrwxrwx 512 30 Jan 2009 17:22:31 /d/configuration/cv/USMMRBI8/-r--r--r-- 341 30 Jan 2009 17:22:22 /d/configuration/cv/USMMRBI8/ipnetworkconfig.xml-r--r--r-- 353 30 Jan 2009 17:22:22 /d/configuration/cv/USMMRBI8/nodeinformation.xml-r--r--r-- 71264 30 Jan 2009 17:22:23 /d/configuration/cv/USMMRBI8/ARMAMENT-r--r--r-- 40 30 Jan 2009 17:22:24 /d/configuration/cv/USMMRBI8/LLP.LMID-r--r--r-- 75 30 Jan 2009 17:22:24 /d/configuration/cv/USMMRBI8/attribute-rw-rw-rw- 1616763 30 Jan 2009 17:22:30 /d/configuration/cv/USMMRBI8/db.dat-r--r--r-- 273 30 Jan 2009 17:22:31 /d/configuration/cv/USMMRBI8/md5checksums-r--r--r-- 3 30 Jan 2009 17:22:31 /d/configuration/cv/USMMRBI8/ok

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva102

CV handlingRNCSM01> get configurationversion=1090317-16:10:08 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176===========================================================================================3590 SwManagement=1,ConfigurationVersion=1===========================================================================================ConfigurationVersionId 1actionResult Struct{6} >>> 1.actionId = 161702691 >>> 2.time = Date: 2009-01-27, Time: 16:18:02.109 >>> 3.invokedAction = 3 (PUT_TO_FTP_SERVER) >>> 4.mainResult = 0 (EXECUTED) >>> 5.configurationVersionName = RNCSM01_08-11-2008 >>> 6.pathToDetailedInformation = additionalActionResultData t[1] = >>> Struct[0] has 2 members: >>> 1.information = 20 (CV_BACKUP_NAME) >>> 2.additionalInformation = RNCSM01_RNCSM01_08-11-2008.zipautoCreatedCVIsTurnedOn truecorruptedUpgradePackages t[0] = currentDetailedActivity 0 (IDLE)currentLoadedConfigurationVersion Au_CXP9012014_R10CJ_090215_0401currentMainActivity 0 (IDLE)currentUpgradePackage UpgradePackage=CXP9012014_R10CJexecutingCv Au_CXP9012014_R10CJ_090317_0402

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva103

CV handling, contRNCSM01> acl configuration

090317-16:12:27 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176

==============================================================================Proxy MO Action Nr of Params============================================================================== 3590 ConfigurationVersion=1 cancelRestore 0 3590 ConfigurationVersion=1 changeRestoreConfirmationDeadline 1 3590 ConfigurationVersion=1 confirmRestore 0 3590 ConfigurationVersion=1 create 5 3590 ConfigurationVersion=1 delete 1 3590 ConfigurationVersion=1 forcedRestore 2 3590 ConfigurationVersion=1 getFromFtpServer 4 3590 ConfigurationVersion=1 putToFtpServer 6 3590 ConfigurationVersion=1 removeFromRollbackList 1 3590 ConfigurationVersion=1 restore 2 3590 ConfigurationVersion=1 setFirstRollbackList 1 3590 ConfigurationVersion=1 setStartable 1 3590 ConfigurationVersion=1 verifyRestore 1==============================================================================

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva104

Restart

Node PlugInUnit (MP/BP)

Device (SPM/FPGA,

etc.)

Program on MP

Coldest Yes Yes Yes

Cold Yes Yes Yes

Refresh Yes Yes

Warm Yes Yes Yes Yes

Hot Yes

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva105

Restart Ranks, cont

Rank T&E logs HW test HW reset SW reload Data in CLI contain

er

Data in own memory segment

Domain

Hot Preserved No No Conditional Preserved Cleared 4

Warm Preserved No No Conditional Cleared Cleared 1, 2, 3, 4

Refresh Preserved No Yes on MP/BPNot necessarily

on FPGA/DSP

/etc.

Yes Cleared Cleared 1, 2

Cold Cleared Limited Yes Yes Cleared Cleared 1, 2, 3

ColdWTest Cleared Yes Yes Yes Cleared Cleared 1, 2, 3

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva106

Restart commands from MO interfaceRNCSM01> mom restartrank###############################################################################Enum Values###############################################################################RestartRank 0:RESTART_WARM, 1:RESTART_REFRESH, 2:RESTART_COLD, 3:RESTART_COLDWTEST--------------------------------------------------------------------------------------------------------------------------------- - RESTART_WARM: - RESTART_REFRESH: - RESTART_COLD: - RESTART_COLDWTEST: *****************************************************************************************************************

RNCSM01> mom restartcause###############################################################################Enum Values###############################################################################RestartCause 2:piuRestartUpgrade, 1:piuRestartError-------------------------------------------------------------------------------This attribute indicates the restart cause of plugInUnit. The defined values are:1. piuRestartError: restart because of error.2. piuRestartUpgrade: restart because of system upgrade. - piuRestartUpgrade: This attributes indicates that the Piu restart cause is upgrade. - piuRestartError: This attributes indicates that the Piu restart cause is error.*****************************************************************************************************************

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva107

Restart commands from MO interfaceRNCSM01> acc 0 manualrestart

Call Action manualrestart on following MOs ?=============================================================================== 0 ManagedElement=1===============================================================================Are you Sure [y/n] ? y===============================================================================Proxy MO Action Nr of Params=============================================================================== 0 ManagedElement=1 manualRestart 3Parameter 1 of 3, restartRank (enumRef-RestartRank): Enter one of the following integers: 0:RESTART_WARM, 1:RESTART_REFRESH, 2:RESTART_COLD,

3:RESTART_COLDWTEST: 0Parameter 2 of 3, restartReason (enumRef-RestartReason): Enter one of the following integers: 0:PLANNED_RECONFIGURATION,

1:UNPLANNED_NODE_EXTERNAL_PROBLEMS, 2:UNPLANNED_NODE_UPGRADE_PROBLEMS, 3:UNPLANNED_O_AND_M_ISSUE, 4:UNPLANNED_CYCLIC_RECOVERY, 5:UNPLANNED_LOCKED_RESOURCES, 6:UNPLANNED_COLD_WITH_HW_TEST, 7:UNPLANNED_CALL_PROCESSING_DEGRADATION, 8:UNPLANNED_LOW_COVERAGE: 0

Parameter 3 of 3, restartInfo (string): eanzmagn >>> Return value = null===============================================================================Total: 1 MOs attempted, 1 MOs actioned

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva108

Restart commands from MO interface

Board restart using the MO LDNRNCSM01> acc ms,slot=9,pluginunit=1$ manualrestart...<cut>...Board restart using a board groupRNCSM01> acc mod1 manualrestart...<cut>...

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva109

Logs Handling

RNCSM02> h lg*******************************************************lg[aevsyuoldhmircfx] [-l <logdirectory|logfile>] [-m <minustime>] [-p <plustime>] [-s <startdate>] [-e <enddate>] [|<unixcmds>]*******************************************************Fetching and/or processing of node logs (alarm, event, availability, system, etc)

Options:******** - a: parse alarm log (CELLO_ALARM_LOG.xml) - e: parse event log (CELLO_EVENT_LOG.xml) - v: parse availability log (CELLO_AVAILABILITY_LOG.xml) - s: parse system log (/c/logfiles/systemlog/xxxsyslog) - u: parse upgrade log (Trace.log and Trace.log_old) - o: parse command log (CORBA_AUDITTRAIL_LOG.xml) - y: parse securityevent log (CELLO_SECURITYEVENT_LOG.xml). - l: parse coli log (SHELL_AUDITTRAIL_LOG.xml). - h: parse hili log (CELLO_HWINVENTORY_LOG.xml). This file must first be generated with the command "hili mk". - d: show node restarts and system downtime, based upon info of the system log and availability log. - x: show alarms active on a specific date/time, based upon info of the alarm log. - m: merge the different logs together (eg: lgaevm will merge alarm/event/availability logs). Not supported with "h" option. - i: inverse chronological order. - r: refetch the logs from the node. - c: print the output in csv format (semicolon separation). - f: fetch the logs only and store them in a directory on the workstation.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva110

Checking Restart Information

RNCSM01> lgvsmRNCSM01> lgd !Node restart times!RNCSM01> lhsh 001400 llog –l !board restarts logs!RNCSM01> cabr !all board!

UTRAN

AMOS / Moshell Operation

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva112

Resource Usage, cont

*******************************************************ced[h][r] [-m <module(s)>] [ | <unix cmds>] *******************************************************Print dynamic cell data or capacity usage (RNC only).Examples:>> ced | grep 0019sp0 --> print all cells configured on CC device 001900/sp0>> ced | sort +4 --> print cell data sorted on the fifth field>> cedh -m 8,9,10 --> print cell group usage for modules 8, 9, 10.Printout format:

> cedh (P6+)----------------------------------------------------------------------------------------------------------------------------MOD GRP IUBLINK fro nCell usedCEdl usedCEul gHoCEdl gHoCEul OtherCEdl OtherCEul---------------------------------------------------------------------------------------------------------------------------- 1 0 1001 0 3 0/64 0/64 64/64 64/64 44/44 44/44 2 0 1002 1 3 0/64 0/128 64/64 128/128 44/44 89/89----------------------------------------------------------------------------------------------------------------------------

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva113

OSE shell accessUSMSNE18> lh ru fui get faults

090212-16:16:45 10.107.245.49 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/12123=============================================================================================$ lhsh 000900/port_0_dev_5 fui get faults0009p0d5: Board:0009p0d5: database : ok0009p0d5: i2c : ok0009p0d5: highPow : ok0009p0d5: Dev1:0009p0d5: lna : ok0009p0d5: ant : ok0009p0d5: extAux : ok0009p0d5: vswr : ok0009p0d5: pll : ok0009p0d5: tmaLna : ok0009p0d5: Dev2:0009p0d5: lna : ok0009p0d5: ant : ok0009p0d5: extAux : ok0009p0d5: vswr : ok0009p0d5: pll : ok0009p0d5: tmaLna : ok=============================================================================================$ lhsh 000900/port_1_dev_6 fui get faults0009p1d6: Board:0009p1d6: database : ok0009p1d6: i2c : ok0009p1d6: highPow : ok0009p1d6: Dev1:0009p1d6: lna : ok0009p1d6: ant : ok0009p1d6: extAux : ok0009p1d6: vswr : ok0009p1d6: pll : ok0009p1d6: tmaLna : ok0009p1d6: Dev2:

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva114

OSE shell accessUSMSNE18> lh ru fui get devstat

090212-16:17:42 10.107.245.49 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/12123=============================================================================================$ lhsh 000900/port_0_dev_5 fui get devstat0009p0d5: Board: fuHw: Hw08P1, faultStatus: 0x0, temp: 30.0, sv: on, svTmaDegrad: on, comp: on0009p0d5: Dev1: mode: {ModeAnt}, feedPow: highPow0009p0d5: capability: {vswrAntSv | tma19Sv | ulGainConf | maxUlGain}0009p0d5: svCtrl: 0xc500, faultStatus: 0x00000009p0d5: txFreq: 882800, sensitivity: 49, gainUl: 13.0, volt: 15705.1, curr: 89.1, dCycle: 0.00009p0d5: Dev2: mode: {ModeAnt}, feedPow: noPow0009p0d5: capability: {resAntSv | tma19Sv | ulGainConf | maxUlGain}0009p0d5: svCtrl: 0x0100, faultStatus: 0x00000009p0d5: txFreq: 0, sensitivity: 0, gainUl: 13.0, volt: 0.0, curr: 14.8, dCycle: 0.0=============================================================================================$ lhsh 000900/port_1_dev_6 fui get devstat0009p1d6: Board: fuHw: Hw08P1, faultStatus: 0x0, temp: 32.0, sv: on, svTmaDegrad: on, comp: on0009p1d6: Dev1: mode: {ModeAnt}, feedPow: highPow0009p1d6: capability: {vswrAntSv | tma19Sv | ulGainConf | maxUlGain}0009p1d6: svCtrl: 0xc500, faultStatus: 0x00000009p1d6: txFreq: 882800, sensitivity: 49, gainUl: 13.0, volt: 15645.4, curr: 81.0, dCycle: 0.00009p1d6: Dev2: mode: {ModeAnt}, feedPow: noPow0009p1d6: capability: {resAntSv | tma19Sv | ulGainConf | maxUlGain}

0009p1d6: svCtrl: 0x0100, faultStatus: 0x00000009p1d6: txFreq: 0, sensitivity: 0, gainUl: 13.0, volt: 0.0, curr: 0.0, dCycle: 0.0=============================================================================================$ lhsh 000900/port_2_dev_7 fui get devstat0009p2d7: Board: fuHw: Hw08P1, faultStatus: 0x0, temp: 29.0, sv: on, svTmaDegrad: on, comp: on0009p2d7: Dev1: mode: {ModeAnt}, feedPow: highPow0009p2d7: capability: {vswrAntSv | tma19Sv | ulGainConf | maxUlGain}0009p2d7: svCtrl: 0xc500, faultStatus: 0x00000009p2d7: txFreq: 882800, sensitivity: 49, gainUl: 13.0, volt: 15785.9, curr: 81.8, dCycle: 0.00009p2d7: Dev2: mode: {ModeAnt}, feedPow: noPow0009p2d7: capability: {resAntSv | tma19Sv | ulGainConf | maxUlGain}0009p2d7: svCtrl: 0x0100, faultStatus: 0x00000009p2d7: txFreq: 0, sensitivity: 0, gainUl: 13.0, volt: 0.0, curr: 0.0, dCycle: 0.0$

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva115

OSE shell access

USMSNE18> lh ru fui get vswr

090212-16:16:18 10.107.245.49 7.1d RBS_NODE_MODEL_J_5_17 stopfile=/tmp/12123

=============================================================================================$ lhsh 000900/port_0_dev_5 fui get vswr0009p0d5: vswr: 20.8[dB]

=============================================================================================$ lhsh 000900/port_1_dev_6 fui get vswr0009p1d6: vswr: 20.3[dB]

=============================================================================================$ lhsh 000900/port_2_dev_7 fui get vswr0009p2d7: vswr: 20.6[dB]$

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva116

Resource Usage, contRNCSM02> lhsh 011300 celldata -cid 2357$ lhsh 011300 celldata -cid 2357------------------------------------------------------cId: 2357cellFroId: 71RO instance: 3RNC Module: 3IubLink froId: 24CC SP: 010900/sp0.lnh/CommonChMainPTTotal ASE DL: 3.40aseDlAdm: 500beMarginAseDl: 0Total ASE UL: 22.36aseUlAdm: 460aseUlAdmOffset: 40beMarginAseUl: 20CPM RL Count: 0compModeAdm: 15HSDPA UE Count: 2hsdpaUsersAdm: 32EUL UE Count serving: 0eulServingCellUsersAdm: 5EUL UE Count non-serving: 0eulNonServingCellUsersAdm: 100SF8 RL DL Count: 0sf8Adm: 8SF16 RL DL Count: 0sf16Adm: 16sf16gAdm: 16SF32 RL DL Count: 0sf32Adm: 32SF4 RL UL Count: 0sf4AdmUl: 1SF8 RL UL Count: 0sf8AdmUl: 1sf8gAdmUl: 8SF16 RL UL Count: 3sf16AdmUl: 50DL Code Allocation Level: 13.63 dlCodeAdm: 85 beMarginDlCode: 5UL Interference: -99.8 dBmFiltered DL Power: 17.17 pwrAdm: 75 Congestion State: Uncongested

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva117

Ue context usage

RNC10> h uer******************************************************************************uer [-m|-i|-n] [<mod>|<imsiFilter>|<maxUEs>] [<attribute-filter>|all]******************************************************************************This command prints and parses the Ue Context data for active UEs in the RNC.The following COLI commands are used: ueregprint (on Central MP) and

printUeCtxt (on module MP). No RRT commands are used.etc.......Examples: >> uer ---> print UeContext data for all UEs in the node >> uer -n 25 ---> print UeContext data for 25 UEs only (randomly selected

across the node and proportionately spread across all the modules)

>> uer -i 0001 ---> print UeContext data for all UEs whose IMSI match 0001. >> uer -m 8 ---> print UeContext data for all UEs in module 8.

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva118

Ue context usage, cont.

RNC10> uerPrinting all active UeContexts. Up to 124 UEs will be printed.=========================================================================================MOD IMSI CTXT SRNC CommCh RL1 RL2 DCdev CoreNetId UERC UERC_LABEL =========================================================================================1 301001700020002 130 301 9:1027 30:1090 37:1109 0020sp2 C 3 64kbps CS data,fixedrate

1 301001720000004 153 301 18:1052 25:1073 0019sp2 C 2 Speech

1 301001800000004 185 301 5:1014 33:1099 0020sp2 C 2 Speech

8 301001821110000 1768 301 28:1083 21:1061 0022sp2 C 2 Speech ==========================================================================================UeRc Total % userLabel========================================================================================== 1 6 5.2 Standalone RRC on DCH 2 54 47 Speech 3 8 7 64kbps CS data, fixed rate 4 18 15.7 Packet RACH/FACH==========================================================================================UeRc Mod1 Mod8 userLabel========================================================================================== 1 2 4 Standalone RRC on DCH 2 33 21 Speech 3 5 3 64kbps CS data, fixed rate

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva119

Ue context usage, cont.

RNCSM01> uer –i IMISI

RNCSM01> uer –n 15 ---> only check 15 ue contexts

RNCSM01> uer –m 8 ---> all calls in module 8

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva120

Ue context usage, cont.Maximum number of RADIOLINKS PER CALLRNCSM01> get 161 maxact===============================================MO Attribute Value===============================================Handover=1 maxActiveSet 3===============================================Total: 1 MOsNote: Printing all data for a call

RNCSM01> uer -i 301001800040001 all ===========================================================MOD IMSI ATTRIBUTE=========================================================== 8 301001800040001 $ UehUexCtxtD[1022]=0x4FE0D058 8 301001800040001 [1022].isActive() = 1 8 301001800040001 [1022].isCNConnected(uehCNidCircuit) = 0 8 301001800040001 [1022].isCNConnected(uehCNidPacket) = 1 8 301001800040001 [1022].sRncId = 301 8 301001800040001 [1022].softHoDone = 1 8 301001800040001 [1022].isPmRecordingActive = 0 8 301001800040001 [1022].recordingProt = 1 8 301001800040001 [1022].dlPcMethod = 3 8 301001800040001 [1022].dlRefPwrVal = -165 8 301001800040001 [1022].supportOfGsm = 1 8 301001800040001 [1022].tmpRanapConnId = -1 8 301001800040001 [1022].recordingMeas = 0 8 301001800040001 [1022].measBERrequested = 0 8 301001800040001 [1022].measBLERrequested = 0etc.....

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva121

Ue context usage, cont.

Printing UeContexts whose imsis match 724051104120193 only. Up to 1 UEs will be printed.

RNCSM01> uer -i 724051104120193 UECAP

090317-16:50:35 10.108.240.8 7.0q RNC_NODE_MODEL_G_5_30 stopfile=/tmp/12176

Printing active UeContexts whose imsis match 724051104120193 only.===========================================================================================MOD IMSI/TMSI ATTRIBUTES=========================================================================================== 12 724051104120193 gsmComprModeUeCap=3 umtsComprModeUeCap=3 UehUeCapD=0x4F616768=0x4F616768 ueCapability.totalRlcAMBufferSize=409600 ueCapability.maxAMEntities=16 ueCapability.maxSimultTrChUl=8 ueCapability.maxSimultTrChDl=8 ueCapability.supportForTurboCodingUl=1 ueCapability.supportForTurboCodingDl=1 ueCapability.maxTransmTranspBlocksUl=32 ueCapability.maxReceivedTranspBlocksDl=32 ueCapability.maxTfcInTfcsUl=64 ueCapability.maxTfcInTfcsDl=128 ueCapability.maxReceivedBitsDl=8960 ueCapability.maxTransmBitsUl=8960 ueCapability.maxReceivedTurboCodedBitsDl=8960 ueCapability.maxTransmTurboCodedBitsUl=8960 ueCapability.maxReceivedPhysChBitsDl=9600 ueCapability.maxTransmDpdchBitsPer10msUl=9600 ueCapability.agpsCapabilityValidIndic=1 ueCapability.agpsCapability=3 ueCapability.hsPhysicalLayerCategory=8 ueCapability.maxRlcWindowSize=2047 ueCapability.hsAndEulCapabilityInfo=2 ueCapability.eulPhysicalLayerCategory=0 ===========================================================================================

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva122

Parameter Audit

RNCSM01> h diff*******************************************************diff/ldiff*******************************************************.... 2) Syntax 2: diff/ldiff <moGroup>|<moFilter>|<proxy>|<modumpFile>|<modumpDir>

[<baselineFile>|<modumpFile2>|default] [<outputDir>]To compare an MO dump with a parameter baseline file or with another MO dump.etc.....

From the unix prompt, do:If one node only:

moshell <ipaddress> ‘lt all ; diff . ‘If many nodes:

mobatch <sitefile> ‘lt all ; diff . ‘For using another baseline file:

moshell <ipaddress> ‘lt all ; diff . mybaseline.txt‘If many nodes:

mobatch <sitefile> ‘lt all ; diff . mybaseline.txt‘

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva123

RNCSM01> lt all

RNCSM01> diff . Getting MO data from node, please wait...Logging to file: /home/eanzmagn/moshell_logfiles/logs_moshell/diff/rnc37/20060708/213821_18721/RNC37.log

Log close: /home/eanzmagn/moshell_logfiles/logs_moshell/diff/rnc37/20060708/213821_18721/RNC37.logParsing file PARAM_RNC_G_1_0.txt ....................Done.Parsing file /home/eanzmagn/moshell_logfiles/logs_moshell/diff/rnc37/20060708/213821_18721/

RNC37.log ......................................................................Done.=======================================================================MO Attribute CurrentValue ReferenceValue=======================================================================Aal2QosProfile=ad8 profileClassA.boundOnNodeDelay 8000 10000Aal2QosProfile=ad8 profileClassB.boundOnNodeDelay 15000 20000ChannelSwitching=1 downswitchTimerSp 60 2ChannelSwitching=1 inactivityTimer 120 30……UtranCell=cell3711,Hsdsch=1 deltaAck2 8 7UtranCell=cell3711,Hsdsch=1 deltaCqi2 8 6....=======================================================================Saved result in csv format: /home/eanzmagn/moshell_logfiles/logs_moshell/diff/rnc37/20060708/213821_18721/RNC37.csv

($diffcsvfile)Created command file to correct differences:

/home/eanzmagn/moshell_logfiles/logs_moshell/diff/rnc37/20060708/213821_18721/RNC37.cmd ($diffcmdfile)

Parameter Audit

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva124

RNCSM01> l cat $diffcsvfileComparing RNC37 (ip=172.31.98.137, momversion= RNC_NODE_MODEL_G_5_14

_COMPLETE) with baseline_rnc_p5.txt on 060708-215630MO;Attribute;CurrentValue;ReferenceValueAal2QosProfile=ad8;profileClassA.boundOnNodeDelay;8000;10000

RNCSM01> l cat $diffcmdfile#Command file for RNC37 (ip=172.31.98.137,

momversion=RNC_NODE_MODEL_G_5_14_COMPLETE)#reference file: baseline_rnc_p5.txt#Comparison done on 060708-215630lt allgs+confb+lset Aal2QosProfile=ad8$ profileClassA boundOnNodeDelay=10000lset Aal2QosProfile=ad8$ profileClassB boundOnNodeDelay=20000lset ChannelSwitching=1$ downswitchTimerSp 2lset ChannelSwitching=1$ inactivityTimer 30

Parameter Audit

Top right corner for field-mark, customer or partner logotypes. See Best practice for example.

Slide title 40 pt

Slide subtitle 24 pt

Text 24 pt

Bullets level 2-520 pt

AMOS / Moshell Operation Ericsson Internal Rubens Silva125


Recommended