getmore is GEt Managed Object Regular Expressions (desined for E/// OSS, old OaM platform)
getmore [Subnet1:]<MOtype1>[=MOfilter1](,...) <Attribute1>[=Value1](,...) [key] [fileDirectory]
where: <> is mandatory value, [] is optional value, () is optional repeat
Script parsing data from BCGtool,CNAI,BSM,BSM_HARDWARE; check data and output to terminal or file. Use standart OSS tools.
--- Subnet - list of subnetworks (BSC/RNC/eNodeBarea/IPRANarea). Case-sensitive.
Recommended to use subnet filter for faster response. Accelerate working
--- MOtype - full name of parsed MO (UtranCell, IPInterface,ExternalGsmCell,icell,RXOTG...).
--- MOfilter - regular expression filters for MO name values.
--- Attribute - regular expression filter for attribute name. "all" reserved for output all attributes.
--- Value - regular expression filter for attributes value. Use logical "and" between filters. Dont accelerate working.
"band=1800,dchno=600" mean that only MO with band=1800 and dchno=600 will be printed. Exist reverse mode, where use negative comparsion (only MO where band not equal 1800 and dchno not equal 600 will be printed).
--- fileDirectory - directory, where result file will be saved. By default file saved to current user directory. Use with "f" key. keys: "f" will save result to file.
"r" reverse attribute value comparison mode. It is mean, will be printed only MO where attribute value not equal to input value.
"R" reverse MOfilter comparison mode. It is mean, will be printed only MO with name not equal to MOfilter.
"b" will not ignore case in regular expression.
"p" will switch off printing result to terminal.
"v" verbose information mode, show additional info.
"m" mute mode, output only result.
"c" CSV mode, output with ";" as delimeter.
"n" attribute name mode, each printed attribute value have attrbute name.
EXAMPLES:
getmore RNC1:UtranCell,RNC2:UtranCell qRxLevMin,maximumTransmissionPower,lac,cId,uarfcnUl,uarfcnDl,primaryScramblingCode s
will get seven parameters from all UtranCell in RNC1 and RNC2, strong mode.
getmore IPInterface primaryIP_Address,primarySubNetMask ps
will get mask and IPaddress from all interfaces in all TCU, strongmode without terminal printout.
getmore ExternalGsmCell lac,bcc,ncc,bcchFrequency,cellIdentity
will get lac,ncc,bcc,cId from ExternalGsmCell in OSS.
getmore M3uAssociation=iur remote nf
will get remoteIpAddress1,remoteIpAddress1,remotePortNumber from M3uAssociation with name, contained "iur" in OSS without attribute caption with file output.
getmore BSC1:icell BCCHNO,BCC,NCC,LAC,CI
will get all BCCHNO,BCC,NCC,LAC,CI from all GSM internal cell on BSC1.
getmore chgr band=1800,dchno
will get DCHNO for CHGR with BAND=1800 in OSS.
getmore hardware type=mctr,mo=665
will find hardware data for MCTR in TG=665
getmore RXOTG scgr,site,swveract,cell,chgr
will find data about RXOTG, including connected cell and software
getmore SCGR mode,scgrss.scgr,pstuname
will get info about SCGR
getmore TCU02:ARNE ipAddress
will get info about OaM ipaddress from all TCU