You are on page 1of 11

MOSHELL COMMANDS

NOTE: Exclusive for PENTA PROJECT TEAM/Author/RMALVAREZ


1. To read MCPA temp
Cabx (to check RBS status)
lhsh 010200/port_0_dev_13 mcpaBoard temp
lhsh 010200/port_0_dev_13 help
lhsh 010200/port_0_dev_13 restart
(if need to restart)
TELNET commands should MOSHELL hang due to GPB
telnet IP add
cv cu
cv ls
cv mk
cv set
restartObj me

2. To check E1-MS port in RXI/RBS (add E1 for RBS)


In RNC
st <sitename>
get <proxy> iub - look for RBS ID
In

RXI
pr .<rbs ID>
eg. pr .0095
lk <proxy>
st atmport=ms-x-y
bl
lget ms-2-2 (then check iub number with STR printout see tally or not)
reservedBy
Aal2PathVccTp=b0001a2
<----- iub # =
0001
to deblock E1 port in RXI
lst slot=12.*31
lst Slot=16.*Vc12Ttp=14
ldeb Slot=16.*Vc12Ttp=14
- (Example MS-16-14)

In

RBS (when port is ready but E1 not pull through yet so that no alarm)
pr atmport
get <proxy>
ie. get 1345
lget Subrack=1,Slot=2,PlugInUnit=1,Etm1=1,E1PhysPathTerm=pp2
set <proxy> administrativeState 0 (to lock the 2nd physical port)
set 194 administrativeState 0 (to lock the 2nd physical port)

3. To check pm (performance) counters in RNC/RXI


get 1
(to see the performance directory)
ls -l /p001200/pm/ | grep xml
(to see the performance files)
pst
(list the scanners, status)
pmr [-m 5 p 3]
(get performance report) [for the last 5 hours
+ 3 ]
4. To create performance counters scanner
pst
pgetsn <proxy>
pcr <name> <mo-name> <counter-name> eg. pcr <rssi> cellcarrier
pmAverageRssi
pget <mo-name> <counter-name>
to read the counters

PDF created with pdfFactory trial version www.pdffactory.com

5. To set

pbl/pdeb <proxy>
pdel <proxy>

to stop/resume scanner
to delete scanner

Electrical Tilt (RET)


pr retdevice
get <proxy>
set <proxy> electricalAntennaTilt <value>
get ret electrical

6. To set Latitude/Longitude
get sector lat
set sector latitude <value>
7.

To log alarm in a nice format


lgevsm

8.

Sample Scripts in moshell


for 10
Enter commmands (one per line), then type "done"
> get radiolink num
> wait 2
> done

9. To enable E1 supervision
set
10. To create Group (eg. Not reserved VclTp)
get vcltp reservedby !.*=
lma <group-name> vcltp reservedby !.*=
11. To create performance counters
pst

12. To check cell state


In RBS
lst cell
get radiolinks (to see how many line/s being used)
13. To check RBS MO
In RBS
st plug
(AuxPlugInUnit=2 is the RET,
cabx
cab
(without the external parts)

AuxPlugInUnit=1 is the ASC)

14. To change SAC (Service Area Code)


In RBS determine max capability to transmit
SUNWMU> get all xdl
get all xdl
---> in EMAS, click RBSLocalCell, Properties,
Characteristics, Max & Min value
example result printout = maxDlPowerCapability 422

PDF created with pdfFactory trial version www.pdffactory.com

15. To lock/unlock cells


In RNC
st utrancell=sunwmu
lst sunw
lbl sunw (to lock cell & channels)
bl sunw (to lock cell only)
deb sunw (to unlock)
16. To check RBS info
In RBS
Get 0
Get 1 (check ntpServerAddressPrimary)
17. To check network clock synchronisation
In RNC & RBS
Read clock (GMT +8)
ntpconfig info
Check which OMNIFSERVER the node is connected to (i.e
ntpServerAddressPrimary) from get 1
18. To check atmport & pp (physical port)
In RBS
lpr atmport
vc32&33 for signaling
lpget 1007 (vc proxy) to see number of ATM traffic cells transferred
get atmport=1-2-2
then : lget Subrack=1,Slot=2,PlugInUnit=1,Etm1=1,E1PhysPathTerm=pp2
to un/lock have to set values 1 or 0
19. To administer state of Mos
In RBS
St plug
Deb proxy
Bl proxy
No need to use set 1 or set 0 (only for physical ports) otherwise use deb &
bl
20. To autocreateCV
In RNC & RBS
Get config
Cv ls (2 CVs will be used for the autocreate CV function)
Set proxy autoCreatedCVIsTurnedOn true/false
Set timeForAutoCreatedCV (UTC time)
Set timeForAutoCreatedCV 13:00 (cv autocreated at 9pm)
21. To restart Node
In RNC,RXI & RBS
acc 0 restart
poll (to wait 20seconds until node comes up again)
22. To create CV
In RNC,RXI & RBS
cvms CXP9010373%1_R11G_050725_1516 emfauzi change_ntpserver_ip
cvms CXP9010373%1_R11G_050725_1516 followed by comments for the CV
cvset CXP9010373%1_R11G
-- to set the CV startable

