Versions Compared

Key

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

...

XConf Server Configuration procedure:

1. i) Login to Xconf server and go to "Common" → "Models"

ii) Add a unique model name (Id) for your device and provide a description.

Image Added

2. Login  Login to Xconf Server and go to DCM menu item and click on “Formulas” sub menu

23. Click on Create button

34. i) Provide a unique “Name”, along with “Description”, and build conditions and save the formula.
ii) Verify Percentage and Priority field(normally it displays the sequence number of formula, can be changed to make the formula higher/lower priority) is auto field up with their respective values
iii) Go to “Build condition” section and click on the first empty field to get all the available field displayed there
iv) Select estbMacAddress and provide the MAC address of Rpi board.

v) Add an "AND" operator and click on the first empty field

vi) Select "model" and provide the unique "Model name" used in step 1 above.

45. Verify the created formula (ex. RPI_formula22Aug) displayed in the formula list.



56. Click on Edit formula for the created formula (ex. RPI_formula_22Aug).


67. Edit formula page opens.


78. Click on “Create Device Settings” and fill up the fields as displayed in the screen below and click on save button:



89. Click on DCM menu then “Upload repository” submenu and click on “Create” button


910. Provide inputs as mentioned below screen and save the upload repository.

1011. Click on Formula and go back to the Edit formula page of the created formula (ex. RPI_formula_22Aug) and click on “Create Log Upload settings” button. Upload repository drop down menu field will show all the upload repositories including the created one (ex. Chennai_22Aug_repo)

1112. Provide inputs as mentioned in the screen below:

1213. Save the “Edit Formula” page

1314. Verify the Formula page for the created formula (ex. RPI_formula_22Aug) where View Settings column displays the “Device” and “LogUpload”

1415. Go to Telemetry menu and click on “Permanent Profile”

1516. Click on “Create” button to create permanent profile with different markers.

...

Header                    

Content                                                                                      

Type

Firewall                  

starting firewall service    

FirewallDebug.txt

Firewall-1

Inside firewall service_init()    

FirewallDebug.txt

Wi-Fi      

Wifi Agent loaded successfully...  

WiFilog.txt.0

Armconsole   

get_PartnerID - Failed Get factoryPartnerId
                                    so set it PartnerID as: comcast  

ArmConsolelog.txt.0

swupdate               

image itself not downloaded from TFTP,
                                     pls check tftp connection!! 

swupdate.log


1617. Save Permanent profile (ex. Perm_Prof_22Aug) and it will display in the Permanent profiles page


1718. Click on “Telemetry” and then click on “Targeting Rules”



1819. Click on “Create” button, provide Rule name and select different rule parameters and map the Permanent profile with this rule by selecting “Bound profile” drop down menu. Save the Targeting rule.

1920. Verify the created Targeting rule displayed on the Targeting rule page

...

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

3. Configure MODEL_NAME parameter in "/etc/device.properties", by providing a unique model name of the device.

This model name should be same as that used in Xconf server.

For ex. In device.properties file:

MODEL_NAME=RPI

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

...

systemctl disable rdkbLogMonitor

45. Verify the image version: cat /version.txt
56. Perform reboot: reboot -f

...