+ All Categories
Home > Documents > Amos Moshell

Amos Moshell

Date post: 07-Aug-2018
Category:
Upload: shakeel-ahmed
View: 585 times
Download: 47 times
Share this document with a friend
19
8/21/2019 Amos Moshell http://slidepdf.com/reader/full/amos-moshell 1/19  Amos/Moshell for OSS
Transcript
Page 1: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 1/19

 Amos/Moshell for

OSS

Page 2: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 2/19

How to access

› To access eNB for the purpose of looking for alarms or parameters,use OSS(AMOS) or Trace server (moshell). For our use, use AMOS

› AMOS: amos <Site_name> or amos <IP_Address> To access site DXL00173

amos DXL00073 or  amos 198.224.74.46

› Moshell: moshell <Site_name> moshell DXL00073

› Indy Site IP List is located in the following folder:

› \\142.133.146.11\attltetuning\IN - Indianapolis\20 Users\Dave 

› You can get the IP address for eNB from NDS

Page 3: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 3/19

# lg command: Fetching and processing of node logs

› lga: alarm log› lge: event log

› lgv: availability log

› lgs: system log

› lgu: upgrade log

› lgo: MO command log

› lgn: moshell command log

› lgd: downtime log

› lgg: Board Restart error log (or llog)

Page 4: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 4/19

Lg Format Options

› -s and –e: Start and End Date

› -m: specify a time span relative to today’s date  2d: 2 days; 2h: 2 hours; 30mins

Page 5: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 5/19

Lg Format Options

› m: lgaevm will merge alarm/event/availability logs

› Command Log:

moshel l

amos

Page 6: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 6/19

Restart Logs

RU Crash

Manuall Restart

eNB/DUL Crash

Page 7: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 7/19

 Availability log

1 out 3 weremanually locked

Page 8: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 8/19

System Log

Page 9: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 9/19

To save a log

› l+ <logfile_name> (this starts the logging)› l- (this ends the logging)

Page 10: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 10/19

pr: print a MO

› l t all  : to load all MO’s into moshell session or

l t EUtranCel l or l t fdd or l t cel l etc

› pr eutrancell

or pr fdd  or pr cell

Page 11: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 11/19

get: to retrieve attribute of a MO

 get <pro xy_no>

Or  get sectorEquipmentfunct ion=2

Page 12: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 12/19

st: check MO status

› Cell Status

› MME link status

› Radio Unit Status

Page 13: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 13/19

st: check MO status

› Check X2 Links

› Check Neighbors

› Check Sector

Page 14: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 14/19

Use Regular Expression

› Moshell is not case-sensitive› abc: anything contains abc

› “.” - any single character

› “*” - 0 or more occurences of the previous character

› [ ] - matches a character or range of characters inside the brackets

› [^] - NOT matching a character or range of characters inside thebrackets

› | - OR

› ^ - beginning of string

› $ - end of string› ! - negation

› % - reverse order

Page 15: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 15/19

Regular Expression Examples

› a* means a or aa or aaa, aaaa etc.› .* is like a wildcard as it matches 0 or more occurences 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

Page 16: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 16/19

How to use Regular Expression

Page 17: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 17/19

Check a parameter

Page 18: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 18/19

Some Useful Commands

› ue pr int –ue

 –allcell   (check active UE’s in a eNB) 

› cvcu  (check current CV)

› cabx  (list DUL/RRUS version/Release and LED)

› l log  (eNB restart log)

› lh ru l log  (RRUS restart log)› inv  (eNB H/W and S/W inventory)

› upt ime  (how long an eNB has been up and running)

› pm r  (KPI tool)

› pst  (list all scanners in an eNB)› pmom  (list pm counters)

Page 19: Amos Moshell

8/21/2019 Amos Moshell

http://slidepdf.com/reader/full/amos-moshell 19/19


Recommended