PDF created with pdfFactory trial version www.pdffactory.com

23. To restart node


In RNC & node B
acc 0 restart
pol
- to get moshell connected once node has restarted
24. To check plugin status
In RNC & node B
st plugin
st plugin 1 0
st plugin 0 1
lst plug 0
25. To enter Moshell with security enabled
In RNC & node B
moshell -c host.p12 10.78.37.225
26. To block sectors via Moshell
In RNC
St blip
Bl the proxy
Deb the proxy (can have multiple proxies for more cells)
27. To view delay & attenuation parameters within a sector
In RBS
Get jumper
Get feeder
Get rbs xdl
28. To delete something already done with a script
In RNC/RXI/RBS
First you have to generate the MO Delete script
This is done by ./undomo add2nde1inrxi_PUJMMU.mo > pujmrxibesi01.mo
[~]$ ./undomo add2nde1inrxi_PUJMMU.mo > pujmrxibesi01.mo
[~]$
Where add2nde1inrxi_PUJMMU.mo is the script which was run earlier
And pujmrxibesi01.mo is the Delete Script
Modify add2nde1inrxi_PUJMMU.mo so that downtime will be less
Run pujmrxibesi01.mo to undo the wrongly defined MO
Then run the modified/correct add2nde1inrxi_PUJMMU.mo
29. To check E1 state
In RBS
St atmport
Check port lock state
St pp
St pp2

st pp3

st pp4

30. To check locked board in node


In all nodes
lst plug 0

31. To restart / reload board


In all nodes
Acc 000900 restart

PDF created with pdfFactory trial version www.pdffactory.com

Acc 001400 reload

32. run and trun


In all nodes
trun is only for xml scripts
run for scripts such as
set DAGAMU_1 usedFreqThresh2dEcno -12
trun for running the last script : rbs_EQINMU_site_complete.mo
run is for any script (txt for example)
open logfile
l+ 20060113_CR003_RNCTGEM01.log
cannot have undo mode while having gsg activated
run CR003_13012006.txt
close logfile
33. CAB printout 0 = slot 28, 1 = slot 1
In all nodes
RXIKPNG02> cab
060206-11:09:22
.......
==================================================================================
===================
SMN APN BOARD
GREEN
YELLOW RED
PRODUCT NR
REV
DATE
SERIAL NR
TEMP COREMGR
==================================================================================
===================
0
1 SCB2
ON
OFF
OFF
ROJ 119 2108/3
R3D
20050608
TU86364489
0
2 HUB MP
ON
OFF
OFF
ROJ 119 2106/40 R5A
20050626
TU86494707 +32C Active
0
3 GPB40
ON
OFF
OFF
ROJ 119 2106/40 R5A
20050626
TU86494699 +31C StandbyReady
0
4 TUB
ON
OFF
OFF
ROJ 119 2104/4
R3B
20050620
TU86442436
0
5 TUB
ON
OFF
OFF
ROJ 119 2104/4
R3B
20050620
TU86442439
0
8 ET-MC41
ON
OFF
OFF
ROJ 119 2161/1
R3C
20050718
TU86644146
0
10 ET-MC41
ON
OFF
OFF
ROJ 119 2161/1
R3C
20050718
TU86644042
0
12 ET-MC41
ON
OFF
OFF
ROJ 119 2161/1
R3C
20050718
TU86644052
0
14 ET-MC41
ON
OFF
OFF
ROJ 119 2161/1
R3C
20050718
TU86644056
0
16 ET-MC41
ON
OFF
OFF
ROJ 119 2161/1
R3C
20050718
TU86644037
0
18 ET-MC41
ON
OFF
OFF
ROJ 119 2161/1
R3C
20050718
TU86644067
0
20 ET-MC41
ON
OFF
OFF
ROJ 119 2161/1
R3C
20050708
TU86592867
0
24 ET-M4
ON
OFF
OFF
ROJ 119 2102/1
R3G
20050702
TU86545997
0
25 ET-M4
ON
OFF
OFF
ROJ 119 2102/1
R3G
20050702
TU86545998
0
26 ET-M4
ON
OFF
OFF
ROJ 119 2102/1
R3G
20050702
TU86545996
0
27 ET-M4
ON
OFF
OFF
ROJ 119 2102/1
R3G
20050702
TU86546001
0
0 SCB2
ON
OFF
OFF
ROJ 119 2108/3
R3D
20050608
TU86364157
---------------------------------------------------------------------------------------------------1 is slot 1
0 is slot 28

