From d1259330e3c3f606e58e94c616328037018ba082 Mon Sep 17 00:00:00 2001 From: BaskarBabu P Date: Thu, 18 Jun 2026 12:37:48 +0000 Subject: [PATCH] RDKB-64618: Set Default RFC values on Fully Deployed RFC Features Reason for change: Default these RFC's to given config. Test Procedure:Ensure default value persists on FR scenario's and no functionality issue observed. Ensure the below values persist across reboot. Device.SelfHeal.X_RDKCENTRAL-COM_NoWaitLogSync : true Device.SelfHeal.X_RDKCENTRAL-COM_LogBackupThreshold : 3 Device.DeviceInfo.X_RDKCENTRAL-COM_xOpsDeviceMgmt.Logging.DmesgLogSyncInterval : 60 Risks: Low Priority: P1 Signed-off-by: baskarbabu_pitchandi@comcast.com --- source/scripts/init/defaults/system_defaults_arm | 6 +++--- source/scripts/init/defaults/system_defaults_bci | 6 +++--- source/scripts/init/defaults/system_defaults_xd4 | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/scripts/init/defaults/system_defaults_arm b/source/scripts/init/defaults/system_defaults_arm index 9f54e2d9..2b95abbb 100755 --- a/source/scripts/init/defaults/system_defaults_arm +++ b/source/scripts/init/defaults/system_defaults_arm @@ -1189,7 +1189,7 @@ $WebUIEnable=1 $SyndicationFlowControlEnable=false $DSCP_InitialForwardedMark= $DSCP_InitialOutputMark= -$dmesglogsync_interval=900 +$dmesglogsync_interval=60 #Enable log and core file encryption at S3 Amazon $encryptcloudupload=0 @@ -1204,8 +1204,8 @@ $SNMP_RestartMaintenanceEnable=true $DeferFWDownloadReboot=290 #SelfHeal Log Backup -$log_backup_enable=false -$log_backup_threshold=0 +$log_backup_enable=true +$log_backup_threshold=3 #EthAgent Logging default values $eth_log_enabled=false diff --git a/source/scripts/init/defaults/system_defaults_bci b/source/scripts/init/defaults/system_defaults_bci index 82a16af6..a0a0c94e 100755 --- a/source/scripts/init/defaults/system_defaults_bci +++ b/source/scripts/init/defaults/system_defaults_bci @@ -1121,7 +1121,7 @@ $unique_telemetry_interval=0 #SNMPv3 control default values $V3Support=false -$dmesglogsync_interval=900 +$dmesglogsync_interval=60 #ForwardSSH is enabled by default $ForwardSSH=true @@ -1148,8 +1148,8 @@ $SNMP_RestartMaintenanceEnable=true $DeferFWDownloadReboot=290 #SelfHeal Log Backup -$log_backup_enable=false -$log_backup_threshold=0 +$log_backup_enable=true +$log_backup_threshold=3 #EthAgent Logging default values $eth_log_enabled=false diff --git a/source/scripts/init/defaults/system_defaults_xd4 b/source/scripts/init/defaults/system_defaults_xd4 index 74636f80..4a40609f 100755 --- a/source/scripts/init/defaults/system_defaults_xd4 +++ b/source/scripts/init/defaults/system_defaults_xd4 @@ -1171,7 +1171,7 @@ $WebUIEnable=1 $SyndicationFlowControlEnable=false $DSCP_InitialForwardedMark= $DSCP_InitialOutputMark= -$dmesglogsync_interval=900 +$dmesglogsync_interval=60 #Enable log and core file encryption at S3 Amazon $encryptcloudupload=0 @@ -1186,8 +1186,8 @@ $SNMP_RestartMaintenanceEnable=true $DeferFWDownloadReboot=290 #SelfHeal Log Backup -$log_backup_enable=false -$log_backup_threshold=0 +$log_backup_enable=true +$log_backup_threshold=3 #EthAgent Logging default values $eth_log_enabled=false