Thanks in advance,
The command is launched BSC level, so we can have the status either we have the DUG or BB ?
Thanks in advance,
The command is launched BSC level, so we can have the status either we have the DUG or BB ?
I need to have Admi state and op sate
Hi @OB_147, threre are no admin state and operational state, just state
cmedit get BSCNAME GeranCell.(GeranCellId==CELL,state)
how to check psc in commnad line interface
cmedit get RNC01 Utrancell.(Utrancellid==4329*,primaryscramblingcode) -t
Above command is to check one site only.
cmedit get RNC01 Utrancell.(primaryscramblingcode) -t
Before executing above command,
hit cntr+enter then write any file name as shown below and then Hit enter to save. You will get whole RNC Utrancell PSCs.
just change rnc Name RNC01 and UtrancellId as per your network. You will get the PSC for the cell/site you want,
For multiple sites/cells, you need run above 2nd command and download file.
Hi, how can we change the printout of cmedit get in table format of any MO to the format used with cmedit set in an easy way, thanks
Hi @amer1562
Putting “-t” or “–table” at the end of the command will output the output in a table format. In case of not placing it, it will be a format similar to JSON.
is there a script to query all ip information of enodeb,DUW and DUG?
Thank You All
Hello All,
which command can used from CLI to know @IP for node DU or BB with OSS ID /IUB ??
thanks in advance
BB
cmedit get * ComConnectivityInformation.ipAddress -t -s
DU
cmedit get * CppConnectivityInformation.ipAddress -t -s
tcu
cmedit get * StnConnectivityInformation.ipAddress -t -s
Bsc
get * BscConnectivityInformation.ipAddress -t -s
Whats the command for check VSWR and rtwp on specific site and specific cell?
cmedit get * RfPort.vswrValue.returnLoss) -t
What’s the command for reset BBU?
Hi, @salebgd
cmedit action RBSNAME FieldReplaceableUnit restartUnit.(restartRank=RESTART_COLD,restartReason=PLANNED_RECONFIGURATION,restartInfo=MYTEXT) --force
Thank you
hello
hope doing well
how can change passwords for TCU in ENM?
I got the same question. Can’t find a character wildcard for CLI commands.
Does anyone know how I Output ProductName and SerialNumber in 2 differentes coloums ?
cmedit get SLSACM04 FieldReplaceableUnit.(productData.(productName,serialNumber)) -t -s
Hi, @Mistolejo, no any chances, only from python enmscripting
lib .