PDF created with pdfFactory trial version www.pdffactory.com

34. When lock/unlock from log


In RBS
Lgv
Lgaevsm rather long
35. Read VSWR / OUTPUT Power from RBS
In RBS
lhsh 010900 ps port*
lhsh 010600 lhsh port_0_dev_17 asc vswr
lhsh 010900 lhsh port_0_dev_19 asc vswr
lhsh 010900 lhsh port_0_dev_19 asc vswr
lhsh 010600 lhsh port_0_dev_17 asc pow
acc 011200 restart
- restart AIU

- sector 1
- sector 2

port_0_dev_5
FU12
port_1_dev_11 ASC
RU21
Sec.2-port_4_dev_6
port_4_dev_6
FU12
port_5_dev_13 ASC
Sec.3-port_8_dev_7
RU21
port_8_dev_7
FU12
port_9_dev_15 ASC
SMN APN PORT
BOARD
GREEN
YELLOW RED
PRODUCT NR
REV
DATE
SERIAL NR
============================================================================
=====================================
0
12 port_0_dev_4
RU22
steady 16hz
off
KRC 118 22/1
R1G
20070829
AE55520905
0
12 port_4_dev_5
RU22
steady 16hz
off
KRC 118 22/1
R1G
20070829
AE55520893
0
12 port_8_dev_6
RU22
steady 16hz
off
KRC 118 22/1
R1G
20070829
AE55520921
---------------------------------------------------------------------------------------------------------------080408-13:32:58 10.109.246.153 7.0h RBS_NODE_MODEL_J_5_16 stopfile=/tmp/1052
$ lhsh 001200/port_0_dev_4 fui get devstat
Board: fuHw: Hw08P1, faultStatus: 0x0, temp: 47.0, sv: on, svTmaDegrad:
off, comp: on
Dev1: mode: {ModeAuxTma}, feedPow: highPow
capability: {vswrAntSv | tma19Sv | ulGainConf | maxUlGain}
svCtrl: 0xe400, faultStatus: 0x0000
txFreq: 882800, sensitivity:
49, gainUl: 4.0, volt: 16571.5,
curr: 84.0, dCycle: 0.0
Dev2: mode: {ModeAuxTma}, feedPow: highPow
capability: {resAntSv | tma19Sv | ulGainConf | maxUlGain}
svCtrl: 0x2400, faultStatus: 0x0000
txFreq:
0, sensitivity:
0, gainUl: 4.0, volt: 16565.9, curr:
90.4, dCycle: 0.0
3 sectors sample

USMLAP30> lhsh 001200/port_4_dev_5 fui get vswr


080521-03:26:13 10.108.243.9 7.0t RBS_NODE_MODEL_J_5_16 stopfile=/tmp/5952
$ lhsh 001200/port_4_dev_5 fui get vswr
vswr: -0.7[dB] <<<< result

PDF created with pdfFactory trial version www.pdffactory.com

USMLAP30> lhsh 001200/port_0_dev_4 fui get vswr


080521-03:27:34 10.108.243.9 7.0t RBS_NODE_MODEL_J_5_16 stopfile=/tmp/5952
$ lhsh 001200/port_0_dev_4 fui get vswr
vswr: 24.3[dB] <<<< result
USMLAP30> lhsh 001200/port_8_dev_6 fui get vswr
080521-03:28:17 10.108.243.9 7.0t RBS_NODE_MODEL_J_5_16 stopfile=/tmp/5952
$ lhsh 001200/port_8_dev_6 fui get vswr
vswr: 24.9[dB] <<<< result

