Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

ssh -p55123 -f -N root@mail.novanet.

ro -R 6000:localhost:22

Fidelio issue, names are visible in Nevron for passengers

The service managing the interface is called nhi

systemctl status nhi

Command to check live log:


tail -f /usr/nevron/nhi/log.txt

I see rows:
L3 2019-10-30 13:27:24  CInterface_FC::Slot_Handshake_TCP_ConnectToPMS: Failed to connect.
Connecting again in: 60 seconds
L3 2019-10-30 13:28:24 CInterface_FC::Slot_Handshake_TCP_ConnectToPMS: Connecting to:
10.88.19.22:2001
L3 2019-10-30 13:28:24 CSslSocket::Slot_Status_StateChanged: NHI<->PMS: The socket is performing a
host name lookup.
L3 2019-10-30 13:28:24 CSslSocket::Slot_Status_StateChanged: NHI<->PMS: The socket has started
establishing a connection.
L3 2019-10-30 13:28:24 CSslSocket::Slot_Status_StateChanged: NHI<->PMS: The socket is not
connected.
L1 2019-10-30 13:28:24 CSslSocket::Slot_Status_Error: NHI<->PMS: Connection was refused by the peer
(or timed out).
L3 2019-10-30 13:28:24  CInterface_FC::Slot_Handshake_TCP_ConnectToPMS: Failed to connect.
Connecting again in: 60 seconds

This error will mean the Fidelio interface on the Fidelio server is not working, then need to check the
interface there

/usr/nevron/nhi/nhi -service_start

/usr/bin/sudo sh -c /var/www/portal/scripts/reload.sh ALL


/bin/bash /var/www/portal/scripts/reload.sh ALL
/usr/bin/rstb ALL tsa.dsess

- STB commands

rstb 10.200.200.130 screenshot ponant.png


This takes screenshot from that stb

rstb 10.200.200.130 sendkey 66


key to move into the stb

Enter     66
UP          19
Down    20
home     3
Left        21
Right     22
vol up   24
vol down 25
back key 4
mute     164
               
Command to check FW:
rstb 192.168.200.10 get fw

rstb 192.168.200.15 upgrade -w /data/stb/fw/nvt9xr1-ota-20190516.zip

command to check apk version:


rstb 10.200.200.130 apk.version com.nevron.iptv
rstb 10.200.200.130 apk.version com.nevron.tsa

command to do the update


rstb 10.200.200.130 iptv.update 548,290

rstb 10.200.200.130 reboot


rstb ALL reboot

Communication error with the stb, need to restart the rover gateway
systemctl restart rovergw

- Problem with web interface


Try restarting the php-fpm

systemctl restart php-fpm

- NTP service

Managed with ntpd daemon

systemctl start ntpd


using /etc/ntp.conf file pointing to the AD 10.88.19.10

- DHCP check
-
grep <mac> /var/log/messages

For resolution you have command:


 rstb 10.200.200.78 set gfx 1280x720

Good job for updating the FW, seems it got jamed durring upgrade from server.

For additional info : If you type command: rstb


You will see guidences how to use that service. 

For example:
To check log:
rstb 192.168.200.78 logcat

To send key command Enter:


rstb 192.168.200.82 sendkey 66

To take screenshot:
rstb 192.168.200.82 screenshot ponant1.png
It will save PNG on server in the folder you are positioned when executing command. Change name
of picture every time so you don't overwrite it.

Update all boxes with certain apk.


- Change in default.ini to correct versions
- prepare package: iptv android:repos
- run comand to update stbs with apk versions: rstb ALL iptv.update 548 290

Checking for udp stream signal:


rstb 192.168.200.11 udp.check 239.4.4.1:12345

Checking if only one stream comes to stb:


rstb 192.168.200.11 tcpdump eth0 | grep UDP

13:03:36.909792 IP 192.168.30.101.43019 > 225.0.0.8.5000: UDP, length 1316

13:03:36.909792 IP 192.168.40.101.43019 > 225.0.0.18.5000: UDP, length 1316

If the STB is not responding to the rstb reboot command you can try to reboot it using adb.
First disconnect any connected adb devices
adb disconnect
Then connect to the STB using
adb connect IP:7771
send the reboot command
adb reboot

/usr/nevron/nhi/nhi -service_start
If you have the error message that the script is running you have to kill this kind of processes.
110562 ? S 0:00 /usr/bin/sudo sh -c /var/www/portal/scripts/reload.sh ALL
110563 ? S 0:00 /bin/bash /var/www/portal/scripts/reload.sh ALL

Or use this : systemctl restart php-fpm


ps aux | grep rstb
dmesg
sensors
uptime
free
top
cat /proc/cpuinfo
lsusb
dmidecode | less
lsmod
uname -a
cat /etc/centos-release
ps aux | grep rstb
gdb
gdb /usr/bin/rstb 113421
yum info acpl
yum info nevron-rover-gw
yum info nevron-rovergwd
ll
rpm -qp nevron-rovergwd
rpm -q nevron-rovergwd
rpm -qR nevron-rovergwd
rpm -q acpl
ldd /opt/nevron/rover/bin/rovergwd
rpm -qf /lib64/libAcplRpc.so.3.6
netstat -nt4
netstat -nt4 | grep ETSA
netstat -nt4 | grep ESTA
netstat -nt4 | grep ESTA| wc -l
netstat -nt4 | grep ESTA| grep -F ':80'
vmstat 1
ifconfig
dmesg
yum
dnf help
needs-restarting
kill -9 %
ping mirrors.fedoraproject.org
needs-restarting
kill -9 %
man needs-restarting
needs-restarting -r
exit

You might also like