Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


1. dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.Telemetry.Enable bool true
2. dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.Telemetry.Version string 2
3. dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.Telemetry.ConfigURL string https://xconf.rdkcentral.com:9092/loguploader/getT2Settings
4. touch /nvram/enable_t2_debug
5. reboot the device
6. pidof "telemetry2_0"

After board boot up, disable log rotation by using the command: 

$ systemctl disable rdkbLogMonitor

 Xconf server

...

http://35.155.171.121:9092/loguploader/getSettings?estbMacAddress=D8:58:D7:00:A5:D6&model=TurrisImage Removed


Configuring Telemetry on

...

RPI



  • Once the board is up , go to /etc/dcm.properties and add the below detail

DCM_LOG_SERVER_URL=http://35.155.171.121:9092/loguploader/getSettings
DCM_HTTP_SERVER_URL=http://35.155.171.121/xconf/telemetry_upload.php
DCM_LA_SERVER_URL=http://35.155.171.121/xconf/logupload.php

  • After board boot up, disable log rotation by using the command: 

$ systemctl disable rdkbLogMonitor

  1. Restart the dcm-log service using “systemctl restart dcm-log
  2. To check the status of the service “systemctl status dcm-log
  3. By triggering the service , Turris-Omnia starts uploading the logs to the xconf-server
  4. The log upload and Telemetry markers can be uploaded via http
  5. The profile can be verified using curl, conf file , through logs and in server as below

Curl Response

Execute the following command in turris board, and ensure the output$ curl 'http://35.155.171.121:9092/loguploader/getSettings?estbMacAddress=D8:58:D7:00:A5:D6&model=Turris'

Image Removed




 Configuration file

  • Once the profile details are successfully retrieved , the conf file will be created under /tmp which has the server configurations 

...

Ensure all the log files present in the zipped file

Known Issues/ Limitations

...