36. maxDlPowerCapability /maxDl


In RBS
get local xdl
In RBS
get SOGXBU_1 maximumtransmissionpower
37. redefine TD in VC
In RBS
Resources for CELL does not come up apparently TD is defined as U42
lget AtmPort=MS-1-2-1,VplTp=vp1,VpcTp=1,VclTp=vc39
lrset AtmPort=MS-1-2-1,VplTp=vp1,VpcTp=1,VclTp=vc39 atmTrafficDescriptorId
AtmTrafficDescriptor=C2P4000
pr. Bq
- must be win30
pr aal2
then get proxy for TransportNetwork=1,Aal2PathVccTp=ba1
then
lpr AtmPort=1-2-1,VplTp=vp1,VpcTp=1,VclTp=vc39
get the proxy
look for AtmTrafficDescriptor=C2P4000
38. Check E1 loop
In node
lacc AtmPort=MS-27-1,VplTp=vp5 eteloopback
39. RBSID
In node RBS
Pr iub
Get the proxy NodeBFunction=1,Iub=POT3UU
RBSID seen
In node RNC
get iublink userlabel setomu
40. Check security turn ON in RBS or NOT
In node RBS
Lt manage
Lt mana
(also can)
1077 ManagedElementData=1
1078 SwManagement=1
get *ManagedElementData=1* proxy
look for logonServerAddress
if 10.125.7.201,10.125.7.202 --- then security OFF
if
https://ckpgominf2:8443/ericsson/servlet/sls,https://ckpgominf3:8443/ericsso
n/servlet/sls ---- security ON

PDF created with pdfFactory trial version www.pdffactory.com

41. Change ARFCN freq at RNC & RBS


ARFCN 10637
DL Freq (MHz) 2127.4
UL Freq (MHz) 1937.4
In node RNC
get allmmu_1 arf
typical values
(uarfcnDl
10662
& uarfcnUl
9712 )
In node RBS
get antenna fq
typical values
(fqBandHighEdge
10712 & fqBandLowEdge
10612)
thus if requested value at RNC is 10637 and if the value is between 10612 &
10712 at RBS, change only at RNC

42. To look for host.p12 in Node B


In node RBS
Ls will show you are in drive D
To go to C drive:
cd /c
Go to java folder
Ls
and you will
ftp 10.78.....
Pw rbs
rbs
Bin
(make sure in Binary and not ASCII)
Cd /c
Cd java
Put host.p12
(ensure host.p12 file in moshell folder ya)
43. To continuously ping
Ping s 10.78.1.1101
44. To check IP connectivity
In node RNC,RXI,ATMCC,RBS
lacc AtmPort=1-2-1 eteloopback
CREATE
(
parent "ManagedElement=1,TransportNetwork=1,AtmPort=MS-27-1,VplTp=vp1,VpcTp=1"
identity "vc12232"
moType VclTp
exception none
nrOfAttributes 3
userLabel String "VclTp vc12232"
externalVci Integer 12232
atmTrafficDescriptorId Ref
"ManagedElement=1,TransportNetwork=1,AtmTrafficDescriptor=U4"
)
CREATE
(
parent "ManagedElement=1,TransportNetwork=1"
identity "bCSSQBUib"
moType AtmCrossConnection
exception none
nrOfAttributes 3
userLabel String "AtmCrossConnection bCSSQBUib"
vclTpAId Ref "ManagedElement=1,TransportNetwork=1,AtmPort=MS-271,VplTp=vp1,VpcTp=1,VclTp=vc12232"
vclTpBId Ref "ManagedElement=1,TransportNetwork=1,AtmPort=MS-252,VplTp=vp1,VpcTp=1,VclTp=vc12233"
)

PDF created with pdfFactory trial version www.pdffactory.com

45. To check queueSelectAlgorithm & cqiAdjustmentOn at RBS


In node RBS

UEFAMU> pr carrier que

060615-14:50:24 10.78.71.129 6.1zc RBS_NODE_MODEL_H_6_2


============================================================================
=======
Proxy MO
============================================================================
=======

1381 NodeBFunction=1,Sector=3,Carrier=1

1399 NodeBFunction=1,Sector=2,Carrier=1

