...
Please refer the below code snippet to verify self heal module was enabled enabling by default or not,
| Code Block | ||||
|---|---|---|---|---|
| ||||
root@Filogic-GW:/rdklogs/logs# dmcli eRT getv Device.SelfHeal.X_RDKCENTRAL-COM_Enable
CR component name is: eRT.com.cisco.spvtg.ccsp.CR
subsystem_prefix eRT.
Execution succeed.
Parameter 1 name: Device.SelfHeal.X_RDKCENTRAL-COM_Enable
type: bool, value: true
root@Filogic-GW:/rdklogs/logs#
root@Filogic-GW:/rdklogs/logs# ps -alx | grep reso
4 0 4531 1 20 0 3496 2744 do_wai S ? 0:00 /bin/sh /usr/ccsp/tad/resource_monitor.sh
0 0 16777 10009 20 0 2244 808 pipe_w S+ pts/0 0:00 grep reso
root@Filogic-GW:/rdklogs/logs# ps -alx | grep self
4 0 4528 1 20 0 3628 2836 do_wai S ? 0:00 /bin/sh /usr/ccsp/tad/self_heal_connectivity_test.sh
4 0 4539 1 20 0 4288 3468 do_wai S ? 0:00 /bin/sh /usr/ccsp/tad/selfheal_aggressive.sh
0 0 16816 10009 20 0 2244 824 pipe_w S+ pts/0 0:00 grep self |
...