PDA

View Full Version : How to get E******* NodeB DUMP for many NodeBs.



nauniux
2015-01-09, 01:23 AM
Hi Guys,

First of all happy new year!!!

Is there a macro, and/or commands that can get all the NodeB parameters from all of the 3G sites of an RNC and have the result in Excel?

I normally use the OSS (Common Explorer) Export to NE... to get the RNC DUMP and then the TEI tool to get the RNC dump but this way will be so tedious because I have many 3G sites.

Cheers.

kahnoie
2015-01-09, 06:11 AM
Connect to the rnc and do the following on rnc:
l+
lt all
(or maybe its kget all : I dont remember exactly)
l-
and post process the log file with NExplorer or similar tool

rfworld
2015-01-09, 11:17 AM
Connect to the rnc and do the following on rnc:
l+
lt all
(or maybe its kget all : I dont remember exactly)
l-
and post process the log file with NExplorer or similar tool

if you connect to RNC, then you can get only RNC related parameters only and not the node-Bs.

consultant
2015-01-10, 02:43 AM
Hi,
Using moshell mobatch is the best solution,here is an example:
· Go to the directory where Moshell is installed( to know the directory where your Moshell is installed open Cygwin or OSS terminal and type Which Moshell you’ll get like so : [~]$ which Moshell /home/xxxx/Moshell/, Type cd /home/xxxx/Moshell/,in this directory mobatch file is found.
· Type the following command
./mobatch /home/xxxx/8_RNC_sites.txt 'lt all; cvcu' or any print out command you want (user=user id where your .txt file is saved). NB: Doc name is case sensitive.
· The print out below will be shown on your screen:
Logfiles stored in /var/opt/e*******/amos/moshell_logfiles/xxxx/logs_mobatch/2009-04-06/8_RNC_sites.txt
· Go to the directory mentioned above:
Example: Cd /var/opt/e*******/amos/moshell_logfiles/chaaya_s/logs_mobatch/2009-04- 06/8_RNC_sites.txt /12-01
·
In this Directory you will find one log file per site, Grep the needed info of your print out from each logfile by sending this command:

grep Current *.log > Upgradpack.txt



· Other examples can be used like :
Print all CV’s from all sites
./mobatch /home/user/8_RNC_sites.txt 'lt all; cvcu'
Print history alarms from all sites
./mobatch /home/user/8_RNC_sites.txt 'lt all; lga -s 20090404'
Print electrical Tilt from all sites
./mobatch /home/user/8_RNC_sites.txt 'lt all; get . electricalAntennaTilt '
Print E1 state from all sites
./mobatch /home/user/8_RNC_sites.txt 'lt all; st e1'

senjamir
2015-01-14, 06:08 PM
Hi,

I agree with consultant, MO batch is the best way. In case you dont have any access you request for individual NodeB dump using MO batch then process it with NePA or any processing tool. This will give you dump per MO.

Br,
Sen.

eyaOpti_guy
2015-02-04, 08:38 PM
Hi Guys,

First of all happy new year!!!

Is there a macro, and/or commands that can get all the NodeB parameters from all of the 3G sites of an RNC and have the result in Excel?

I normally use the OSS (Common Explorer) Export to NE... to get the RNC DUMP and then the TEI tool to get the RNC dump but this way will be so tedious because I have many 3G sites.

Cheers.

OSS>> BCG export tool :::::: This is what you should use
You can actually select the node type you want to export. In your case NodeB...
If I have the chance later, I will provide further details and may be a script.