1417 NodeBFunction=1,Sector=1,Carrier=1

set 1417 queueSelectAlgorithm 0

UEFAMU> get 1417 que


060615-14:51:08 10.78.71.129 6.1zc RBS_NODE_MODEL_H_6_2
==============================================================================
MO
Attribute
Value
==============================================================================
Sector=1,Carrier=1
frequencyPlane
1
Sector=1,Carrier=1
queueSelectAlgorithm 1
(PROPORTIONAL_FAIR)
==============================================================================
Total: 1 MOs
UEFAMU> set 1417 queueSelectAlgorithm 0
060615-14:51:24 10.78.71.129 6.1zc RBS_NODE_MODEL_H_6_2
Set queueselectalgorithm on following MOs ?
===================================================================================
1417 NodeBFunction=1,Sector=1,Carrier=1
===================================================================================
Are you Sure [y/n] ? y
==============================================================================
Id MO
queueselectalgorithm Result
==============================================================================
1417 Sector=1,Carrier=1
0
>>> Set.
==============================================================================
Total: 1 MOs attempted, 1 MOs set
UEFAMU> get 1417 que
060615-14:51:29 10.78.71.129 6.1zc RBS_NODE_MODEL_H_6_2
==============================================================================
MO
Attribute
Value
==============================================================================
Sector=1,Carrier=1
frequencyPlane
1
Sector=1,Carrier=1
queueSelectAlgorithm 0
(ROUND_ROBIN)
==============================================================================
Total: 1 MOs

46. To check through logs


In nodes
lgaevsmir

PDF created with pdfFactory trial version www.pdffactory.com

47. To check RBS ID in RBS


In node RBS

Get IUB
48. To check antenna Supervision Threshold
In node RBS

get antenna antennaSupervisionThreshold


49. To check downlink & uplink range
In node RBS

lget antenna low|high


The downlink uplink = 190x5=950

50. To check commands executed within a node


In node
Lgo 1
1 for number of days
51. To add software allocations in the RBS for ETMC1
In node RBS
Open EMAS
Go to SoftwareAllocation
Right click, Add
Choose the specific board/ swallocation

- fact is it will create a SWallocation ID = 1 in the rbs


Use moshell to create an Undo file
U+
Then delete the swallocation
Lt swalloc
Pr swalloc
Del proxy
U Then edit the undo file
52. To enable trace
In node RBS
te enable bus_send bus_receive NBAP*
te s Ans*
(just to look at the last line)
te enable bus_send bus_receive Ans_aal2ap_proc
te log read | decoder.pl | tee SCO1BU.log | flow.pl colour
to place it in a log
---
te log read | decoder.pl | tee SCO1BU.log |
flow.pl colour
logs will be at /ethanap
53. To check which module the card is at
In node RBS
N
Mon?
TargetMonitor on disk: Yes
TargetMonitor loaded:
No
TargetMonitor started: No
Mon+
te status Ans*
to on NBAP trace
te enable bus_send bus_receive NBAP
to see if NBAP trace is ON or NOT
te status NBAP

PDF created with pdfFactory trial version www.pdffactory.com

$ te status NBAP
pid name
enabled groups
- NBAP
check error info bus_send bus_receive interface object
To disable
---
te disable bus_send bus_receive NBAP
Check status again
$ te status NBAP
pid name
enabled groups
- NBAP
check error info interface object

In node TeraTerm
User = eric
Pw = ericsson
Monitor 10.78.xx.xx
54. To check commands sent in node
In node RNC, RBS, RXI
hi
55. To check external Open Door alarm in RBS is set to which probable cause
In node RBS
Pr almdevice
Get proxy (either 2 / 1 or 9)
Usually 9 for RBS door and 2 for BBU door
Some put 1 for BBU door
Get proxy for parameter check
Lock proxy to change probableCause
Bl 54
probableCause 522 power supply
probableCause 118 enclosure_door_open_m3100
set 54 probableCause 118
then unlock back proxy
deb 54
56. To calibrate RET via moshell
In node RBS
Lpr ret
Acl proxy
253
Equipment=1,SectorAntenna=3,AuxPlugInUnit=2,RetuDeviceGroup=1,RetDeviceSet=1
,RetDevice=1
acc 267 forceCalibration
alarm will go away in 2 minutes approx

PDF created with pdfFactory trial version www.pdffactory.com

You might also like