Versions Compared

Key

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

...

          Flow: Xconf-server -> Common -> Models
          Click on Create, Enter the ID and Description fields, click on Save.

           

           Image RemovedImage Added


  • Define Mac List

          Flow: Xconf-server -> Common -> MAC Lists -> Create -> Add your Device MAC address -> Save.

          Image Removed Image Added


  • Define IP List

          Flow: Xconf-server -> Common -> IP Lists -> Create-> Create -> Add your device IP address -> Save.

          Image Removed Image Added

          

Feature Validation: LogUpload

...

           LOG_SERVER=xconf.rdkcentral.com
           DCM_LOG_SERVER=https://xconf.rdkcentral.com/xconf/logupload.php
           DCM_LOG_SERVER_URL=https://xconf.rdkcentral.com:19092/loguploader/getSettings
           DCM_SCP_SERVER=xconf.rdkcentral.com
           HTTP_UPLOAD_LINK=https://xconf.rdkcentral.com/xconf/telemetry_upload.php
           DCA_UPLOAD_URL=xconf.rdkcentral.com

           DCM_HTTP_SERVER_URL=https://xconf.rdkcentral.com/xconf/telemetry_upload.php
           DCM_LA_SERVER_URL=https://xconf.rdkcentral.com/xconf/logupload.php

...

          Flow: Xconf-server -> DCM -> Upload repository -> create ->save
          Name: <Unique Identifier>
          Description: <Unique Identifier>
          URL:  HTTPS: https://xconf.rdkcentral.com/xconf/logupload.php

          Image Removed Image Added


  • Defining the formula

           Flow: Xconf-server -> DCM -> Formulas -> Create
           Name: <unique name for log upload>
           Description: <Short description for log upload>
           Percentage: 100
           Build condition:  estbMacAddress IS <MAC Address> OR estbIP IS <IP Address> 
                                    (or)  estbMacAddress IS <MAC Address>  AND model is <Model Name>   (Model name is already configured under Common Tab)

           Image RemovedImage Added


  • As soon as the formula is saved, then a ‘define Settings’ tab with ‘Create Device Settings’, ‘Create log settings’, Create VOD settings’ will be available.

...

  • Click on 'Create Device Settings' tab and edit the Device Settings.

           Image RemovedImage Added


  • Click on ‘Create Log Update setting’ and Edit the Log upload Setting (Create schedule & add the upload repository created beforehand).

           Name: Enter the name given during Log Upload Formula Creation.
           Note: The formula will be effective only if we select 'Are Settings Active' option to 'true' in 'Create Device Settings' and 'Log Upload settings'.

           Image RemovedImage Added


Verification at Xconf UI.

...

  • Parameters: give a parameter that will match the one of the formulas that you have created.
    • estbMacAddress < MAC Address> or
    • estbIP <IP Address>
    • model <Model Name>

Image Added       Image Removed



          Log Upload: Client End Verification (In RPI)


  • Sample Output:

          Image Removed Image Added

  • On successful Log upload, conf file will be created under /tmp directory. This file contains the details of log upload settings which are already configured in the server.
              File : /tmp/DCMSettings.conf

         Image RemovedImage Added


  • Verify the logs in /rdklogs/logs/dcmscript.log file
  • The log file contains the details of
    • Service status, tftp details, reboot flag , check on reboot flag ,
    • Upload settings details – location, protocol.
  • Shows list of files which are to be uploaded to the server as a tar file (logs will be zipped and creates a tar file on every bootup/service restart), Backup folder details (/rdklogs/logs/PreviousLogs_backup)
  • HTTP request processing status.   
  • Log files are stored in .tgz format and markers are stored in <mac_address>-TELE-<date>.json

         Image RemovedImage Added

  • Json response on server

         Image Removed

  • Log files are stored in .tgz format and markers are stored in <mac_address>-TELE-<date>.json

         Image Removed

...

Image Added

         Attaching sample file B8_27_EB_22_16_36-Logs-11-10-21-07-00AM.tgz


Feature Validation: Telemetry

