PDA

View Full Version : how to get a specific parameter from multiple NodeBs?



mickeyknox
2013-02-08, 08:14 PM
Can anybody help me regarding monitoring a specific NodeB parameter from a set of NodeBs? AFAIK, i need to create a set of these MULTIPLE NodeBs.

indiaco
2013-02-09, 05:55 AM
Hi mate,

It looks like you need to use amosbatch (or older mobatch).
You can put a set of commands on a txt file and then run those commands to a list of multiple nodeb (also stored on a txt file).
For example, you may need to know the featureStateEul2msTti value on several nodes.
Just put something like

lt all
get . featureStateEul2msTti
by

on filecommand.txt

and then a list of multiple nodes b on a filenodes.txt
now it is just a matter of executing the following command :

amosbatch filenodes.txt filecommand.txt (u can just write the names of the files if you put them in your home direectory).

Hope it helped.

B.R.

mickeyknox
2013-02-11, 05:59 PM
Hi mate,

It looks like you need to use amosbatch (or older mobatch).
You can put a set of commands on a txt file and then run those commands to a list of multiple nodeb (also stored on a txt file).
For example, you may need to know the featureStateEul2msTti value on several nodes.
Just put something like

lt all
get . featureStateEul2msTti
by

on filecommand.txt

and then a list of multiple nodes b on a filenodes.txt
now it is just a matter of executing the following command :

amosbatch filenodes.txt filecommand.txt (u can just write the names of the files if you put them in your home direectory).

Hope it helped.

B.R.

It helped a lot dude.. thanx..

indiaco
2013-02-12, 02:25 AM
good to know it helped.... care to click on reputation ? >> ;)

mobila179
2013-02-12, 08:39 AM
good to know it helped.... care to click on reputation ? >> ;)

Without even you know :D ......added
Thanks

mickeyknox
2013-02-12, 03:43 PM
good to know it helped.... care to click on reputation ? >> ;)

already did dude :)