Versions Compared

Key

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

...

Telemetry Version : 2 (by default telemetry version as 1)

Below are the steps for enabling Telemetry 2.0 in RPI,
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" - check the running status of telemetry2 

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

...

Sample Successful logs for Telemetry 2 process Initialization in /rdklogs/logs/telemetry2_0.txt.0 ,

 Xconf server

...

Successful communication logs between device and xconf server in /rdklogs/logs/telemetry2_0.txt.0,


In T2, Receiving events from RDKB components  and comparing those events in Uploaded Makers list in xconf in /rdklogs/logs/telemetry2_0.txt.0,

JSON Report

Successful logs for sending the JSON report to xconf server in /rdklogs/logs/telemetry2_0.txt.0,

Configuration file

  • Once the profile details are successfully retrieved , the conf file will be created under /nvram/.t2persistentfolder/DCMresponse.txt which has the server configurations 

...