...

  • The permanent profile must have the below entries
    • Name of the RPI device profile
    • Upload Repository (HTTP/TFTP, HTTPS)(HTTPS:https://xconf.rdkcentral.com/xconf/telemetry_upload.php)
    • Telemetry profile Entries(We can add multiple telemetry profiles using “+” button.
    • In the Telemetry Permanent Profile page, there will be a 5th column that allows a component name to be entered. The component name is optional and may be present for only some of the entries in the Telemetry profile.

          Image Removed Image Added


  • Once you save the permanent profile, you will get a message overlay ‘Profile added to the pending changes’. Then go to Changes -> select the profile you create -> Click on “Approve selected changes”.

           Image Added


           Image AddedImage Removed


  • Then the permanent profile will be listed under Telemetry - > Permanent profiles.
  • Creating targeting rules for RPI
    • Flow: X-conf-server -> Telemetry -> Targeting rules -> Create
    • Name : Name of the Targeting Rule
    • Rule : ex : estbMacAddress IS <MAC Address>
    • Bound Profile : Choose the Permanent Profile

           Image RemovedImage Added

  • Verification of telemetry test page.
    After creating the permanent profile and targeting rules, go to Telemetry->Test page and give a parameter that will match the one of the rules that you have created. Then matched rule will be displayed like below.

           Image RemovedImage Added


         Sample Output

          Image Removed Image Added


  • Server configuration that we set in Xconf server is copied to /tmp/DCMSettings.conf file.

           Image RemovedImage Added


  • Logs and Telemetry markers are uploaded via HTTPS to the xconf server https://xconf.rdkcentral.com/xconf/upload/ (To view the page : https://xconf.rdkcentral.com/xconf/upload/display.php)
  • Log files are stored in .tgz format and markers are stored in <mac_address>-TELE-<date>.json
  • Sample Log is as below

    root@RaspberryPi-Gateway:/rdklogs/logs#
    root@RaspberryPi-Gateway:/rdklogs/logs# tail -f telemetry.log
    211110-06:10:14.269011 dca: Using Direct commnication
    •    Sample number of proUPdel1:42
    Upload protocol telemetry is:HTTP
    before HTTP upload
    number of httpdeli:42
    HTTPTELEMETRYURL:http://35.161.239.220/xconf/telemetry_upload.php
    opensource platforms----------------------------
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-06:59:32.843185 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE------CURL_CMD:curl --tlsv1.2 -w '%{http_code}\n' -H "Accept: application/json" -H "Content-type: application/json" -X POST -d @/nvramtmp/rtl_json.txt 'http://35.161.239.220/xconf/telemetry_upload.php' --connect-timeout 30 -m 30
    number of proUPdel2:42
    Upload protocol logupload is:HTTP
    before HTTP log upload
    HTTPLOGUPLOADURL:http://35.161.239.220/xconf/logupload.php
    upload log file is:11-10-21-06-08AM.tgz
    .telemetry_previous_log_done
    230411-06:59:42.866790 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE-----------CURL_CMD2:curl -w '%{http_code}\n' -F filename=@/rdklogs/logs//PreviousLogs/B8:27:EB:22:16:36-Logs-11-10-21-06-08AM.tgz 'http://35.161.239.220/xconf/logupload.php' --connect-timeout 100 -m 100
    http code in telemetry is :200
    HTTP telemetry curl upload succeded!!!!!!!!!!!!!!!!!
    http_code is :200
    HTTP log upload succeded!!!!!!!!!!!!!!!!!
    number of proUPdel2:42
    Upload protocol logupload is:HTTP
    before HTTP log upload
    HTTPLOGUPLOADURL:http://35.161.239.220--/tmp/.telemetry_previous_log_done
    230411-06:59:52.890779 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:00:02.914375 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:00:12.937990 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:00:22.961802 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:00:32.986518 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:00:43.011579 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:00:53.035361 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:01:03.059069 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:01:13.083146 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:01:23.107606 waiting for previous log done file
    TELEMETRY_PREVIOUS_LOG_COMPLETE--------------/tmp/.telemetry_previous_log_done
    230411-07:01:33.131361 waiting for previous log done file
    230411-07:01:43.146667 Max wait for previous log done file reached. Proceeding with new config from xconf
    before calling dca_utility  start of TELEMETRY LOGIC-----------------
    inside dca_utility script with 1 as value for arguments
    No dca-utility pid -------
    230411-07:01:43.329827 First dca execution after bootup. Clearing all markers.
    230411-07:01:43.360777 Telemetry Folder does not exist . Creating now
    230411-07:01:43.383522 dca: Trigger type is :1
    triggertype------------1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  1890    0  1890    0     0   1231      0 --:--:--  0:00:01 --:--:--  1230
    sleep for :------------------
    770
    calling processJsonResponse--------
    after calling processJsonResponse-----------
    after calling clearTelemetryConfig-----------
    after calling generateTelemetryConfig--------
    schedulecronjob!!
    after calling scheduleCron-------------------
    dcaoutputjson----!!!!!!!!!!!!----{"searchResult":[{"Firewall":"9"},{"<remaining_keys>":"<remaining_values>"}]}
    230411-07:01:52.295101 getAccountId() called from: /lib/rdk/dca_utility.sh -  partner_id retrieved from syscfg.db : RDKM
    230411-07:01:52.423759 getAccountId() called from: /lib/rdk/dca_utility.sh -  account_id is not available from syscfg.db or tr181 param, defaulting to Unknown...
    outputjson---------------{"Profile":"RDKB"},{"mac":"E4:5F:01:FB:13:4B"},{"erouterIpv4":"192.168.225.58"},{"erouterIpv6":"<#=#>EROUTER_IPV6<#=#>"},{"PartnerId":"RDKM"},{"AccountId":"Unknown"},{"Version":"rdkb-generic-broadband-image_rdk-next_20230405075111"},{"Time":"2023-04-11 07:01:52"}
    outputjson1---------------{"searchResult":[{"Firewall":"9"},{"Profile":"RDKB"},{"mac":"E4:5F:01:FB:13:4B"},{"erouterIpv4":"192.168.225.58"},{"erouterIpv6":"<#=#>EROUTER_IPV6<#=#>"},{"PartnerId":"RDKM"},{"AccountId":"Unknown"},{"Version":"rdkb-generic-broadband-image_rdk-next_20230405075111"},{"Time":"2023-04-11 07:01:52"}]}
    TELEMETRY_JSON_RESPONSE file is -----------/nvram/rtl_json.txt
    number of proUPdel:90
    Upload protocol is:HTTPS
    HTTPURL:https://xconf.rdkcentral.com/xconf/logupload.php
    ifconfig: eth0: error fetching interface information: Device not found
    ifconfig: eth0: error fetching interface information: Device not found
    =============Telemetry has file only one upload=======================
    call uploadLogOnReboot
    Sleeping for seven minutes
    ifconfig: eth0: error fetching interface information: Device not found
    grep: /etc/syslog.conf: No such file or directory
    grep: /etc/syslog.conf: No such file or directory
    call uploadLogOnReboot
    Sleeping for seven minutes
    230411-07:02:04.286149 dca: Using Direct commnication
    number of proUPdel1:90
    Upload protocol telemetry is:HTTPS
    before HTTP upload
    number of httpdeli:90
    HTTPTELEMETRYURL:https://xconf.rdkcentral.com/xconf/telemetry_upload.php
    ------CURL_CMD:curl --tlsv1.2 -w '%{http_code}\n' -H "Accept: application/json" -H "Content-type: application/json" -X POST -d @/nvram/rtl_json.txt 'https://xconf.rdkcentral.com/xconf/telemetry_upload.php' --connect-timeout 30 -m 30
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100   299    0     0  100   299      0    263  0:00:01  0:00:01 --:--:--   263
    http code in telemetry is :200
    HTTP telemetry curl upload succeded!!!!!!!!!!!!!!!!!
    Done sleeping prev logpath /rdklogs/logs//PreviousLogs
    ckp100-------------prev log path-------------/rdklogs/logs//PreviousLogs
    rm: cannot remove `04-11-23-07-01AM.tgz': No such file or directory
    ckp101---------------------upload log-----true
    total 563
    drwxr-xr-x 2 root root   1024 Apr 11 07:02 .
    drwxr-xr-x 4 root root   3072 Apr 11 07:01 ..
    -rw-r--r-- 1 root root   9240 Apr 11 07:02 04-11-23-07-02AM-ArmConsolelog.txt.0
    -rw-r--r-- 1 root root    529 Apr 11 07:01 04-11-23-07-02AM-BootTime.log
    -rw-r--r-- 1 root root  13541 Apr 11 07:02 04-11-23-07-02AM-CRlog.txt.0
    -rw-r--r-- 1 root root  63697 Apr 11 07:02 04-11-23-07-02AM-Consolelog.txt.0
    -rw-r--r-- 1 root root  85613 Apr 11 07:01 04-11-23-07-02AM-FirewallDebug.txt
    -rw-r--r-- 1 root root   2659 Apr 11 07:02 04-11-23-07-02AM-LM.txt.0
    -rw-r--r-- 1 root root  17456 Apr 11 07:01 04-11-23-07-02AM-MnetDebug.txt
    -rw-r--r-- 1 root root  89703 Apr 11 07:02 04-11-23-07-02AM-PAMlog.txt.0
    -rw-r--r-- 1 root root   7557 Apr 11 07:02 04-11-23-07-02AM-PARODUSlog.txt.0
    -rw-r--r-- 1 root root 152586 Apr 11 07:02 04-11-23-07-02AM-PSMlog.txt.0
    -rw-r--r-- 1 root root   2967 Apr 11 07:02 04-11-23-07-02AM-TDMlog.txt.0
    -rw-r--r-- 1 root root  10988 Apr 11 07:02 04-11-23-07-02AM-TR69log.txt.0
    -rw-r--r-- 1 root root  67106 Apr 11 07:02 04-11-23-07-02AM-WEBPAlog.txt.0
    -rw-r--r-- 1 root root  36328 Apr 11 07:02 04-11-23-07-02AM-WiFilog.txt.0
    -rw-r--r-- 1 root root    730 Apr 11 07:01 04-11-23-07-02AM-dcmscript.log
    -rw-r--r-- 1 root root   1094 Apr 11 07:01 04-11-23-07-02AM-swupdate.log
    -rw-r--r-- 1 root root    203 Apr 11 07:02 04-11-23-07-02AM-version.txt
    Done sleeping prev logpath /rdklogs/logs//PreviousLogs
    ckp100-------------prev log path-------------/rdklogs/logs//PreviousLogs
    rm: cannot remove `04-11-23-07-01AM.tgz': No such file or directory
    ckp101---------------------upload log-----true
    total 563
    drwxr-xr-x 2 root root   1024 Apr 11 07:02 .
    drwxr-xr-x 4 root root   3072 Apr 11 07:01 ..
    -rw-r--r-- 1 root root   9240 Apr 11 07:02 04-11-23-07-02AM-ArmConsolelog.txt.0
    -rw-r--r-- 1 root root    529 Apr 11 07:01 04-11-23-07-02AM-BootTime.log
    -rw-r--r-- 1 root root  13541 Apr 11 07:02 04-11-23-07-02AM-CRlog.txt.0
    -rw-r--r-- 1 root root  63697 Apr 11 07:02 04-11-23-07-02AM-Consolelog.txt.0
    -rw-r--r-- 1 root root  85613 Apr 11 07:01 04-11-23-07-02AM-FirewallDebug.txt
    -rw-r--r-- 1 root root   2659 Apr 11 07:02 04-11-23-07-02AM-LM.txt.0
    -rw-r--r-- 1 root root  17456 Apr 11 07:01 04-11-23-07-02AM-MnetDebug.txt
    -rw-r--r-- 1 root root  89703 Apr 11 07:02 04-11-23-07-02AM-PAMlog.txt.0
    -rw-r--r-- 1 root root   7557 Apr 11 07:02 04-11-23-07-02AM-PARODUSlog.txt.0
    -rw-r--r-- 1 root root 152586 Apr 11 07:02 04-11-23-07-02AM-PSMlog.txt.0
    -rw-r--r-- 1 root root   2967 Apr 11 07:02 04-11-23-07-02AM-TDMlog.txt.0
    -rw-r--r-- 1 root root  10988 Apr 11 07:02 04-11-23-07-02AM-TR69log.txt.0
    -rw-r--r-- 1 root root  67106 Apr 11 07:02 04-11-23-07-02AM-WEBPAlog.txt.0
    -rw-r--r-- 1 root root  36328 Apr 11 07:02 04-11-23-07-02AM-WiFilog.txt.0
    -rw-r--r-- 1 root root    730 Apr 11 07:01 04-11-23-07-02AM-dcmscript.log
    -rw-r--r-- 1 root root   1094 Apr 11 07:01 04-11-23-07-02AM-swupdate.log
    -rw-r--r-- 1 root root    203 Apr 11 07:02 04-11-23-07-02AM-version.txt
    ckp101--------------------------
    ckp101--------------------------
    Image Upgrade During Bootup ..!
    Main APP of devinitFWDNLD---
    2023-04-11 07:03:31 version = rdkb-generic-broadband-image_rdk-next_20230405075111
    2023-04-11 07:03:31 buildtype = dev
    Mac in jsonstr:E4:5F:01:FB:13:4B&model=RPI&capabilities=RCDL&capabilities=supportsFullHttpUrl
    2023-04-11 07:03:31 JSONSTR: E4:5F:01:FB:13:4B&model=RPI&capabilities=RCDL&capabilities=supportsFullHttpUrl
    Trying to communicate with XCONF server
    URL_CMD: curl -w %{http_code} 'https://xconf.rdkcentral.com:19092/xconf/swu/stb?eStbMac=E4:5F:01:FB:13:4B&model=RPI&capabilities=RCDL&capabilities=supportsFullHttpUrl' -o /rdklogs/logs/response.txt >> /rdklogs/logs/xconf_curl_httpcode
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100   529    0   529    0     0    344      0 --:--:--  0:00:01 --:--:--   344
    CKP: error from cloud exiting,check in upcoming reboot-------------
    number of proUPdel2:90
    Upload protocol logupload is:HTTPS
    before HTTP log upload
    HTTPLOGUPLOADURL:https://xconf.rdkcentral.com/xconf/logupload.php
    upload log file is:04-11-23-07-01AM.tgz
    ------CURL_CMD2:curl -w '%{http_code}\n' -F filename=@/rdklogs/logs//PreviousLogs/E4:5F:01:FB:13:4B-Logs-04-11-23-07-01AM.tgz 'https://xconf.rdkcentral.com/xconf/logupload.php' --connect-timeout 100 -m 100
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 65042  100    30  100 65012     15  33719  0:00:02  0:00:01  0:00:01 33735
    http_code is :200
    HTTP log upload succeded!!!!!!!!!!!!!!!!!
    number of proUPdel2:90
    Upload protocol logupload is:HTTPS
    before HTTP log upload
    HTTPLOGUPLOADURL:https://xconf.rdkcentral.com/xconf/logupload.php
    upload log file is:04-11-23-07-01AM.tgz
    ------CURL_CMD2:curl -w '%{http_code}\n' -F filename=@/rdklogs/logs//PreviousLogs/E4:5F:01:FB:13:4B-Logs-04-11-23-07-01AM.tgz 'https://xconf.rdkcentral.com/xconf/logupload.php' --connect-timeout 100 -m 100
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100 65042  100    30  100 65012     16  36198  0:00:01  0:00:01 --:--:-- 36214
    http_code is :200
    HTTP log upload succeded!!!!!!!!!!!!!!!!!
    230411-07:04:32.736994 Log size max reached
    230411-07:04:32.821587 UPLOAD_LOGS val is false
    230411-07:04:32.829339 Log upload is disabled. Removing indicator in regular upload
    /rdklogger/rdkbLogMonitor.sh: line 884: cd: /tmp/logs/: No such file or directory
    /rdklogger/rdkbLogMonitor.sh: line 894: cd: OLDPWD not set
    230411-07:04:32.932390 Get all parameters to create sysDescr...
    230411-07:04:33.351295 RDKB_SYSDESCR :  Raspberry Pi 3 device  HW_REV: b03115; VENDOR:  Raspberry Pi Foundation ; BOOTR: BootloaderVersion; SW_REV: NotSupported_rdkb-generic-broadband-image_rdk-next_20230405075111; MODEL: RPI
    230411-07:04:33.359898 sync logs to nvram2
    tail: error reading `/rdklogs/logs/PreviousLogs': Is a directory
    tail: error reading `/rdklogs/logs/PreviousLogs_backup': Is a directory
    cat: /sys/class/net/eth0/address: No such file or directory
    230411-07:04:37.763248 [DEBUG] ++IN function backupnvram2logs
    230411-07:04:37.786904 [DEBUG] /rdklogger/rdkbLogMonitor.sh Notify telemetry to execute now before log upload !!!
    inside dca_utility script with 1 as value for arguments
    No dca-utility pid -------
    cp: cannot stat `/nvram/.telemetry/rtl_*': No such file or directory
    230411-07:04:37.947660 dca: Trigger type is :2
    triggertype------------2
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  1890    0  1890    0     0   1279      0 --:--:--  0:00:01 --:--:--  1280
    Done Uploading Logs and removing rtl_json.txt file
    sleep for :------------------
    dcaoutputjson----!!!!!!!!!!!!----{"searchResult":[{"<remaining_keys>":"<remaining_values>"}]}
    230411-07:04:44.693759 getAccountId() called from: /lib/rdk/dca_utility.sh -  partner_id retrieved from syscfg.db : RDKM
    230411-07:04:44.814488 getAccountId() called from: /lib/rdk/dca_utility.sh -  account_id is not available from syscfg.db or tr181 param, defaulting to Unknown...
    outputjson---------------{"Profile":"RDKB"},{"mac":"E4:5F:01:FB:13:4B"},{"erouterIpv4":"192.168.225.58"},{"erouterIpv6":"null"},{"PartnerId":"RDKM"},{"AccountId":"Unknown"},{"Version":"rdkb-generic-broadband-image_rdk-next_20230405075111"},{"Time":"2023-04-11 07:04:44"}
    outputjson1---------------{"searchResult":[{"Profile":"RDKB"},{"mac":"E4:5F:01:FB:13:4B"},{"erouterIpv4":"192.168.225.58"},{"erouterIpv6":"null"},{"PartnerId":"RDKM"},{"AccountId":"Unknown"},{"Version":"rdkb-generic-broadband-image_rdk-next_20230405075111"},{"Time":"2023-04-11 07:04:44"}]}
    Done Uploading Logs and removing rtl_json.txt file
    mv: cannot stat `*': No such file or directory
    TELEMETRY_JSON_RESPONSE file is -----------/nvram/rtl_json.txt
    tail: Consolelog.txt.0: file truncated
    call uploadLogOnReboot
    Sleeping for seven minutes
    No dca-utility pid -------
    230411-07:05:00.716689 Telemetry Folder does not exist . Creating now
    230411-07:05:00.737089 dca: Trigger type is :1
    triggertype------------1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
      0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Done sleeping prev logpath /rdklogs/logs//PreviousLogs
    ckp100-------------prev log path-------------/rdklogs/logs//PreviousLogs
    rm: cannot remove `04-11-23-07-04AM.tgz': No such file or directory
    100  1890    0  1890    0     0ckp101---------------------upload log-----true0
       1323      0 --:--:--  0:00:01 --:--:--  1323
    total 574
    drwxr-xr-x 2 root root   1024 Apr 11 07:05 .
    drwxr-xr-x 4 root root   3072 Apr 11 07:04 ..
    -rw-r--r-- 1 root root   9240 Apr 11 07:04 04-11-23-07-05AM-ArmConsolelog.txt.0
    -rw-r--r-- 1 root root    529 Apr 11 07:04 04-11-23-07-05AM-BootTime.log
    -rw-r--r-- 1 root root      0 Apr 11 07:04 04-11-23-07-05AM-CRlog.txt.0
    -rw-r--r-- 1 root root  74166 Apr 11 07:04 04-11-23-07-05AM-Consolelog.txt.0
    -rw-r--r-- 1 root root  85613 Apr 11 07:04 04-11-23-07-05AM-FirewallDebug.txt
    -rw-r--r-- 1 root root      0 Apr 11 07:04 04-11-23-07-05AM-LM.txt.0
    -rw-r--r-- 1 root root  17456 Apr 11 07:04 04-11-23-07-05AM-MnetDebug.txt
    -rw-r--r-- 1 root root  89703 Apr 11 07:04 04-11-23-07-05AM-PAMlog.txt.0
    -rw-r--r-- 1 root root   9681 Apr 11 07:04 04-11-23-07-05AM-PARODUSlog.txt.0
    -rw-r--r-- 1 root root 152586 Apr 11 07:04 04-11-23-07-05AM-PSMlog.txt.0
    -rw-r--r-- 1 root root   2967 Apr 11 07:04 04-11-23-07-05AM-TDMlog.txt.0
    -rw-r--r-- 1 root root  10988 Apr 11 07:04 04-11-23-07-05AM-TR69log.txt.0
    -rw-r--r-- 1 root root  71226 Apr 11 07:04 04-11-23-07-05AM-WEBPAlog.txt.0
    -rw-r--r-- 1 root root  44372 Apr 11 07:04 04-11-23-07-05AM-WiFilog.txt.0
    -rw-r--r-- 1 root root   4932 Apr 11 07:04 04-11-23-07-05AM-dcmscript.log
    -rw-r--r-- 1 root root   1555 Apr 11 07:04 04-11-23-07-05AM-swupdate.log
    -rw-r--r-- 1 root root    203 Apr 11 07:04 04-11-23-07-05AM-version.txt
    sleep for :------------------
    770
    calling processJsonResponse--------
    after calling processJsonResponse-----------
    after calling clearTelemetryConfig-----------
    after calling generateTelemetryConfig--------
    schedulecronjob!!
    after calling scheduleCron-------------------
    dcaoutputjson----!!!!!!!!!!!!----{"searchResult":[{"<remaining_keys>":"<remaining_values>"}]}
    230411-07:05:08.918136 getAccountId() called from: /lib/rdk/dca_utility.sh -  partner_id retrieved from syscfg.db : RDKM
    230411-07:05:09.025552 getAccountId() called from: /lib/rdk/dca_utility.sh -  account_id is not available from syscfg.db or tr181 param, defaulting to Unknown...
    outputjson---------------{"Profile":"RDKB"},{"mac":"E4:5F:01:FB:13:4B"},{"erouterIpv4":"192.168.225.58"},{"erouterIpv6":"<#=#>EROUTER_IPV6<#=#>"},{"PartnerId":"RDKM"},{"AccountId":"Unknown"},{"Version":"rdkb-generic-broadband-image_rdk-next_20230405075111"},{"Time":"2023-04-11 07:05:09"}
    outputjson1---------------{"searchResult":[{"Profile":"RDKB"},{"mac":"E4:5F:01:FB:13:4B"},{"erouterIpv4":"192.168.225.58"},{"erouterIpv6":"<#=#>EROUTER_IPV6<#=#>"},{"PartnerId":"RDKM"},{"AccountId":"Unknown"},{"Version":"rdkb-generic-broadband-image_rdk-next_20230405075111"},{"Time":"2023-04-11 07:05:09"}]}
    TELEMETRY_JSON_RESPONSE file is -----------/nvram/rtl_json.txt
    number of proUPdel:90
    Upload protocol is:HTTPS
    HTTPURL:https://xconf.rdkcentral.com/xconf/logupload.php
    ifconfig: eth0: error fetching interface information: Device not found
    ifconfig: eth0: error fetching interface information: Device not found
    =============Telemetry has file only one upload=======================
    call uploadLogOnReboot
    Sleeping for seven minutes
    230411-07:05:20.709032 dca: Using Direct commnication
    number of proUPdel1:90
    Upload protocol telemetry is:HTTPS
    before HTTP upload
    number of httpdeli:90
    HTTPTELEMETRYURL:https://xconf.rdkcentral.com/xconf/telemetry_upload.php
    ------CURL_CMD:curl --tlsv1.2 -w '%{http_code}\n' -H "Accept: application/json" -H "Content-type: application/json" -X POST -d @/nvram/rtl_json.txt 'https://xconf.rdkcentral.com/xconf/telemetry_upload.php' --connect-timeout 30 -m 30
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100   282    0     0  100   282      0    218  0:00:01  0:00:01 --:--:--   218
    http code in telemetry is :200
    HTTP telemetry curl upload succeded!!!!!!!!!!!!!!!!!
    Done sleeping prev logpath /rdklogs/logs//PreviousLogs
    ckp100-------------prev log path-------------/rdklogs/logs//PreviousLogs
    rm: cannot remove `04-11-23-07-05AM.tgz': No such file or directory
    ckp101---------------------upload log-----true
    total 17
    drwxr-xr-x 2 root root 3072 Apr 11 07:05 .
    drwxr-xr-x 4 root root 3072 Apr 11 07:04 ..
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-ArmConsolelog.txt.0
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-BootTime.log
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-CRlog.txt.0
    -rw-r--r-- 1 root root 4176 Apr 11 07:05 04-11-23-07-05AM-Consolelog.txt.0
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-FirewallDebug.txt
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-LM.txt.0
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-MnetDebug.txt
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-PAMlog.txt.0
    -rw-r--r-- 1 root root  121 Apr 11 07:05 04-11-23-07-05AM-PARODUSlog.txt.0
    -rw-r--r-- 1 root root  175 Apr 11 07:05 04-11-23-07-05AM-PSMlog.txt.0
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-TDMlog.txt.0
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-TR69log.txt.0
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-WEBPAlog.txt.0
    -rw-r--r-- 1 root root 1236 Apr 11 07:05 04-11-23-07-05AM-WiFilog.txt.0
    -rw-r--r-- 1 root root  485 Apr 11 07:05 04-11-23-07-05AM-dcmscript.log
    -rw-r--r-- 1 root root    0 Apr 11 07:05 04-11-23-07-05AM-swupdate.log
    -rw-r--r-- 1 root root  203 Apr 11 07:05 04-11-23-07-05AM-version.txt
    ckp101--------------------------
    ckp101--------------------------
    number of proUPdel2:90
    Upload protocol logupload is:HTTPS
    before HTTP log upload
    HTTPLOGUPLOADURL:https://xconf.rdkcentral.com/xconf/logupload.php
    upload log file is:04-11-23-07-04AM.tgz
    ------CURL_CMD2:curl -w '%{http_code}\n' -F filename=@/rdklogs/logs//PreviousLogs/E4:5F:01:FB:13:4B-Logs-04-11-23-07-04AM.tgz 'https://xconf.rdkcentral.com/xconf/logupload.php' --connect-timeout 100 -m 100
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  2675  100    30  100  2645     24   2189  0:00:01  0:00:01 --:--:--  2216
    http_code is :200
    HTTP log upload succeded!!!!!!!!!!!!!!!!!
    number of proUPdel2:90
    Upload protocol logupload is:HTTPS
    before HTTP log upload
    HTTPLOGUPLOADURL:https://xconf.rdkcentral.com/xconf/logupload.php
    upload log file is:04-11-23-07-05AM.tgz
    ------CURL_CMD2:curl -w '%{http_code}\n' -F filename=@/rdklogs/logs//PreviousLogs/E4:5F:01:FB:13:4B-Logs-04-11-23-07-05AM.tgz 'https://xconf.rdkcentral.com/xconf/logupload.php' --connect-timeout 100 -m 100
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  5432  100    30  100  5402     25   4554  0:00:01  0:00:01 --:--:--  4583
    http_code is :200
    HTTP log upload succeded!!!!!!!!!!!!!!!!!
    Done Uploading Logs and removing rtl_json.txt file
    Done Uploading Logs and removing rtl_json.txt file
    mv: cannot stat `*': No such file or directory
    230411-07:08:48.518731 RDK_LOGGER: Syncing every 10 minutes for initial 30 minutes
    230411-07:08:48.527724 sync logs to nvram2
    tail: error reading `/rdklogs/logs/PreviousLogs': Is a directory
    tail: error reading `/rdklogs/logs/PreviousLogs_backup': Is a directory
    killall: mldproxy: no process killed
     mldproxy not found
    No dca-utility pid -------
    cp: cannot stat `/nvram/.telemetry/rtl_*': No such file or directory
    230411-07:10:00.749149 dca: Trigger type is :1
    triggertype------------1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  1890    0  1890    0     0   1276      0 --:--:--  0:00:01 --:--:--  1275
    sleep for :------------------
    770
    calling processJsonResponse--------
    after calling processJsonResponse-----------
    after calling clearTelemetryConfig-----------
    after calling generateTelemetryConfig--------
    schedulecronjob!!
    after calling scheduleCron-------------------
    dcaoutputjson----!!!!!!!!!!!!----{"searchResult":[{"<remaining_keys>":"<remaining_values>"}]}
    230411-07:10:09.023676 getAccountId() called from: /lib/rdk/dca_utility.sh -  partner_id retrieved from syscfg.db : RDKM
    230411-07:10:09.132621 getAccountId() called from: /lib/rdk/dca_utility.sh -  account_id is not available from syscfg.db or tr181 param, defaulting to Unknown...
    outputjson---------------{"Profile":"RDKB"},{"mac":"E4:5F:01:FB:13:4B"},{"erouterIpv4":"192.168.225.58"},{"erouterIpv6":"<#=#>EROUTER_IPV6<#=#>"},{"PartnerId":"RDKM"},{"AccountId":"Unknown"},{"Version":"rdkb-generic-broadband-image_rdk-next_20230405075111"},{"Time":"2023-04-11 07:10:09"}
    outputjson1---------------{"searchResult":[{"Profile":"RDKB"},{"mac":"E4:5F:01:FB:13:4B"},{"erouterIpv4":"192.168.225.58"},{"erouterIpv6":"<#=#>EROUTER_IPV6<#=#>"},{"PartnerId":"RDKM"},{"AccountId":"Unknown"},{"Version":"rdkb-generic-broadband-image_rdk-next_20230405075111"},{"Time":"2023-04-11 07:10:09"}]}
    TELEMETRY_JSON_RESPONSE file is -----------/nvram/rtl_json.txt
    number of proUPdel:90
    Upload protocol is:HTTPS
    HTTPURL:https://xconf.rdkcentral.com/xconf/logupload.php
    ifconfig: eth0: error fetching interface information: Device not found
    ifconfig: eth0: error fetching interface information: Device not found
    =============Telemetry has file only one upload=======================
    call uploadLogOnReboot
    Sleeping for seven minutes
    230411-07:10:21.023097 dca: Using Direct commnication
    number of proUPdel1:90
    Upload protocol telemetry is:HTTPS
    before HTTP upload
    number of httpdeli:90
    HTTPTELEMETRYURL:https://xconf.rdkcentral.com/xconf/telemetry_upload.php
    ------CURL_CMD:curl --tlsv1.2 -w '%{http_code}\n' -H "Accept: application/json" -H "Content-type: application/json" -X POST -d @/nvram/rtl_json.txt 'https://xconf.rdkcentral.com/xconf/telemetry_upload.php' --connect-timeout 30 -m 30
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100   282    0     0  100   282      0    262  0:00:01  0:00:01 --:--:--   262
    http code in telemetry is :200
    HTTP telemetry curl upload succeded!!!!!!!!!!!!!!!!!
    Done sleeping prev logpath /rdklogs/logs//PreviousLogs
    ckp100-------------prev log path-------------/rdklogs/logs//PreviousLogs
    rm: cannot remove `04-11-23-07-10AM.tgz': No such file or directory
    ckp101---------------------upload log-----true
    total 43
    drwxr-xr-x 2 root root  3072 Apr 11 07:10 .
    drwxr-xr-x 4 root root  3072 Apr 11 07:07 ..
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-ArmConsolelog.txt.0
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-BootTime.log
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-CRlog.txt.0
    -rw-r--r-- 1 root root 11314 Apr 11 07:10 04-11-23-07-10AM-Consolelog.txt.0
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-FirewallDebug.txt
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-LM.txt.0
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-MnetDebug.txt
    -rw-r--r-- 1 root root   433 Apr 11 07:10 04-11-23-07-10AM-PAMlog.txt.0
    -rw-r--r-- 1 root root   981 Apr 11 07:10 04-11-23-07-10AM-PARODUSlog.txt.0
    -rw-r--r-- 1 root root   175 Apr 11 07:10 04-11-23-07-10AM-PSMlog.txt.0
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-TDMlog.txt.0
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-TR69log.txt.0
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-WEBPAlog.txt.0
    -rw-r--r-- 1 root root 15798 Apr 11 07:10 04-11-23-07-10AM-WiFilog.txt.0
    -rw-r--r-- 1 root root  4635 Apr 11 07:10 04-11-23-07-10AM-dcmscript.log
    -rw-r--r-- 1 root root     0 Apr 11 07:10 04-11-23-07-10AM-swupdate.log
    -rw-r--r-- 1 root root   203 Apr 11 07:10 04-11-23-07-10AM-version.txt
    ckp101--------------------------
    number of proUPdel2:90
    Upload protocol logupload is:HTTPS
    before HTTP log upload
    HTTPLOGUPLOADURL:https://xconf.rdkcentral.com/xconf/logupload.php
    upload log file is:04-11-1023-2107-06-08AM10AM.tgz
    ------CURL_CMD2:curl -w '%{http_code}\n' -F filename=@/rdklogs/logs///PreviousLogs/B8:27:EB:22:16:36-Logs-11-10-21-06-08AM.tgz 'http://35.161.239.220/xconf/logupload.php' --connect-timeout 100 -m 100PreviousLogs/E4:5F:01:FB:13:4B-Logs-04-11-23-07-10AM.tgz 'https://xconf.rdkcentral.com/xconf/logupload.php' --connect-timeout 100 -m 100
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  5200  100    30  100  5170     26   4535  0:00:01  0:00:01 --:--:--  4565
    http_code is :200
    HTTP log upload succeded!!!!!!!!!!!!!!!!!
    Done Uploading Logs and removing rtl_json.txt filegrep: /etc/syslog.conf: No such file or directory
    grep: /etc/syslog.conf: No such file or directory
    Done Uploading Logs and removing rtl_json.txt file
  • Telemetry Log Markers

           Image RemovedImage Added


  • Content of json Response

          Image Removed

  • All the Logs will be updated as .tgz format in xconf server.

          Image RemovedImage Added



Feature Validation: Telemetry2_0

...